[JBossWS] - JBWS WSDL long array parameter
by ravitas
Hi All,
I ahve just downloaded jbossws-native-2.0.3.GA ant deployed it, i order to allow authentication at Webservices with @WebContext annotation.
I could see the the WSDL is now published differently then before, however I was able to work with it and to perform teh authentication succesfully.
My problem is when one of the Webmethod parameter is native array(long [] or int []), it is published on teh client side as array that allows null values.
I am using .net client as before.
The WSDL looks like that:
----------------------------------
<xs:complexType final="#all" name="longArray">
- <xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="item" nillable="true" type="xs:long" />
</xs:sequence>
</xs:complexType>
</xs:schema>
.....
...
How do I change it to forbid null values, as it was before using jbossws?
In addition, Does anyone have step by step implementation of ws authentication?
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193787#4193787
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193787
16 years, 2 months
[JBoss Portal] - wrong selected in selectOneMenu for portal-identity
by sannegrinovero
I've been following the reference guide to add new internationalized properties to identity-ui-configuration.xml:
<ui-component name="typeofcustomer">
| <property-ref>portal.user.typeofcustomer</property-ref>
| <values>
| <value key="xi">individual</value>
| <value key="xc">company</value>
| </values>
| <required>true</required>
| </ui-component>
and in the view:
<h:selectOneMenu id="typeofcustomer" value="#{manager.uiUser.attribute.typeofcustomer}" required="#{metadataservice.typeofcustomer.required}">
| <f:selectItems value="#{metadataservice.typeofcustomer.values}" />
| </h:selectOneMenu>
| <h:outputText value="DEBUG: #{manager.uiUser.attribute.typeofcustomer}"/>
Internazionalized:
IDENTITY_DYNAMIC_VALUE_XI=Individual
| IDENTITY_DYNAMIC_VALUE_XC=Company
This code works correctly the first time, and correctly updates the values, but when using the page to update the information for an existing user it always shows the first option of the generated .
Using the DEBUG line you see in the view code I've discovered that the value it's showing is not the option key, but the localized value:
It prints "Company" when the correct value is Company (bundle key=XC), but the selectOne menu is showing "Individual" because it's the first in the list.
This behaviour is nice of course for when I have to "show" the value only using the outputText, but breaks all selectOnes!
My current workaround is to not localize this value, and use key==shown value.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193785#4193785
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193785
16 years, 2 months
[JBossWS] - OutOfMemory exception when loading xml schemas in WSDL
by almarro1
Dear all,
last week I started a project to that implements a HL7 interface using EJBs 3.0 and annotations. Since the restrictions applied by HL7 to the WSDL semantics are quite strong, I'm forced to manually write the WDSL descriptor and import it using @WebService(wsdlLocation=..).
The problem is that the messages that I need to exchange are specified in xsd files, which are inserted in the WDSL via the <xsd:include schemaLocation=...> directive.
When I package my bean with the WSDL and the schemas into a jar file and I deploy it to JBoss (by the way, I'm using JBossAS 4.2.3, JBossWS Native 3.0.4, jdk 1.5_16), I get the following outofmemory exception:
| java.lang.OutOfMemoryError: Java heap space
| at org.apache.xerces.dom.AttributeMap.setNamedItem(Unknown Source)
| at org.apache.xerces.dom.DeferredElementNSImpl.synchronizeData(Unknown Source)
| at org.apache.xerces.dom.ElementNSImpl.getNamespaceURI(Unknown Source)
| at org.jboss.wsf.common.DOMUtils.getChildElementsAsListIntern(DOMUtils.java:561)
| at org.jboss.wsf.common.DOMUtils.getChildElementsIntern(DOMUtils.java:579)
| at org.jboss.wsf.common.DOMUtils.getChildElements(DOMUtils.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:520)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
| at org.jboss.ws.tools.wsdl.WSDL11Reader.processSchemaInclude(WSDL11Reader.java:530)
|
Since it's a Java Heap Space problem, I've tried to execute the AS with the options "-Xms256m -Xmx1024m -XX:PermSize=512m", but it doesn't matter how much memory I assign, as the deployment process consumes all available RAM.
I've also tried to update the Xerces library to the last version (2.9.1), but it didn't help either.
Trying to figure out what the stack is doing with my jar, I looked at the log file generated by the server
| 2008-12-02 16:55:24,116 DEBUG [org.jboss.ws.metadata.builder.jaxws.JAXWSMetaDataBuilderEJB3] START buildMetaData: [name=hl7-service-ejb-0.0.1-SNAPSHOT.jar]
| 2008-12-02 16:55:24,255 DEBUG [org.jboss.ws.metadata.umdm.EndpointMetaData] Using default style: document
| 2008-12-02 16:55:24,256 DEBUG [org.jboss.ws.metadata.umdm.EndpointMetaData] Using default parameter style: WRAPPED
| 2008-12-02 16:55:24,260 DEBUG [org.jboss.ws.metadata.umdm.EndpointMetaData] Create new config [name=Standard Endpoint,file=META-INF/standard-jaxws-endpoint-config.xml]
| 2008-12-02 16:55:24,264 DEBUG [org.jboss.ws.metadata.config.JBossWSConfigFactory] getConfig: [name=Standard Endpoint,url=META-INF/standard-jaxws-endpoint-config.xml]
| 2008-12-02 16:55:24,265 DEBUG [org.jboss.ws.metadata.config.JBossWSConfigFactory] parse: file:/G:/Servidores/jboss-4.2.3.GA/server/default/deploy/jbossws.sar/META-INF/standard-jaxws-endpoint-config.xml
| 2008-12-02 16:55:24,456 DEBUG [org.jboss.ws.metadata.umdm.EndpointConfigMetaData] Configure EndpointMetaData
| 2008-12-02 16:55:24,458 DEBUG [org.jboss.ws.metadata.umdm.EndpointConfigMetaData] Added 1 PRE handlers
| 2008-12-02 16:55:24,458 DEBUG [org.jboss.ws.metadata.umdm.EndpointConfigMetaData] Added 0 ENDPOINT handlers
| 2008-12-02 16:55:24,458 DEBUG [org.jboss.ws.metadata.umdm.EndpointConfigMetaData] Added 0 POST handlers
| 2008-12-02 16:55:24,477 DEBUG [org.jboss.ws.core.jaxws.DynamicWrapperGenerator] Generating wrapper: es.tsb.heartcycle.ejb.jaxws.Invoke
| 2008-12-02 16:55:24,513 DEBUG [org.jboss.ws.core.jaxws.DynamicWrapperGenerator] Generating wrapper: es.tsb.heartcycle.ejb.jaxws.InvokeResponse
| 2008-12-02 16:55:24,528 DEBUG [org.jboss.ws.core.jaxws.DynamicWrapperGenerator] Generating wrapper: es.tsb.heartcycle.ejb.jaxws.Test
| 2008-12-02 16:55:24,529 DEBUG [org.jboss.ws.core.jaxws.DynamicWrapperGenerator] Generating wrapper: es.tsb.heartcycle.ejb.jaxws.TestResponse
| 2008-12-02 16:55:24,530 DEBUG [org.jboss.ws.metadata.builder.jaxws.JAXWSWebServiceMetaDataBuilder] JAXBContext [types=[class es.tsb.heartcycle.ejb.jaxws.Invoke, class es.tsb.heartcycle.ejb.jaxws.InvokeResponse, class es.tsb.heartcycle.ejb.jaxws.Test, class es.tsb.heartcycle.ejb.jaxws.TestResponse],tns=http://ejb.heartcycle.tsb.es/]
| 2008-12-02 16:55:24,985 DEBUG [org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory] parse: jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/META-INF/PRPA_AR201102UV01.wsdl
| 2008-12-02 16:55:25,102 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/PRPA_IN201101UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/PRPA_IN201101UV01.xsd]
| 2008-12-02 16:55:25,109 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,114 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/datatypes.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/datatypes.xsd]
| 2008-12-02 16:55:25,136 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/datatypes-base.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/datatypes-base.xsd]
| 2008-12-02 16:55:25,152 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/voc.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/voc.xsd]
| 2008-12-02 16:55:25,291 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/datatypes.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/datatypes.xsd]
| 2008-12-02 16:55:25,292 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/voc.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/voc.xsd]
| 2008-12-02 16:55:25,292 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/MCCI_MT000100UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/MCCI_MT000100UV01.xsd]
| 2008-12-02 16:55:25,298 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,299 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,307 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT040203UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT040203UV01.xsd]
| 2008-12-02 16:55:25,313 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,313 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,313 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150003UV03.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150003UV03.xsd]
| 2008-12-02 16:55:25,319 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,319 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,319 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT030203UV02.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT030203UV02.xsd]
| 2008-12-02 16:55:25,324 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,325 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,325 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/MFMI_MT700701UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/MFMI_MT700701UV01.xsd]
| 2008-12-02 16:55:25,332 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,332 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,332 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT090300UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT090300UV01.xsd]
| 2008-12-02 16:55:25,338 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,339 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,339 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150000UV02.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150000UV02.xsd]
| 2008-12-02 16:55:25,344 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,344 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,345 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT070000UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT070000UV01.xsd]
| 2008-12-02 16:55:25,350 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,350 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,350 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT710000UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT710000UV01.xsd]
| 2008-12-02 16:55:25,356 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,356 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,357 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150003UV03.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150003UV03.xsd]
| 2008-12-02 16:55:25,357 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT070000UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT070000UV01.xsd]
| 2008-12-02 16:55:25,357 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT090100UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT090100UV01.xsd]
| 2008-12-02 16:55:25,363 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,363 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,363 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150000UV02.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150000UV02.xsd]
| 2008-12-02 16:55:25,364 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150003UV03.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150003UV03.xsd]
| 2008-12-02 16:55:25,364 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT070000UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT070000UV01.xsd]
| 2008-12-02 16:55:25,364 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT090003UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT090003UV01.xsd]
| 2008-12-02 16:55:25,369 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,370 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,370 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150003UV03.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150003UV03.xsd]
| 2008-12-02 16:55:25,370 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/MCAI_MT900001UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/MCAI_MT900001UV01.xsd]
| 2008-12-02 16:55:25,375 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,376 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,377 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/PRPA_MT201101UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/PRPA_MT201101UV01.xsd]
| 2008-12-02 16:55:25,384 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,384 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,385 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150003UV03.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150003UV03.xsd]
| 2008-12-02 16:55:25,385 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150001UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150001UV01.xsd]
| 2008-12-02 16:55:25,390 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,390 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,391 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT500000UV04.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT500000UV04.xsd]
| 2008-12-02 16:55:25,396 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,396 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,396 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150002UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150002UV01.xsd]
| 2008-12-02 16:55:25,401 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,401 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,402 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT030202UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT030202UV01.xsd]
| 2008-12-02 16:55:25,407 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,408 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,408 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT030000UV04.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT030000UV04.xsd]
| 2008-12-02 16:55:25,413 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/infrastructureRoot.xsd]
| 2008-12-02 16:55:25,414 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/NarrativeBlock.xsd]
| 2008-12-02 16:55:25,414 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150000UV02.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150000UV02.xsd]
| 2008-12-02 16:55:25,414 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT500000UV04.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT500000UV04.xsd]
| 2008-12-02 16:55:25,415 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150002UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT150002UV01.xsd]
| 2008-12-02 16:55:25,415 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT030202UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT030202UV01.xsd]
| 2008-12-02 16:55:25,415 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT710000UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT710000UV01.xsd]
| 2008-12-02 16:55:25,415 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT710000UV01.xsd,sysid=jar:file:/G:/Servidores/jboss-4.2.3.GA/server/default/tmp/deploy/tmp64268hl7-service-ejb-0.0.1-SNAPSHOT.jar!/schemas/NE2006/multicacheschemas/COCT_MT710000UV01.xsd]
|
It seems that is loading the same schemas (NarrativeBlock.xsd, infrastructureRoot.xsd, voc.xsd, datatypes.xsd and datataypes-base.xsd) again and again. As those ones define the all the datatypes and vocabularies used by the HL7 standard, the are quite big, but not so much to make use of more than 1 GB in memory. I don't know whether this could be a BUG in the stack or not, but I've tried to make all the modifications possible to the project (change dependences, play aorund with annotations and configuration parameters, expose the WS from POJOs instead of EJBs, etc...) and installed the latest versions of JBossWS, JBossAS, Xerces, JAXB, etc... but the error is always present.
I attach my wsdl and EJB in case anyone can figure out what's happening.
The WSDL:
| <?xml version="1.0" encoding="UTF-8"?>
| <definitions name="PRPA_AR201102UV01"
| targetNamespace="urn:hl7-org:v3"
| xmlns:hl7="urn:hl7-org:v3"
| xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
| xmlns:xsd="http://www.w3.org/2001/XMLSchema"
| xmlns="http://schemas.xmlsoap.org/wsdl/">
| <documentation>
| WSDL Implementation of ...
| </documentation>
| <types>
| <xsd:schema targetNamespace="urn:hl7-org:v3"
| elementFormDefault="qualified"
| xmlns:tns="urn:hl7-org:v3">
| <xsd:include schemaLocation="../schemas/NE2006/multicacheschemas/PRPA_IN201101UV01.xsd"/>
|
| <xsd:element name="PRPA_AR201102UV01_New_PatientLivingSubject_Added_PRPA_IN201101UV01.Message"
| type="tns:PRPA_IN201101UV01.MCCI_MT000100UV01.Message"/>
| </xsd:schema>
| </types>
| <message name="PRPA_IN201101UV01_Message">
| <documentation>PRPA_IN201101UV01 New PatientLivingSubject Added </documentation>
| <part name="body" element="hl7:PRPA_IN201101UV01"></part>
| </message>
|
| <portType name="PRPA_AR201102UV01_PortType">
| <operation name="PRPA_AR201102UV01_PRPA_IN201101UV01">
| <input message="hl7:PRPA_IN201101UV01_Message"/>
| </operation>
| </portType>
|
| <binding name="PRPA_AR201102UV01_Binding" type="hl7:PRPA_AR201102UV01_PortType">
| <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
| <operation name="PRPA_AR201102UV01_PRPA_IN201101UV01">
| <soap:operation soapAction="urn:hl7-org:v3:PRPA_IN201101UV01"/>
| <input>
| <soap:body use="literal"/>
| </input>
| </operation>
| </binding>
|
| <service name="PRPA_AR201102UV01_Service">
| <port name="PRPA_AR201102UV01_Port" binding="hl7:PRPA_AR201102UV01_Binding">
| <soap:address location="http://localhost:8080/PRPA_AR201102UV01"/>
| </port>
| </service>
| </definitions>
|
The EJB:
| package es.tsb.heartcycle.ejb;
|
| import javax.ejb.Stateless;
| import javax.jws.Oneway;
| import javax.jws.WebMethod;
| import javax.jws.WebService;
|
|
| @WebService(wsdlLocation="META-INF/PRPA_AR201102UV01.wsdl")
| @Stateless()
| public class PatientLivingSubjectComprehensiveTrackerBean {
|
| @WebMethod
| @Oneway
| public void test(String xml){return;}
|
| }
|
Thanks in advance for your help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193781#4193781
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193781
16 years, 2 months