Bug 999465

Summary: appclient.xml wrong naming version
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Aleksandar Kostadinov <akostadi>
Component: Application ClientAssignee: Stuart Douglas <sdouglas>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact: Tom WELLS <twells>
Priority: unspecified    
Version: 6.1.1CC: brian.stansberry, cdewolf, dimitris, lcarlon, rdickens, twells
Target Milestone: ER4   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The naming subsystem would fail to start because of an incorrect version number in the appclient.xml file, causing a dependency issue. This version has been corrected, and the appclient launches successfully.
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:16:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aleksandar Kostadinov 2013-08-21 11:15:35 UTC
This is a clone of https://issues.jboss.org/browse/WFLY-1914 

Trivial to fix and IMO can happily go to 6.1.1 without risk. Actually that might be a regression in EAP.

Comment 1 Jaikiran Pai 2013-08-21 11:17:31 UTC
I haven't tried it against EAP6. Are you sure this is a problem against EAP 6 too and not just upstream WildFly?

Comment 2 Aleksandar Kostadinov 2013-08-21 11:35:18 UTC
I found it with EAP and then checked wildfly. Would you create a push request for EAP or should I do?

Comment 3 Aleksandar Kostadinov 2013-08-21 11:39:04 UTC
I was ready to create one so did it anyways, please see
https://github.com/jbossas/jboss-eap/pull/305

Comment 4 Jaikiran Pai 2013-08-21 11:41:16 UTC
Thank you.

Comment 5 JBoss JIRA Server 2013-08-22 07:12:15 UTC
Carlo de Wolf <cdewolf> made a comment on jira WFLY-1914

How can a change in namespace definition be a fix here?
The server should behave just fine on an old namespace version.

Comment 6 JBoss JIRA Server 2013-08-23 20:57:07 UTC
Brian Stansberry <brian.stansberry> made a comment on jira WFLY-1914

Carlo:

The subsystem was written such that the parsers treat

{code}
<subsystem xmlns="urn:jboss:domain:naming:1.0"/>
{code}

as equivalent to

{code}
<subsystem xmlns="urn:jboss:domain:naming:2.0">
   <remote-naming/>
</subsystem>
{code}

The latter requires the remoting subsystem which is not present in appclient.xml.

We can't change the parser for 1.0 without breaking existing working configs.

Comment 8 Stuart Douglas 2013-09-30 09:04:18 UTC
PR: https://github.com/jbossas/jboss-eap/pull/489

Comment 10 Aleksandar Kostadinov 2013-10-07 11:15:20 UTC
We still see the issue with 6.2.0 ER3.1.. just saying

Comment 13 Aleksandar Kostadinov 2013-10-07 18:46:09 UTC
Brian, I speculated that it is ER3.1, I'm using RPM distro that's possibly not exactly matching 3.1. I'll try again when ER5 is out.

Comment 14 Brian Stansberry 2013-10-07 18:54:04 UTC
Ah, I see. ER3.1 was just some sort of respin of ER3 that didn't include any new fixes.

Comment 16 Aleksandar Kostadinov 2013-10-14 13:15:42 UTC
I do not see the issue with ER5.