[jbossts-issues] [JBoss JIRA] Created: (JBTM-900) Some of XTS unit test EARs contain no longer supported namespace in META-INF/jboss-beans.xml

Ivo Studensky (JIRA) jira-events at lists.jboss.org
Sat Sep 24 15:48:26 EDT 2011


Some of XTS unit test EARs contain no longer supported namespace in META-INF/jboss-beans.xml
--------------------------------------------------------------------------------------------

                 Key: JBTM-900
                 URL: https://issues.jboss.org/browse/JBTM-900
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Testing, XTS
    Affects Versions: 4.15.3
            Reporter: Ivo Studensky


Some of the XTS unit test EARs contain no longer supported namespace in META-INF/jboss-beans.xml and so they cannot be deployed to AS7. See [1] for the current namespace used in XTS unit test EARs and [2] for the valid namespace that should be used in AS7. A bit weird is that those EARs can be successfully deployed by command line copy and by web admin console, but only deploying by Arquillian uncovered the issue. I've already filed a jira for that - AS7-1927.

Please could you take a look at that and fix the namespace? 
Here is a list of the affected EARs:
ws-c-tests.ear
ws-t-tests.ear
wstx-tests.ear



[1]
<deployment xmlns="urn:jboss:bean-deployer:2.0">

[2]
<deployment xmlns="urn:jboss:pojo:7.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="urn:jboss:pojo:7.0 jboss-pojo_7_0.xsd">


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list