Bug 999465 - appclient.xml wrong naming version
Summary: appclient.xml wrong naming version
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Application Client
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER4
: EAP 6.2.0
Assignee: Stuart Douglas
QA Contact:
Tom WELLS
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-21 11:15 UTC by Aleksandar Kostadinov
Modified: 2018-12-03 19:42 UTC (History)
6 users (show)

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.
Clone Of:
Environment:
Last Closed: 2013-12-15 16:16:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker WFLY-1914 0 Major Resolved Application client container doesn't start 2015-09-16 14:32:50 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.