[JBoss JIRA] Created: (JBIDE-3623) TestNG for Seam 2.1.0 SP1 war project.
by Aliaksey Nis (JIRA)
TestNG for Seam 2.1.0 SP1 war project.
--------------------------------------
Key: JBIDE-3623
URL: https://jira.jboss.org/jira/browse/JBIDE-3623
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.0.0.CR2
Environment: WindowsXP SP2
JBoss Developer Studio
Version: 2.0.0.CR2
Build id: jbdevstudio-eap-win32-2.0.0.CR2-N200901221952
JRE 1.5_08
Reporter: Aliaksey Nis
EXECUTE: Create Seam 2.1.0 SP1 war project.
EXECUTE: Create action for this project.
EXECUTE: Run test NG for this action.
FAILURE: Tests failed. Exception appears in console view .
AILED CONFIGURATION: @BeforeSuite startSeam
java.lang.IllegalStateException: Two components with the same name and precedence - component name: authenticator, component classes: org.domain.seam21war.session.Authenticator, org.domain.seam21war.session.Authenticator
at org.jboss.seam.init.Initialization.addComponentDescriptor(Initialization.java:586)
at org.jboss.seam.init.Initialization.installScannedComponentAndRoles(Initialization.java:927)
at org.jboss.seam.init.Initialization.installHotDeployableComponents(Initialization.java:797)
at org.jboss.seam.init.Initialization.init(Initialization.java:716)
at org.jboss.seam.mock.AbstractSeamTest.startSeam(AbstractSeamTest.java:920)
at org.jboss.seam.mock.SeamTest.startSeam(SeamTest.java:58)
... Removed 15 stack frames
SKIPPED CONFIGURATION: @BeforeClass setupClass
SKIPPED CONFIGURATION: @BeforeMethod begin
SKIPPED CONFIGURATION: @AfterMethod end
SKIPPED CONFIGURATION: @AfterClass cleanupClass
SKIPPED: test_action1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months
[JBoss JIRA] Created: (JBIDE-2483) No way to bind to "0.0.0.0" (all addresses)
by Marshall Culpepper (JIRA)
No way to bind to "0.0.0.0" (all addresses)
-------------------------------------------
Key: JBIDE-2483
URL: http://jira.jboss.com/jira/browse/JBIDE-2483
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.1.2
Reporter: Marshall Culpepper
Assigned To: Rob Stryker
If I try to change my server's bind address from localhost to 0.0.0.0 (so I can see it from other computers), the launch config will be succesfully saved for the next run/debug of JBossAS, but if I try restarting or stopping and starting again later, the option is reverted back to localhost.
Also, if I try changing the host name to "0.0.0.0" in the server editor, I get an error about the temporary deploy directory not existing (shouldn't this be created on the fly? why an error here? this isn't set by the user by default anyway is it?)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months