Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-8458

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.M1
    • 3.2.0.Final
    • maven
    • None

      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.

            snjeza_jira Snjezana Peco (Inactive)
            snjeza_jira Snjezana Peco (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: