[jboss-jira] [JBoss JIRA] Commented: (JBAS-4989) 'port-component' not found as a child of 'ejb'

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Mon Nov 19 09:44:18 EST 2007


    [ http://jira.jboss.com/jira/browse/JBAS-4989?page=comments#action_12388214 ] 
            
Thomas Diesler commented on JBAS-4989:
--------------------------------------

<jboss xmlns="http://www.jboss.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
            http://www.jboss.org/j2ee/schema/jboss_5_0.xsd" version="3.0">
  <loader-repository>jboss.cts:loader=WSEjbWebServiceProviderTest_ejb.jar
    <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
  </loader-repository>
  <unauthenticated-principal>guest</unauthenticated-principal>
  <webservices>
    <webservice-description>
      <webservice-description-name>HelloService</webservice-description-name>
      <wsdl-publish-location>file:/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta3/server/cts/data/wsdl/WSEjbWebServiceProviderTest.ear/WSEjbWebServiceProviderTest_ejb.jar</wsdl-publish-location>
    </webservice-description>
  </webservices>
  <enterprise-beans>
    <ejb>
      <ejb-name>WSEjbWebServiceProviderTest</ejb-name>
      <jndi-name>WSEjbWebServiceProviderTest</jndi-name>
      <port-component>
        <port-component-name>com.sun.ts.tests.webservices12.ejb.annotations.WSEjbWebServiceProviderTest.HelloBean</port-component-name>
        <port-component-uri>WSEjbWebServiceProviderTest/ejb</port-component-uri>
      </port-component>
    </ejb>
  </enterprise-beans>
</jboss>

> '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

        



More information about the jboss-jira mailing list