[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-8458) Mavenized Seam EAR Project can't be deployed to JBoss AS 6.0.0.Final

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Mon Feb 21 17:04:13 EST 2011


Mavenized Seam EAR Project can't be deployed to JBoss AS 6.0.0.Final
--------------------------------------------------------------------

                 Key: JBIDE-8458
                 URL: https://issues.jboss.org/browse/JBIDE-8458
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: maven
    Affects Versions: 3.2.0.Final
            Reporter: Snjezana Peco
            Assignee: Snjezana Peco
             Fix For: 3.3.0.M1


If you create a mavenized Seam EAR project using the New Seam Web Project wizard, it will create application.xml that contains the following entries:

...
<module>
    <ejb>/test-ejb.jar</ejb>
  </module>
  <module>
    <ejb>/jboss-seam-2.2.1.Final.jar</ejb>
  </module>
  <module>
    <web>
      <web-uri>/test.war</web-uri>
      <context-root>test</context-root>
    </web>
  </module>
  ...
  
Such a project can be deployed to JBoss AS <= 6.0, but can't to JBoss AS 6.0.0
  
A workaround is to open the EAR's pom.xml and remove the bundleDir element for ejb and web modules.

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


More information about the jbosstools-issues mailing list