[
http://jira.jboss.com/jira/browse/JBAS-4989?page=comments#action_12388220 ]
Thomas Diesler commented on JBAS-4989:
--------------------------------------
<!-- For generic ejb -->
<xsd:element name="ejb"
type="jboss:generic-beanType"/>
<xsd:complexType name="generic-beanType">
<xsd:sequence>
<xsd:group ref="javaee:descriptionGroup"/>
<xsd:element name="ejb-name"
type="javaee:ejb-nameType"/>
<xsd:group ref="jboss:jndiEnvironmentRefsGroup"/>
<xsd:element name="security-identity"
type="jboss:security-identityType" minOccurs="0"/>
<xsd:element name="jndi-name" type="javaee:jndi-nameType"
minOccurs="0"/>
<xsd:element name="port-component"
type="jboss:port-component-type" minOccurs="0"
maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
'port-component' not found as a child of 'ejb'
----------------------------------------------
Key: JBAS-4989
URL:
http://jira.jboss.com/jira/browse/JBAS-4989
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Environment:
webservices12/ejb/annotations/WSEjbWebServiceProviderTest/Client.java
Reporter: Thomas Diesler
Assigned To: Alexey Loubyansky
Fix For: JBossAS-5.0.0.Beta3
Caused by: org.jboss.xb.binding.JBossXBRuntimeException:
{http://www.jboss.com/xml/ns/javaee}port-component not found as a child of
{http://www.jboss.com/xml/ns/javaee}ejb
at
org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:396)
at
org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.startElement(SaxJBossXBParser.java:407)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at
org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:189)
--
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