[JBoss JIRA] Created: (JBIDE-8458) Mavenized Seam EAR Project can't be deployed to JBoss AS 6.0.0.Final
by Snjezana Peco (JIRA)
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
14 years
[JBoss JIRA] Created: (JBDS-1652) Setting up JBoss Dev Studio - linking to JBoss AS7
by Matt V (JIRA)
Setting up JBoss Dev Studio - linking to JBoss AS7
--------------------------------------------------
Key: JBDS-1652
URL: https://issues.jboss.org/browse/JBDS-1652
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Environment: Win7 Pro 64bit
Reporter: Matt V
I am trying to setup a new JBoss Dev Studio, and have it configure JBoss 7 during the install.
I had previously downloaded and unzipped JBoss AS7 into a folder.
When getting to step 5 of 9, "Select Platforms and Servers", I tried both "Find" and "Add" options to add the JBoss AS 7 by specifying the folder. It was not able to "find" it or configure it. For the Configure option, I selected Application Server, but version 7 was not listed in the droplist. For the find option, it was not able to find it when specifying the AS7 folder or its AS7/bin folder.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years