[JBoss JIRA] Created: (JBAS-8836) org.jboss.test.web.test.RootContextUnitTestCase
by Shelly McGowan (JIRA)
org.jboss.test.web.test.RootContextUnitTestCase
-----------------------------------------------
Key: JBAS-8836
URL: https://issues.jboss.org/browse/JBAS-8836
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Test Suite
Reporter: Shelly McGowan
Assignee: Shelly McGowan
Fix For: 6.0.1
org.jboss.test.web.test.RootContextUnitTestCase.testRootContextEAR
org.jboss.test.web.test.RootContextUnitTestCase.testRootContextWAR
2011-01-24 05:41:05,869 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (RMI TCP Connection(606)-10.16.93.209) Linking security/securityMgr to JNDI name: java:/jaas/jboss-web-policy
2011-01-24 05:41:05,869 ERROR [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (RMI TCP Connection(606)-10.16.93.209) ENC setup failed: javax.naming.NameAlreadyBoundException: securityMgr
at org.jnp.server.NamingServer.bind(NamingServer.java:209) [:5.0.5.Final]
at org.jnp.server.NamingServer.bind(NamingServer.java:167) [:5.0.5.Final]
at org.jnp.server.NamingServer.bind(NamingServer.java:167) [:5.0.5.Final]
at org.jnp.interfaces.NamingContext.bind(NamingContext.java:652) [:5.0.5.Final]
at org.jnp.interfaces.NamingContext.bind(NamingContext.java:613) [:5.0.5.Final]
at org.jboss.util.naming.Util.bind(Util.java:105) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.naming.Util.bind(Util.java:91) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.web.deployers.AbstractWarDeployment.linkSecurityDomain(AbstractWarDeployment.java:836) [:6.0.1-SNAPSHOT]
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.access$200(TomcatDeployment.java:85) [:6.0.1-SNAPSHOT]
at org.jboss.web.tomcat.service.deployers.TomcatDeployment$EncListener.lifecycleEvent(TomcatDeployment.java:437) [:6.0.1-SNAPSHOT]
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:115) [:]
at org.apache.catalina.core.StandardContext.start(StandardContext.java:3823) [:]
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:294) [:6.0.1-SNAPSHOT]
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146) [:6.0.1-SNAPSHOT]
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:477) [:6.0.1-SNAPSHOT]
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118) [:6.0.1-SNAPSHOT]
at org.jboss.web.deployers.WebModule.start(WebModule.java:95) [:6.0.1-SNAPSHOT]
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (JBMESSAGING-1884) ClientTransaction alters wire format
by Kevin Conner (JIRA)
ClientTransaction alters wire format
------------------------------------
Key: JBMESSAGING-1884
URL: https://issues.jboss.org/browse/JBMESSAGING-1884
Project: JBoss Messaging
Issue Type: Bug
Components: Messaging Core
Affects Versions: 1.4.8.SP1
Reporter: Kevin Conner
Assignee: Justin Bertram
JBMESSAGING-1786 changed the format of ClientTransaction to include a recovery flag, unfortunately this breaks the wire protocol with older clients.
The versions containing this problem are
- 1.4.0 SP3 CP11, CP12, CP13
- 1.4.6 GA SP1
- 1.4.7 GA
- 1.4.8 GA
- 1.4.8 SP1
Attached to this issue is a diff, made against the current Branch_1_4, which addresses the issue.
Older clients should still be able to talk to the newer server but will not be able to take advantage of the fix for JBMESSAGING-1786.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (AS7-1292) Cleanup xsd names for server config
by Wolfgang Knauf (JIRA)
Cleanup xsd names for server config
-----------------------------------
Key: AS7-1292
URL: https://issues.jboss.org/browse/AS7-1292
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.0.0.Final
Reporter: Wolfgang Knauf
Assignee: Jason Greene
Priority: Minor
Fix For: 7.0.1.Final
>From a conversation on the dev mailing list beetween me and Brian:
>>> [Wolfgang] If my understanding is correct, the naming of the server config xsd
>>> files is confusing, because a "jboss-7_0.xsd" will be something
>>> different than "jboss_6_0.xsd".
>>>
>>
>> [Brian] Yep. Kind of a big DOH!! moment. Looking at the jboss-metadata project
>> where these deployment descriptor dtds/xsds come from, I see no
>> jboss_6_0.xsd, just jboss_6_0.dtd. And no 7_0 xsd or dtd. But still,
>> it's a naming conflict that's bound to bite us unless fixed.
>>
>> I recommend these server config xds all be renamed to
>> jboss-as-XXX_1_0.xsd. They all have an xmlns of
>> urn:jboss:domain:XXX:1.0, not 7.0, which IMO is fine since they may get
>> revved independently of community AS releases.
>>
>
>
> [Wolfgang} Is there something more I should do - e.g. filing a JIRA issue? Or will
> it be fixed by "miracle" ;-) or has someone this already on his todo list ?
>
[Brian] If you could file a JIRA and assign it to me, Fix Version 7.0.1.Final, I'd appreciate it.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (JBAS-8739) org.jboss.test.profileservice.test.Ejb3MetricsUnitTestCase
by Shelly McGowan (JIRA)
org.jboss.test.profileservice.test.Ejb3MetricsUnitTestCase
----------------------------------------------------------
Key: JBAS-8739
URL: https://issues.jboss.org/browse/JBAS-8739
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Shelly McGowan
Assignee: Andrew Rubinger
Fix For: 6.0.0.Final
All tests failing:
testEarManagedComponentNames
testMdb
testSfsb
testSlsb
testSlsbLocal
with:
Component not found; no managed object with name "testEjb3xMetrics.jar/BEAN" in: []
Stacktrace
junit.framework.AssertionFailedError: Component not found; no managed object with name "testEjb3xMetrics.jar/SLSB" in: []
at org.jboss.test.profileservice.test.Ejb3MetricsUnitTestCase.getAndTestManagedComponent(Ejb3MetricsUnitTestCase.java:453)
at org.jboss.test.profileservice.test.Ejb3MetricsUnitTestCase.testSlsb(Ejb3MetricsUnitTestCase.java:255)
These tests were passing with EJB 3 depchain 1.0.0-alpha-32 and failing with 1.0.0-alpha-34 (do not have results of these tests with 1.0.0-alpha-33)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months