[
https://issues.jboss.org/browse/AS7-3250?page=com.atlassian.jira.plugin.s...
]
jaikiran pai updated AS7-3250:
------------------------------
Git Pull Request:
https://github.com/jbossas/jboss-as/pull/1055 (was:
https://github.com/jbossas/jboss-as/pull/1055)
Component/s: EJB
(was: EE)
jboss-ejb-client.xml parse error
--------------------------------
Key: AS7-3250
URL:
https://issues.jboss.org/browse/AS7-3250
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.1.0.CR1b
Reporter: Yokoyama Yasuo
Assignee: jaikiran pai
Deploy application with jboss-ejb-client.xml cause following parse error.
{noformat}
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011096:
Exception while parsing jboss-ejb-client.xml file found at
C:\git\jorsef\jboss-as\jboss-as\build\target\jboss-as-7.1.0.Final-SNAPSHOT\standalone\tmp\vfs\tempf48fc3926988e074\content-d91a2f2ac23e7a89\contents\META-INF\jboss-ejb-client.xml
at
org.jboss.as.ee.structure.EJBClientDescriptorParsingProcessor.parse(EJBClientDescriptorParsingProcessor.java:144)
at
org.jboss.as.ee.structure.EJBClientDescriptorParsingProcessor.parse(EJBClientDescriptorParsingProcessor.java:122)
at
org.jboss.as.ee.structure.EJBClientDescriptorParsingProcessor.deploy(EJBClientDescriptorParsingProcessor.java:104)
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)
[jboss-as-server-7.1.0.Final-SNAPSHOT.jar:7.1.0.Final-SNAPSHOT]
... 5 more
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[7,4]
Message: JBAS011094: Unexpected element
'{urn:jboss:ejb-client:1.0}remoting-ejb-receiver' encountered
at
org.jboss.as.ee.structure.EJBClientDescriptor10Parser.unexpectedElement(EJBClientDescriptor10Parser.java:270)
at
org.jboss.as.ee.structure.EJBClientDescriptor10Parser.parseClientContext(EJBClientDescriptor10Parser.java:171)
at
org.jboss.as.ee.structure.EJBClientDescriptor10Parser.readElement(EJBClientDescriptor10Parser.java:138)
at
org.jboss.as.ee.structure.EJBClientDescriptor10Parser.readElement(EJBClientDescriptor10Parser.java:60)
at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:100)
at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:59)
at
org.jboss.as.ee.structure.EJBClientDescriptorParsingProcessor.parse(EJBClientDescriptorParsingProcessor.java:138)
... 8 more
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira