From do-not-reply at jboss.com Mon Dec 1 07:03:24 2008 From: do-not-reply at jboss.com (Lauri) Date: Mon, 1 Dec 2008 07:03:24 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Glassfish interopepability. Invoking ws-security service dep Message-ID: <31448382.1228133004597.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. There is a glassfish server running a webservice protected by Username token. Somehow it should be invoked from a servlet running in jboss 4.2.3 server. After couple of attempts to invoke the service I've ended up with exception org.jboss.ws.WSException: Policy not supported! #ReceptionHelperPortBindingPolicy You can find policy part of wsdl definition below. Glassfish community has lots of "simple" examples where one should add file "webservices-rt.jar" to classpath in order to run example. This file is bundled with glassfish distribution. This option works well for standalone applications, but not when runnig application inside jboss or tomcat. Please share ideas how it can be done or where could I have look for a clue. Here is code to invoke ws | ... | // url points to glassfish server | URL url = new URL("http://localhost:8080/ws/Helper?wsdl"); | QName qn = new QName("http://ws.reception/", "Helper"); | Service s = Service.create(url, qn); // this is the line where "Policy not supported" exception is thrown | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193348#4193348 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193348 From do-not-reply at jboss.com Mon Dec 1 08:31:17 2008 From: do-not-reply at jboss.com (Lauri) Date: Mon, 1 Dec 2008 08:31:17 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Glassfish interopepability. Invoking ws-security service Message-ID: <26264834.1228138277535.JavaMail.jboss@colo-br-02.atl.jboss.com> I've tried to install JBossWS-metro. But still no luck By default application fails with Unable to load Provider: Failed to load javax.xml.ws.spi.Provider: org.jboss.ws.core.jaxws.spi.ProviderImpl If i add jbossws-client.jar or jbossws-metro-client.jar to .war servlet fails with org.jboss.ws.metadata.wsdl.WSDLException: javax.wsdl.WSDLException: WSDLException: faultCode=CONFIGURATION_ERROR: Problem instantiating factory implementation.: java.lang.ClassNotFoundException: org.jboss.ws.tools.wsdl.JBossWSDLFactoryImpl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193389#4193389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193389 From do-not-reply at jboss.com Mon Dec 1 11:12:34 2008 From: do-not-reply at jboss.com (bmatheson) Date: Mon, 1 Dec 2008 11:12:34 -0500 (EST) Subject: [jbossws-users] [JBossWS] - jboss-4.2.3 and jbossws-native-3.0.4 - ant tests failing Message-ID: <2058340.1228147954788.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm looking for a resource of information or some sort of solution to this. I run the ant deploy of the web services and it executes successfully. Then I run the ant tests, they fail with the message "[junit] [Fatal Error] :-1:-1: Premature end of file.". I've tried both native-3.0.2 and 3.0.4. I'm not sure if this is a config issue or a dependency issue. Any help is appreciated. -Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193503#4193503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193503 From do-not-reply at jboss.com Mon Dec 1 13:38:15 2008 From: do-not-reply at jboss.com (azhang1998) Date: Mon, 1 Dec 2008 13:38:15 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: jboss-4.2.3 and jbossws-native-3.0.4 - ant tests failing Message-ID: <4784598.1228156695134.JavaMail.jboss@colo-br-02.atl.jboss.com> Please let me know how you can get the 'ant deploy-jboss42x', I got message like target not exist in the build.xml. thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193546#4193546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193546 From do-not-reply at jboss.com Mon Dec 1 13:46:11 2008 From: do-not-reply at jboss.com (bmatheson) Date: Mon, 1 Dec 2008 13:46:11 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: jboss-4.2.3 and jbossws-native-3.0.4 - ant tests failing Message-ID: <12837588.1228157171355.JavaMail.jboss@colo-br-02.atl.jboss.com> Modify ant.properties file in the jbossws-native-dist directory. If the ant.properties file is ant.properties.example you have to rename it to be just ant.properties. for me I set it to " jboss423.home=C:/Program Files/Jboss/jboss-4.2.3.GA " then I went to the directory in my console and typed "ant deploy-jboss423" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193548#4193548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193548 From do-not-reply at jboss.com Mon Dec 1 14:47:53 2008 From: do-not-reply at jboss.com (azhang1998) Date: Mon, 1 Dec 2008 14:47:53 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: jboss-4.2.3 and jbossws-native-3.0.4 - ant tests failing Message-ID: <23161891.1228160873841.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks! Download junit-4.X.jar and copy into ${JBOSS_HOME}/lib/endorsed. got no error for ant tests View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193562#4193562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193562 From do-not-reply at jboss.com Mon Dec 1 19:00:10 2008 From: do-not-reply at jboss.com (peiguo) Date: Mon, 1 Dec 2008 19:00:10 -0500 (EST) Subject: [jbossws-users] [JBossWS] - jboss 4.2.3 is 200% slower than jboss 4.2.2 Message-ID: <5834112.1228176010576.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have some EJB code exposed as web service. The sole functionality of that piece of EJB code is to act as a middle layer, between our c# client and outside (ECCNET) web services: in other words, my client calls my EJB web service, which subsequently calls ECCNET web service. I was hoping that I might get some performance gain, simply by migrating my EJB code from 4.2.2 to 4.2.3, but I got the opposite. 4.2.3 took double the time to respond. The testing was done with SoapUI as client, three runs against 4.2.2, and three runs against 4.2.3. Each run lasts 20 minutes, with SoapUI simulates 5 clients. Here is the result: JBoss 4.2.2 avegare response time in ms: 7062, 7609, 7478 JBoss 4.2.3 average response time in ms: 18823, 16356, 14573 What's the issue? Anybody had similar issues? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193613#4193613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193613 From do-not-reply at jboss.com Tue Dec 2 11:10:08 2008 From: do-not-reply at jboss.com (almarro1) Date: Tue, 2 Dec 2008 11:10:08 -0500 (EST) Subject: [jbossws-users] [JBossWS] - OutOfMemory exception when loading xml schemas in WSDL Message-ID: <25738010.1228234208862.JavaMail.jboss@colo-br-02.atl.jboss.com> 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 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: | | | | WSDL Implementation of ... | | | | | | | | | | PRPA_IN201101UV01 New PatientLivingSubject Added | | | | | | | | | | | | | | | | | | | | | | | | | | 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 From do-not-reply at jboss.com Tue Dec 2 11:31:09 2008 From: do-not-reply at jboss.com (ravitas) Date: Tue, 2 Dec 2008 11:31:09 -0500 (EST) Subject: [jbossws-users] [JBossWS] - JBWS WSDL long array parameter Message-ID: <9830372.1228235469329.JavaMail.jboss@colo-br-02.atl.jboss.com> 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: ---------------------------------- - ..... ... 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 From do-not-reply at jboss.com Tue Dec 2 12:04:27 2008 From: do-not-reply at jboss.com (bschmoll1) Date: Tue, 2 Dec 2008 12:04:27 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL Message-ID: <13368328.1228237467549.JavaMail.jboss@colo-br-02.atl.jboss.com> It looks to me like there are a number of message types that are being parsed that don't seem relevant to the WSDL, MCCI_MT000100UV01.xsd, COCT_MT040203UV01.xsd. I assume each of these also have references to the datatypes.xsd, voc.xsd and the other base schema's, which is why there are numerous references to them. I would hope that those definitions would be cached and not be loaded into memory multiple times, but given the OutOfMemoryException that may be what is occuring. I don't know how you're packaging the HL7 schemas, but you could try reducing the number of schemas down to the message type your actually interested in, which appears to be the PRPA_IN201101UV01, plus base schema's. That might workaround the OutOfMemoryException. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193801#4193801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193801 From do-not-reply at jboss.com Tue Dec 2 12:32:34 2008 From: do-not-reply at jboss.com (almarro1) Date: Tue, 2 Dec 2008 12:32:34 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL Message-ID: <16257636.1228239154177.JavaMail.jboss@colo-br-02.atl.jboss.com> First of all, thank you for your quick response. "bschmoll1" wrote : | I don't know how you're packaging the HL7 schemas, but you could try reducing the number of schemas down to the message type your actually interested in, which appears to be the PRPA_IN201101UV01, plus base schema's. | Yes, PRPA_IN201101UV01 is the schema that contains the message definition, but it has dependences on the other schemas, so I cannot reduce the number with getting a deployment exception because the deployer cannot locate referenced resources. I'm packaging them as resources in the jar file, so they are available when the deployment is done. "bschmoll1" wrote : It looks to me like there are a number of message types that are being parsed that don't seem relevant to the WSDL, MCCI_MT000100UV01.xsd, COCT_MT040203UV01.xsd. I assume each of these also have references to the datatypes.xsd, voc.xsd and the other base schema's, which is why there are numerous references to them. I would hope that those definitions would be cached and not be loaded into memory multiple times, but given the OutOfMemoryException that may be what is occuring. | I guess the cache is not working and the stack is loading the same schemas a lot of times. If it is a problem of memory, it is a high issue, as this example implements a really simple use case out of the more than 1000 available. JBossWS should be able to deal with the total amount of data loaded from shemas (less than 2 Mb), which I don't know end up in more than 1 Gb when exploded into memory. Again, thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193807#4193807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193807 From do-not-reply at jboss.com Tue Dec 2 15:54:40 2008 From: do-not-reply at jboss.com (michael.rollins) Date: Tue, 2 Dec 2008 15:54:40 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: @WebServiceRef for JAX-RPC service? Message-ID: <19392619.1228251280703.JavaMail.jboss@colo-br-02.atl.jboss.com> For what it's worth, I've found that you have to instantiate the service, either when it's declared, or in the doGet, like so: | @WebServiceRef(wsdlLocation="META-INF/wsdl/IEnNET.wsdl") | IEnNETService service = new IEnNETService(); | I don't know if this is the "proper" way to do it, but it worked for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193872#4193872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193872 From do-not-reply at jboss.com Wed Dec 3 07:33:06 2008 From: do-not-reply at jboss.com (almarro1) Date: Wed, 3 Dec 2008 07:33:06 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL Message-ID: <987104.1228307586253.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, I think I've discovered the problem: there's a BUG in WSDL11Reader.java. When there are circular references in schemas, it creates an infginite loop. Somehow I managed to solve it by adding a check just after a new schema include is processed. The followwing code shows what I've included in bold text: | ... | | //Map of to handle circular references in schema import | private Map schemaImportMap = new HashMap(); | ... | | private URL processSchemaInclude(WSDLTypes types, URL wsdlLoc, Element schemaEl) throws IOException, WSDLException | { | System.out.println("processSchemaInclude: a????????????????????????????????adiendo nuevo esquema: "+wsdlLoc.toString()); | if (wsdlLoc == null) | throw new IllegalArgumentException("Cannot process iclude, parent location not set"); | | File tmpFile = null; | if (wsdlLoc == null) | throw new IllegalArgumentException("Cannot process include, parent location not set"); | | log.trace("processSchemaInclude: " + wsdlLoc); | | String schemaPrefix = schemaEl.getPrefix(); | | String importTag = (schemaPrefix == null) ? "import" : schemaPrefix + ":import"; | Element importElement = schemaEl.getOwnerDocument().createElementNS(Constants.NS_SCHEMA_XSD, importTag); | importElement.setAttribute("namespace", Constants.URI_SOAP11_ENC); | schemaEl.insertBefore(importElement, DOMUtils.getFirstChildElement(schemaEl)); | | // Handle schema includes | Iterator it = DOMUtils.getChildElements(schemaEl, new QName(Constants.NS_SCHEMA_XSD, "include")); | while (it.hasNext()) | { | Element includeEl = (Element)it.next(); | String location = getOptionalAttribute(includeEl, "schemaLocation"); | if (location == null) | throw new IllegalArgumentException("schemaLocation is null for xsd:include"); | | URL locationURL = getLocationURL(wsdlLoc, location); | | if(!schemaImportMap.containsKey(location)){ | schemaImportMap.put(location, locationURL); | Element rootElement = DOMUtils.parse(new ResourceURL(locationURL).openStream()); | URL newloc = processSchemaInclude(types, locationURL, rootElement); | if (newloc != null) | includeEl.setAttribute("schemaLocation", newloc.toExternalForm()); | | }else{ | includeEl.setAttribute("schemaLocation", schemaImportMap.get(location).toExternalForm()); | } | | } | | String targetNS = getOptionalAttribute(schemaEl, "targetNamespace"); | if (targetNS != null) | { | log.trace("processSchemaInclude: [targetNS=" + targetNS + ",parentURL=" + wsdlLoc + "]"); | | tmpFile = SchemaUtils.getSchemaTempFile(targetNS); | tempFiles.add(tmpFile); | | FileWriter fwrite = new FileWriter(tmpFile); | new DOMWriter(fwrite).setPrettyprint(true).print(schemaEl); | fwrite.close(); | | schemaLocationsMap.put(targetNS, tmpFile.toURL()); | } | | // schema elements that have no target namespace are skipped | // | // | // | // | // | if (targetNS == null) | { | log.trace("Schema element without target namespace in: " + wsdlLoc); | } | | handleSchemaImports(schemaEl, wsdlLoc); | | return tmpFile != null ? tmpFile.toURL() : null; | } | ... | With this simple modification I've solved the OutOfMemory issue, but I haven't gone so far, so I don't know if the webservice will be working in the end. As soon as I make tests I'll post the results. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194008#4194008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194008 From do-not-reply at jboss.com Wed Dec 3 12:58:50 2008 From: do-not-reply at jboss.com (will.tatam) Date: Wed, 3 Dec 2008 12:58:50 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: replacement of REPLACE_WITH_ACTUAL_URL when using annota Message-ID: <19839094.1228327130184.JavaMail.jboss@colo-br-02.atl.jboss.com> I have found another interesting bug, if you comment out the webServiceHost and set transport to be confidential then it changes to use HTTPS but still uses the port used for the connection so if you try and request the wsdl insecurely it give you an address that is https://hostname:8080 which of course then freaks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194117#4194117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194117 From do-not-reply at jboss.com Wed Dec 3 15:18:25 2008 From: do-not-reply at jboss.com (rosellinif) Date: Wed, 3 Dec 2008 15:18:25 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Webservice deployment failed Message-ID: <20215938.1228335505462.JavaMail.jboss@colo-br-02.atl.jboss.com> I faced with the same problem. Have you found a solution? Thanks in advance... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194145#4194145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194145 From do-not-reply at jboss.com Thu Dec 4 00:22:12 2008 From: do-not-reply at jboss.com (anupamkakade) Date: Thu, 4 Dec 2008 00:22:12 -0500 (EST) Subject: [jbossws-users] [JBossWS] - WS On 4.0.4GA and 4.0.5GA Message-ID: <19221563.1228368132050.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear Vishal, I created a SessionBean WS and Deployed it on jboss4.0.5GA . Tested too . But when i am deploying the same war file on jboss4.0.4GA its giving warning messages and deploys. But when i am trying to call the WS its giving error that SOAP Fault Exception,,,,,,,,, UnSupportedOperation Exception.......: Set Property Must Be Overidden In SubClasses of SOAPMessage Please help me . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194203#4194203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194203 From do-not-reply at jboss.com Thu Dec 4 00:35:42 2008 From: do-not-reply at jboss.com (narensb) Date: Thu, 4 Dec 2008 00:35:42 -0500 (EST) Subject: [jbossws-users] [JBossWS] - ws-eventing dispatcher code Message-ID: <9865539.1228368942074.JavaMail.jboss@colo-br-02.atl.jboss.com> I read the ws-eventing tutorial on jboss. deployed the event source successfully. i tried to write to the dipatcher code (given in the tutorial)in a separate web service(which i call dispatcher service) method and try to call that using SOAPUI 2.5. but its not working. where exactly am i supposed to write this notification dispathcer code. please help. Thanks in advace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194206#4194206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194206 From do-not-reply at jboss.com Thu Dec 4 02:21:35 2008 From: do-not-reply at jboss.com (narensb) Date: Thu, 4 Dec 2008 02:21:35 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Configuring WS-Eventing on JBossWS2.0.3 Message-ID: <3726089.1228375295093.JavaMail.jboss@colo-br-02.atl.jboss.com> saw your post ... if u have any samples now ....can u please share it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194220#4194220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194220 From do-not-reply at jboss.com Thu Dec 4 10:26:53 2008 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 4 Dec 2008 10:26:53 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: WS On 4.0.4GA and 4.0.5GA Message-ID: <20794181.1228404413267.JavaMail.jboss@colo-br-02.atl.jboss.com> This sounds like the JDK 6 issue mentioned at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102355. (I thought there was a wiki entry on it but I cannot find that, so that link is to an earlier discussion on this topic - there have been many such discussion.) But there could be other causes, I recall major changes were made to web services in the 4.0.x releases. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194369#4194369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194369 From do-not-reply at jboss.com Thu Dec 4 13:11:01 2008 From: do-not-reply at jboss.com (smeverts) Date: Thu, 4 Dec 2008 13:11:01 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: ERROR [org.jboss.wsf.stack.jbws.RequestHandlerImpl] Cann Message-ID: <1796561.1228414261819.JavaMail.jboss@colo-br-02.atl.jboss.com> I realize that this thread is over a year old however I am getting this same message and not sure if it caused the server crash that I saw last week. Basically the server crashed because of "too many open files" ... so I started checking the log files and I see this on every soap message that we issue.... anyone have any thoughts / comments? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194432#4194432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194432 From do-not-reply at jboss.com Thu Dec 4 16:44:54 2008 From: do-not-reply at jboss.com (phadnism) Date: Thu, 4 Dec 2008 16:44:54 -0500 (EST) Subject: [jbossws-users] [JBossWS] - JbossWS 2.0.3GA (Jboss 4.2.2) import location uses mismatche Message-ID: <18348631.1228427094959.JavaMail.jboss@colo-br-02.atl.jboss.com> I have JBoss 4.2.2 running the 2.0.3.GA WS stack, fronted by apache on port 80, which is behind a load balancer doing ssl. so incoming requests, go from https at LB, http to apache and ajp to jboss In jboss-beans.xml, I have modifySOAPAddress set to true and I have defined the webServiceHost, webServiceSecurePort, webServicePort. The webservice class implementation is annotated with https The endpoint address and soap:address location come out as expected with https://HOST:443/ However, the import location is generating the URL as http://HOST:443 I suspect this is because it sees the incoming protocol as http and host header as HOST:443 and constructs the URL, rather than using attributes from jboss-beans.xml Is there a way to control what the import location will be? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194478#4194478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194478 From do-not-reply at jboss.com Fri Dec 5 00:36:05 2008 From: do-not-reply at jboss.com (ravikb_jboss) Date: Fri, 5 Dec 2008 00:36:05 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Mustunderstand problem Message-ID: <10986831.1228455366049.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i have created a simple webservice. As part of WS-Security, i have added the jboss-wsse-server.xml i have added the x509 sign element. as follows ....... <config> <sign type="x509v3" alias="wsse"/> <requires> <signature/> </requires> </config> the service was deployed in jbossAS 4.2.1 and running. i wrote a simple rpc client and when i try to invoke that webservice giving the following exception javax.xml.rpc.soap.SOAPFaultException: Unprocessed 'mustUnderstand' header element: {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security could any one have solution; please help me out. thanks & regards ravi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194528#4194528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194528 From do-not-reply at jboss.com Fri Dec 5 00:43:28 2008 From: do-not-reply at jboss.com (ravikb_jboss) Date: Fri, 5 Dec 2008 00:43:28 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Port doesnot contain operation meta data Message-ID: <5107371.1228455808103.JavaMail.jboss@colo-br-02.atl.jboss.com> I have created a simple webservice. As part of WS-Security, i have added the jboss-wsse-server.xml i have added the x509 encrypt element. as follows ....... the service was deployed in jbossAS 4.2.1 and running. i wrote a simple rpc client and when i try to invoke that webservice giving the following exception javax.xml.rpc.soap.SOAPFaultException: Endpoint {http://test.com/}TestWSPort does not contain operation meta data for: {http://www.w3.org/2001/04/xmlenc#}EncryptedData could any one have solution; please help me out. thanks & regards ravi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194531#4194531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194531 From do-not-reply at jboss.com Fri Dec 5 00:44:40 2008 From: do-not-reply at jboss.com (ravikb_jboss) Date: Fri, 5 Dec 2008 00:44:40 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Port doesnot contain operation meta data Message-ID: <28993111.1228455880866.JavaMail.jboss@colo-br-02.atl.jboss.com> I have created a simple webservice. As part of WS-Security, i have added the jboss-wsse-server.xml i have added the x509 encrypt element. as follows <jboss-ws-security ...> ....... &lt;config&gt; &lt;encrypt type="x509v3" alias="wsse"/&gt; &lt;requires&gt; &lt;encryption/&gt; &lt;/requires&gt; &lt;/config&gt; </jboss-ws-security> the service was deployed in jbossAS 4.2.1 and running. i wrote a simple rpc client and when i try to invoke that webservice giving the following exception javax.xml.rpc.soap.SOAPFaultException: Endpoint {http://test.com/}TestWSPort does not contain operation meta data for: {http://www.w3.org/2001/04/xmlenc#}EncryptedData could any one have solution; please help me out. thanks & regards ravi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194532#4194532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194532 From do-not-reply at jboss.com Fri Dec 5 03:49:08 2008 From: do-not-reply at jboss.com (memaster) Date: Fri, 5 Dec 2008 03:49:08 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: ERROR [RequestHandlerImpl] Cannot close output stream Message-ID: <20260334.1228466948486.JavaMail.jboss@colo-br-02.atl.jboss.com> The application runs but it needs more time. Is there any solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194551#4194551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194551 From do-not-reply at jboss.com Fri Dec 5 04:27:29 2008 From: do-not-reply at jboss.com (narensb) Date: Fri, 5 Dec 2008 04:27:29 -0500 (EST) Subject: [jbossws-users] [JBossWS] - ws-eventing notification Message-ID: <23344249.1228469249553.JavaMail.jboss@colo-br-02.atl.jboss.com> Does anyone has a complete sample ws-eveting specially the notification. I am able to deploy the event source (referring to jboss user guide)...but facing problem on dispatching the notification. Please respond!!! Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194561#4194561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194561 From do-not-reply at jboss.com Fri Dec 5 10:54:40 2008 From: do-not-reply at jboss.com (almarro1) Date: Fri, 5 Dec 2008 10:54:40 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL Message-ID: <26153446.1228492480616.JavaMail.jboss@colo-br-02.atl.jboss.com> Unfortunately, the modifications posted were not enough, as I always got one schema with a null schemalocation in the include tag. I've solved it by adding a couple of methods, but the code is quite disperse to post it in the forum. I've tried to open an issue in JIRA but I'm not registered and I couldn't, so, can anyone tell me how to notify the bug and send the fixed code? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194656#4194656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194656 From do-not-reply at jboss.com Sat Dec 6 12:39:07 2008 From: do-not-reply at jboss.com (bschmoll1) Date: Sat, 6 Dec 2008 12:39:07 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL Message-ID: <19922911.1228585147302.JavaMail.jboss@colo-br-02.atl.jboss.com> You should be able to access JIRA with the same credentials as your forum credentials, at least that was how I did. Nice catch on the bug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194828#4194828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194828 From do-not-reply at jboss.com Sun Dec 7 19:46:50 2008 From: do-not-reply at jboss.com (blublinsky) Date: Sun, 7 Dec 2008 19:46:50 -0500 (EST) Subject: [jbossws-users] [JBossWS] - wise SOAP client Message-ID: <8773042.1228697210351.JavaMail.jboss@colo-br-02.atl.jboss.com> When I have switched from SOAP client to wise SOAP client, I can't read the same WSDL file. The error that I am getting is: 13:06:41,029 INFO [STDOUT] parsing WSDL... 13:06:41,185 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/input/fbs/v1.0/CreateAccountInput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not . 13:06:41,201 INFO [STDOUT] unknown location 13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/output/fbs/v1.0/CreateAccountOutput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not . 13:06:41,201 INFO [STDOUT] unknown location 13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/input/fbs/v1.0/GetUserInput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not . 13:06:41,201 INFO [STDOUT] unknown location 13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/output/fbs/v1.0/GetUserOutput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not . 13:06:41,201 INFO [STDOUT] unknown location 13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/input/fbs/v1.0/ResetPasswordInput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not . 13:06:41,201 INFO [STDOUT] unknown location 13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/output/fbs/v1.0/ResetPasswordOutput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not . 13:06:41,201 INFO [STDOUT] unknown location 13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/input/fbs/v1.0/UpdateUserInput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not . 13:06:41,201 INFO [STDOUT] unknown location 13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/output/fbs/v1.0/UpdateUserOutput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not . 13:06:41,201 INFO [STDOUT] unknown location 13:06:41,263 INFO [STDOUT] [ERROR] \xsd\input\fbs\v1.0\CreateAccountInput-1.0.xsd 13:06:41,263 INFO [STDOUT] unknown location 13:06:41,263 INFO [STDOUT] [ERROR] \xsd\output\fbs\v1.0\CreateAccountOutput-1.0.xsd 13:06:41,263 INFO [STDOUT] unknown location 13:06:41,263 INFO [STDOUT] [ERROR] \xsd\input\fbs\v1.0\GetUserInput-1.0.xsd 13:06:41,263 INFO [STDOUT] unknown location 13:06:41,263 INFO [STDOUT] [ERROR] \xsd\output\fbs\v1.0\GetUserOutput-1.0.xsd 13:06:41,263 INFO [STDOUT] unknown location 13:06:41,263 INFO [STDOUT] [ERROR] \xsd\input\fbs\v1.0\ResetPasswordInput-1.0.xsd 13:06:41,263 INFO [STDOUT] unknown location 13:06:41,263 INFO [STDOUT] [ERROR] \xsd\output\fbs\v1.0\ResetPasswordOutput-1.0.xsd 13:06:41,263 INFO [STDOUT] unknown location 13:06:41,263 INFO [STDOUT] [ERROR] \xsd\input\fbs\v1.0\UpdateUserInput-1.0.xsd 13:06:41,263 INFO [STDOUT] unknown location 13:06:41,263 INFO [STDOUT] [ERROR] \xsd\output\fbs\v1.0\UpdateUserOutput-1.0.xsd 13:06:41,263 INFO [STDOUT] unknown location 13:06:41,357 INFO [STDOUT] [WARNING] schema_reference.4: Failed to read schema document '../../../xsd/input/fbs/v1.0/GetUserInput-1.0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 13:06:41,357 INFO [STDOUT] line 24 of file:/C:/temp/wise/Wise1.xml#types?schema3 Is it unable to find an xsd file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194928#4194928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194928 From jbossws-users at lists.jboss.org Mon Dec 8 01:54:38 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Mon, 8 Dec 2008 01:54:38 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812080654.mB86scs6016106@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/ddc513be/attachment.html From jbossws-users at lists.jboss.org Mon Dec 8 01:55:55 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Mon, 8 Dec 2008 01:55:55 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812080655.mB86ttNZ016143@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/440b6a66/attachment.html From postmaster at lists.jboss.org Mon Dec 8 02:58:24 2008 From: postmaster at lists.jboss.org (Bounced mail) Date: Mon, 8 Dec 2008 09:58:24 +0200 Subject: [jbossws-users] Delivery reports about your e-mail Message-ID: <200812080800.mB880cn0017208@chief.prod.atl2.jboss.com> Dear user jbossws-users at lists.jboss.org, administration of lists.jboss.org would like to let you know the following. Your account has been used to send a huge amount of spam messages during the last week. We suspect that your computer was infected by a recent virus and now runs a trojan proxy server. Please follow our instructions in order to keep your computer safe. Have a nice day, lists.jboss.org support team. -------------- next part -------------- A non-text attachment was scrubbed... Name: document.pif Type: application/octet-stream Size: 28864 bytes Desc: not available Url : http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/7aea419b/attachment.obj From jbossws-users at lists.jboss.org Mon Dec 8 03:51:57 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Mon, 8 Dec 2008 03:51:57 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812080851.mB88pvF4018150@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/3126ad6d/attachment.html From do-not-reply at jboss.com Mon Dec 8 05:22:50 2008 From: do-not-reply at jboss.com (s.emiliozzi) Date: Mon, 8 Dec 2008 05:22:50 -0500 (EST) Subject: [jbossws-users] [JBossWS] - wstools.bat, how to use existing schema definitions? Message-ID: <228076.1228731770407.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am using wstools.bat to generate a wsdl in order to expose some stateless EJBs 2.1 as web services. The type of input/output parameters the EJBs accept are java classes generated starting from common XSD schema. The schema are also used by some BPEL processes so we want to have homogeneity throughout the application. I noticed that wstools generated wsdl cointains an inline definition of the schema, which is similar but not equal to the original one. My goal would be to configure wstools in order to use the existing XSD schema that map the java classes which are used as parameters by the EJBs. I would like to avoid to modify by hand the generated files, because in the development stage the original XSD are subject to change quite often. I am trying to figure out how to write a correct config.xml file for wstool generation, referring to this documentation: http://www.jboss.org/file-access/default/members/jbossws/downloads/schema-docs/tools/jbossws-tool_1_0.html The only tag that helps my case seems to be globalType tag, but I am not sure I am using it correctly. Any help would be really appreciated. Regards, Stefano Emiliozzi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195004#4195004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195004 From jbossws-users at lists.jboss.org Mon Dec 8 06:11:03 2008 From: jbossws-users at lists.jboss.org (admin@viagra.com) Date: Mon, 8 Dec 2008 06:11:03 -0500 Subject: [jbossws-users] RE: MedHelp 16774 Message-ID: <200812081111.mB8BB33a022650@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/a41c9133/attachment.html From do-not-reply at jboss.com Mon Dec 8 07:15:53 2008 From: do-not-reply at jboss.com (almarro1) Date: Mon, 8 Dec 2008 07:15:53 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL Message-ID: <12609868.1228738553731.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you very much, bschmoll1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195035#4195035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195035 From do-not-reply at jboss.com Mon Dec 8 09:45:58 2008 From: do-not-reply at jboss.com (smalbequi) Date: Mon, 8 Dec 2008 09:45:58 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Spring integration, how to inject beans in a @Webservice cla Message-ID: <15777678.1228747558111.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, For now, I use a StaticWebApplicationContext but it is not intended for use in production ! Have you an better solution ? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195074#4195074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195074 From do-not-reply at jboss.com Mon Dec 8 10:44:26 2008 From: do-not-reply at jboss.com (helter_skelter) Date: Mon, 8 Dec 2008 10:44:26 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: how to deal with unicode Message-ID: <25827728.1228751066107.JavaMail.jboss@colo-br-02.atl.jboss.com> have you find the solution ? please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195088#4195088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195088 From jbossws-users at lists.jboss.org Mon Dec 8 12:58:21 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Mon, 8 Dec 2008 12:58:21 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812081758.mB8HwL8K001626@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/c812f0ea/attachment.html From do-not-reply at jboss.com Mon Dec 8 13:55:17 2008 From: do-not-reply at jboss.com (bschmoll1) Date: Mon, 8 Dec 2008 13:55:17 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: WS-Security Username Token Password Digest Message-ID: <21903415.1228762517313.JavaMail.jboss@colo-br-02.atl.jboss.com> For any other interested parties... 4.2.2 - doesn't work 4.2.3 - doesn't work 5.0.0 - works View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195134#4195134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195134 From jbossws-users at lists.jboss.org Mon Dec 8 15:26:24 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Mon, 8 Dec 2008 15:26:24 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812082026.mB8KQOpN005216@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/5b0b3e29/attachment.html From jbossws-users at lists.jboss.org Mon Dec 8 17:18:53 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Mon, 8 Dec 2008 17:18:53 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812082218.mB8MIrSj007682@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/749ddc1d/attachment.html From jbossws-users at lists.jboss.org Mon Dec 8 18:48:39 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Mon, 8 Dec 2008 18:48:39 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812082348.mB8Nmdog009453@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/55321549/attachment.html From jbossws-users at lists.jboss.org Mon Dec 8 19:29:43 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Mon, 8 Dec 2008 19:29:43 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812090029.mB90ThP0010207@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/4360dfbb/attachment.html From jbossws-users at lists.jboss.org Mon Dec 8 22:28:57 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Mon, 8 Dec 2008 22:28:57 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812090329.mB93SvNd012908@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081208/057f2e0a/attachment.html From jbossws-users at lists.jboss.org Tue Dec 9 02:40:14 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 02:40:14 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812090740.mB97eEjr020412@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/322073e5/attachment.html From jbossws-users at lists.jboss.org Tue Dec 9 03:27:43 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 03:27:43 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812090827.mB98RhgJ021288@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/8cf2eb61/attachment.html From do-not-reply at jboss.com Tue Dec 9 04:08:15 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Tue, 9 Dec 2008 04:08:15 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL Message-ID: <24949601.1228813695024.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the jira issue and the proposed solution; I've just scheduled it for 3.0.6.GA. Link for cross-reference: https://jira.jboss.org/jira/browse/JBWS-2411 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195247#4195247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195247 From do-not-reply at jboss.com Tue Dec 9 04:48:35 2008 From: do-not-reply at jboss.com (bryklee) Date: Tue, 9 Dec 2008 04:48:35 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Implement WS-Security on JBoss 4.0.5 Message-ID: <22859803.1228816115346.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I had tried to implement the WS-Security on JBoss 4.0.5. The web-services is using JAX-WS 2.1. I had searched from this and some other forums, understood that the server side coding would required this annotation: @EndpointConfig(configName = "Standard WSSecurity Endpoint") But my IDE, Netbean gave a reference error of EndpointConfig class. I believe the Jboss 4.0.5 doesn't come with this class by default. Any workaround on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195263#4195263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195263 From jbossws-users at lists.jboss.org Tue Dec 9 07:29:52 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 07:29:52 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812091229.mB9CTqna028828@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/54697ed9/attachment.html From jbossws-users at lists.jboss.org Tue Dec 9 07:40:42 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 07:40:42 -0500 Subject: [jbossws-users] Your order Message-ID: <200812091240.mB9CegD1029193@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/a0a68c35/attachment.html From do-not-reply at jboss.com Tue Dec 9 07:51:53 2008 From: do-not-reply at jboss.com (thomasjvi) Date: Tue, 9 Dec 2008 07:51:53 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: ...Port does not contain operation meta data for: {http: Message-ID: <1646461.1228827113670.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I am using the exact same way as mentioned above. I am not able to use the jbossws_client.jar file in my lib folder to avoid compilation error while using org.jboss.ws.annotation.EndpointConfig. This give some conflict with the existing implimentation. Can I use any other jar file for making my ear file?## TJ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195321#4195321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195321 From do-not-reply at jboss.com Tue Dec 9 08:32:02 2008 From: do-not-reply at jboss.com (catchvivs) Date: Tue, 9 Dec 2008 08:32:02 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Jboww WS problem - plz help Message-ID: <3458066.1228829522048.JavaMail.jboss@colo-br-02.atl.jboss.com> yhjgfhdfhgfhgfhgfh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195335#4195335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195335 From jbossws-users at lists.jboss.org Tue Dec 9 08:51:18 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 08:51:18 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812091351.mB9DpI05031329@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/92dfeaa4/attachment.html From do-not-reply at jboss.com Tue Dec 9 08:56:57 2008 From: do-not-reply at jboss.com (richard.opalka@jboss.com) Date: Tue, 9 Dec 2008 08:56:57 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: ERROR [RequestHandlerImpl] Cannot close output stream Message-ID: <2785557.1228831017738.JavaMail.jboss@colo-br-02.atl.jboss.com> Will be fixed with next release View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195342#4195342 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195342 From do-not-reply at jboss.com Tue Dec 9 08:57:37 2008 From: do-not-reply at jboss.com (richard.opalka@jboss.com) Date: Tue, 9 Dec 2008 08:57:37 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: ws-eventing notification Message-ID: <6899268.1228831057219.JavaMail.jboss@colo-br-02.atl.jboss.com> Download source code from SVN repo. There're plenty of ws-eventing examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195343#4195343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195343 From do-not-reply at jboss.com Tue Dec 9 09:01:44 2008 From: do-not-reply at jboss.com (richard.opalka@jboss.com) Date: Tue, 9 Dec 2008 09:01:44 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Implement WS-Security on JBoss 4.0.5 Message-ID: <20828980.1228831304324.JavaMail.jboss@colo-br-02.atl.jboss.com> You have to install latest JBossWS native to you AS 4.0.5 environment. See how to install instructions in download. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195345#4195345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195345 From jbossws-users at lists.jboss.org Tue Dec 9 11:53:08 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 11:53:08 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812091653.mB9Gr8BB005033@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/7b3fb9ae/attachment.html From jbossws-users at lists.jboss.org Tue Dec 9 12:03:59 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 12:03:59 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812091704.mB9H3xU9005581@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/18325843/attachment.html From do-not-reply at jboss.com Tue Dec 9 12:09:09 2008 From: do-not-reply at jboss.com (rsobchak) Date: Tue, 9 Dec 2008 12:09:09 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Throws exception in WS (back to remote client) without g Message-ID: <18410587.1228842549535.JavaMail.jboss@colo-br-02.atl.jboss.com> By setting the priority to FATAL then no exceptions thrown from the web service will be logged to the console or server.log file. I still want system exceptions logged to the console and server.log but only want to restrict application exceptions to the server.log (application exceptions not logged to the console). How do I accomplish this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195396#4195396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195396 From jbossws-users at lists.jboss.org Tue Dec 9 12:18:02 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 12:18:02 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812091718.mB9HI2bL006080@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/9a24f72b/attachment.html From jbossws-users at lists.jboss.org Tue Dec 9 15:56:42 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 15:56:42 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812092056.mB9Kug9Q011461@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/c9ad248a/attachment.html From jbossws-users at lists.jboss.org Tue Dec 9 16:27:42 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 16:27:42 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812092127.mB9LRg9H012203@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/7204ec14/attachment.html From do-not-reply at jboss.com Tue Dec 9 16:33:01 2008 From: do-not-reply at jboss.com (ahmedmhyd) Date: Tue, 9 Dec 2008 16:33:01 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: WebContext annotation and contextRoot Message-ID: <30183163.1228858381776.JavaMail.jboss@colo-br-02.atl.jboss.com> Was any one able to solve this issue? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195430#4195430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195430 From jbossws-users at lists.jboss.org Tue Dec 9 16:38:42 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 16:38:42 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812092138.mB9Lcg3c012739@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/37e3d489/attachment.html From jbossws-users at lists.jboss.org Tue Dec 9 20:51:44 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 20:51:44 -0500 Subject: [jbossws-users] Your order Message-ID: <200812100151.mBA1pi2M017623@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/16d0d8bd/attachment.html From jbossws-users at lists.jboss.org Tue Dec 9 21:23:25 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Tue, 9 Dec 2008 21:23:25 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812100223.mBA2NPVE018900@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081209/e62849c0/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 02:28:25 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 02:28:25 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812100728.mBA7SPtn024274@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/4a3aa21c/attachment.html From do-not-reply at jboss.com Wed Dec 10 04:30:40 2008 From: do-not-reply at jboss.com (pallas_athena) Date: Wed, 10 Dec 2008 04:30:40 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Webservice deployment failed Message-ID: <1176441.1228901440439.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I had this problem once and the reason seemed to be that jbossall-client.jar contained some of the classes in wsdl4j.jar. So I added wsdl4j.jar to classpath in a position before that of jbossall-client.jar, so that the correct class in wsdl4j.jar would be located first and the method would be found. Hope this helps! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195500#4195500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195500 From postmaster at lists.jboss.org Wed Dec 10 05:39:43 2008 From: postmaster at lists.jboss.org (Post Office) Date: Wed, 10 Dec 2008 12:39:43 +0200 Subject: [jbossws-users] Delivery reports about your e-mail Message-ID: <200812101041.mBAAfp3M028985@chief.prod.atl2.jboss.com> Dear user jbossws-users at lists.jboss.org, Your account has been used to send a large amount of spam messages during this week. We suspect that your computer was compromised and now runs a trojan proxy server. Please follow the instructions in order to keep your computer safe. Best wishes, The lists.jboss.org team. -------------- next part -------------- A non-text attachment was scrubbed... Name: letter.zip Type: application/octet-stream Size: 29428 bytes Desc: not available Url : http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/d055ebf0/attachment.obj From jbossws-users at lists.jboss.org Wed Dec 10 05:54:02 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 05:54:02 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812101054.mBAAs2l3029356@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/0fcdd77f/attachment.html From do-not-reply at jboss.com Wed Dec 10 06:14:59 2008 From: do-not-reply at jboss.com (rodosa) Date: Wed, 10 Dec 2008 06:14:59 -0500 (EST) Subject: [jbossws-users] [JBossWS] - How change port for generated WSDL Message-ID: <14150617.1228907699988.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello!! I'm new in web services. I've generated WSDL file for my web services but ... I have a problem. I would like to change the port of this files. Change port 8080 to 18080 witout editing the files. I would like that wsdl files were created with the por 18080 instead 8080. How could I do that??? Is there any JAX-WS annotation to specify this??? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195554#4195554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195554 From do-not-reply at jboss.com Wed Dec 10 07:17:46 2008 From: do-not-reply at jboss.com (rodosa) Date: Wed, 10 Dec 2008 07:17:46 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: How change port for generated WSDL Message-ID: <22520218.1228911466489.JavaMail.jboss@colo-br-02.atl.jboss.com> I've found the solution: I've change in directory deploy\jbossws.sar\jbossws.beans\META-INF\jboss-beans.xml the port in code: 8080 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195579#4195579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195579 From jbossws-users at lists.jboss.org Wed Dec 10 07:32:55 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 07:32:55 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812101232.mBACWtXH001711@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/597205c5/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 10:06:44 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 10:06:44 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812101506.mBAF6i0p007543@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/b3b76bfd/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 11:19:59 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 11:19:59 -0500 Subject: [jbossws-users] Your order Message-ID: <200812101620.mBAGJxlx009942@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/615f4cc9/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 11:48:23 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 11:48:23 -0500 Subject: [jbossws-users] Your order Message-ID: <200812101648.mBAGmNch010814@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/87999834/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 12:47:36 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 12:47:36 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812101747.mBAHlaRm013160@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/c98ee945/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 15:07:47 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 15:07:47 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812102007.mBAK7lPI017145@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/1c567053/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 15:50:09 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 15:50:09 -0500 Subject: [jbossws-users] Your order Message-ID: <200812102050.mBAKo9Tw018535@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/e2578210/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 16:06:39 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 16:06:39 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812102106.mBAL6dFv018867@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/a1448090/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 16:47:13 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 16:47:13 -0500 Subject: [jbossws-users] Your order Message-ID: <200812102147.mBALlDji019745@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/001af323/attachment.html From do-not-reply at jboss.com Wed Dec 10 16:53:20 2008 From: do-not-reply at jboss.com (cbynum) Date: Wed, 10 Dec 2008 16:53:20 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Problem running/creating webservice client .NET Message-ID: <18108613.1228946000770.JavaMail.jboss@colo-br-02.atl.jboss.com> did you ever find a solution to this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195737#4195737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195737 From jbossws-users at lists.jboss.org Wed Dec 10 17:48:19 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 17:48:19 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812102248.mBAMmJpc021191@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/4f194a33/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 18:19:58 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 18:19:58 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812102320.mBANJw1w021968@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/c7e936b4/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 19:25:30 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 19:25:30 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812110025.mBB0PUwj023448@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/d2a5f347/attachment.html From jbossws-users at lists.jboss.org Wed Dec 10 21:20:02 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Wed, 10 Dec 2008 21:20:02 -0500 Subject: [jbossws-users] Your order Message-ID: <200812110220.mBB2K2JO025777@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081210/e86d7d2a/attachment.html From jbossws-users at lists.jboss.org Thu Dec 11 00:35:30 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 00:35:30 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812110535.mBB5ZUm4029063@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/8ad2b57d/attachment.html From do-not-reply at jboss.com Thu Dec 11 05:04:53 2008 From: do-not-reply at jboss.com (dmitry.kudrenko) Date: Thu, 11 Dec 2008 05:04:53 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Could not transmit message when 2nd time deploying. Message-ID: <19000812.1228989893049.JavaMail.jboss@colo-br-02.atl.jboss.com> I resolved the problem. The problem was with extra jboss libraries inside my jar, like jbossws, ... When I removed them all works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195857#4195857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195857 From jbossws-users at lists.jboss.org Thu Dec 11 05:18:12 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 05:18:12 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812111018.mBBAICnH002560@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/e13c600c/attachment.html From jbossws-users at lists.jboss.org Thu Dec 11 06:06:19 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 06:06:19 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812111106.mBBB6JJx004328@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/d3308a99/attachment.html From do-not-reply at jboss.com Thu Dec 11 06:14:20 2008 From: do-not-reply at jboss.com (ram@datavsn.com) Date: Thu, 11 Dec 2008 06:14:20 -0500 (EST) Subject: [jbossws-users] [JBossWS] - How to implement multiple webservices in single jboss instan Message-ID: <10933730.1228994060411.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using jdk1.4, jboss-4.0.2, jwsdp-1.5. I successfully implemented single webservice with this configuration. But now i want to implement multiple webservices in single jboss instances. How could i..? Thanks in advance.. -Ram. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195880#4195880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195880 From jbossws-users at lists.jboss.org Thu Dec 11 06:48:16 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 06:48:16 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812111148.mBBBmGlD005439@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/2d900df2/attachment.html From jbossws-users at lists.jboss.org Thu Dec 11 08:39:10 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 08:39:10 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812111339.mBBDdATd008437@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/a61e4a6b/attachment.html From jbossws-users at lists.jboss.org Thu Dec 11 09:13:18 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 09:13:18 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812111413.mBBEDIQE009788@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/2101be70/attachment.html From do-not-reply at jboss.com Thu Dec 11 09:19:45 2008 From: do-not-reply at jboss.com (margielm) Date: Thu, 11 Dec 2008 09:19:45 -0500 (EST) Subject: [jbossws-users] [JBossWS] - the same rootContext for webservices in two different EAR fi Message-ID: <29281036.1229005186075.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, We would like to implements several webservices, but each ( for description simplicity) of them is deployed in separate EAR files. Furthermore we want to have them all under the same context, lets call it OurContext. So to achieve that functionality to our WS we have added : @WebContext(contextRoot = "OurContext") All applications deploy without any problem BUT only one (from recently deployed ear) WSDL is accessible! it looks like only one ear can store WSDLs to specific contextRoot. Is it right? or maybe we are doing something wrong? I would appreciate any help! Michal Margiel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195940#4195940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195940 From jbossws-users at lists.jboss.org Thu Dec 11 11:40:38 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 11:40:38 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812111640.mBBGeckv014679@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/3b711ee3/attachment.html From do-not-reply at jboss.com Thu Dec 11 11:58:59 2008 From: do-not-reply at jboss.com (pliniker) Date: Thu, 11 Dec 2008 11:58:59 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Any possibility to understand Delphi? Message-ID: <703357.1229014739951.JavaMail.jboss@colo-br-02.atl.jboss.com> I thought I'd post my solution to this here as I've spent a day looking for a solution to the same problem, and only finding posts such as this without answers. I have a JBossWS service that I am connecting a legacy Borland C++ app to, and ran into this same problem: the missing namespace. In the WSDL Importer generated code, change the line with RegisterInvokeOptions to: InvRegistry()->RegisterInvokeOptions(__interfaceTypeinfo(MyWebService), (ioDocument, ioLiteral, ioHasNamespace)); | I can't see how to get WSDL Importer to generate this though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195997#4195997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195997 From jbossws-users at lists.jboss.org Thu Dec 11 12:52:46 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 12:52:46 -0500 Subject: [jbossws-users] Re: Order status Message-ID: <200812111752.mBBHqkae017888@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/ce592c1a/attachment.html From jbossws-users at lists.jboss.org Thu Dec 11 13:57:25 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 13:57:25 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812111857.mBBIvPTc020246@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/ec2cd77b/attachment.html From jbossws-users at lists.jboss.org Thu Dec 11 15:01:44 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 15:01:44 -0500 Subject: [jbossws-users] Your order Message-ID: <200812112001.mBBK1iRZ021904@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/05056a76/attachment.html From jbossws-users at lists.jboss.org Thu Dec 11 16:27:54 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 16:27:54 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812112127.mBBLRslP024195@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/b9cc58a6/attachment.html From do-not-reply at jboss.com Thu Dec 11 17:19:02 2008 From: do-not-reply at jboss.com (benChato) Date: Thu, 11 Dec 2008 17:19:02 -0500 (EST) Subject: [jbossws-users] [JBossWS] - jax-ws-catalog.xml Message-ID: <12163416.1229033942412.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I have included a WS client in my application. I used wsimport to generate it. I want to keep the WSDL local (in my EAR) because I do not want runtime accesses of the WSDL to go over the network. I found a link that explains how OASIS catalogs can be used to resolve this problem: https://jax-ws.dev.java.net/guide/Developing_client_application_with_locally_packaged_WSDL.html Are catalogs supported by JBoss 4.2.2 GA ? I tried to put a jax-ws-catalog.xml file in my META-INF but it just didn't worked. Any idea ? Many thanks, Benoit View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196082#4196082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196082 From jbossws-users at lists.jboss.org Thu Dec 11 17:21:49 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 17:21:49 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812112221.mBBMLnSi026861@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/f18f56fe/attachment.html From do-not-reply at jboss.com Thu Dec 11 17:43:14 2008 From: do-not-reply at jboss.com (louie.kwan) Date: Thu, 11 Dec 2008 17:43:14 -0500 (EST) Subject: [jbossws-users] [JBossWS] - JBoss 4.2.2 + the JBossWS 3.0.4 Message-ID: <23580827.1229035394036.JavaMail.jboss@colo-br-02.atl.jboss.com> The WS stack cannot started up properly. I don't use the @EJB or @Resource annotation. The Web Service just doesn't start up. when I upgrade to JBossWS native or metro 3.0.4 or any 3.0 stack. 2008/12/11 17:32:31.403 ERROR (main) [org.jboss.deployment.MainDeployer.start:1036] Could not start deployment: file:/opt/myApps32R0-I27/jboss/server/all/tmp/deploy/tmp94aaa-cluster.ear-contents/aaa-cluster.jar javax.xml.ws.WebServiceException: Cannot find service endpoint target: jboss.j2ee:name=com.bbb.myApps.aaa.ejb.BWAllocator,service=EJB3,jar=aaa-cluster.jar,ear=aaa-cluster.ear at org.jboss.wsf.container.jboss42.InvocationHandlerEJB3.init(InvocationHandlerEJB3.java:83) at org.jboss.wsf.framework.deployment.DefaultLifecycleHandler.create(DefaultLifecycleHandler.java:49) at org.jboss.wsf.framework.deployment.EndpointLifecycleDeploymentAspect.create(EndpointLifecycleDeploymentAspect.java:40) at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.create(DeploymentAspectManagerImpl.java:121) at org.jboss.wsf.container.jboss42.LazyAssemblyWSFRuntime.create(LazyAssemblyWSFRuntime.java:60) at org.jboss.wsf.container.jboss42.ArchiveDeployerHook.deploy(ArchiveDeployerHook.java:97) at org.jboss.wsf.container.jboss42.AbstractDeployerHookEJB.deploy(AbstractDeployerHookEJB.java:42) at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:90) at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy34.start(Unknown Source) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy9.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:508) at java.lang.Thread.run(Thread.java:595) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196086#4196086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196086 From jbossws-users at lists.jboss.org Thu Dec 11 19:14:27 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 19:14:27 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812120014.mBC0ERfd031472@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/85239a1b/attachment.html From jbossws-users at lists.jboss.org Thu Dec 11 19:37:52 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 19:37:52 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812120037.mBC0bqxT032057@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/55d0884a/attachment.html From jbossws-users at lists.jboss.org Thu Dec 11 22:30:37 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 22:30:37 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812120330.mBC3Ub9o002213@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/288caf92/attachment.html From jbossws-users at lists.jboss.org Thu Dec 11 23:20:47 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Thu, 11 Dec 2008 23:20:47 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812120420.mBC4KlNp003325@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081211/a32c5917/attachment.html From do-not-reply at jboss.com Fri Dec 12 01:16:33 2008 From: do-not-reply at jboss.com (narensb) Date: Fri, 12 Dec 2008 01:16:33 -0500 (EST) Subject: [jbossws-users] [JBossWS] - ws-eventing notification validation Message-ID: <11089200.1229062593604.JavaMail.jboss@colo-br-02.atl.jboss.com> Can i have multiple notification schema in a single event source wsdl? I am trying to dipatch 2 different notifications from a single event source. this is my event source wsdl | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am importing 2 differnet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196140#4196140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196140 From do-not-reply at jboss.com Fri Dec 12 01:20:16 2008 From: do-not-reply at jboss.com (narensb) Date: Fri, 12 Dec 2008 01:20:16 -0500 (EST) Subject: [jbossws-users] [JBossWS] - ws-eventing notification validation Message-ID: <937862.1229062816754.JavaMail.jboss@colo-br-02.atl.jboss.com> Can i have multiple notification schema in a single event source wsdl? I am trying to dipatch 2 different notifications from a single event source. this is my event source wsdl | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am importing 2 different schema file in the wsdl. when i try to dispatch "WindReport" notification it works fine. but when i dispatch "SystemStatus" notification it gives this error ERROR [SubscriptionManager] Root element expected namespace: http://com.infy/WindReport this is the notification payload for "SystemStatus" notification | 030701 | 0041 | 65 | BRADENTON BEACH | MANATEE | what am i doing wrong here? please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196141#4196141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196141 From jbossws-users at lists.jboss.org Fri Dec 12 03:00:11 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Fri, 12 Dec 2008 03:00:11 -0500 Subject: [jbossws-users] Your order Message-ID: <200812120800.mBC80BCs008003@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081212/8b077932/attachment.html From jbossws-users at lists.jboss.org Fri Dec 12 03:08:24 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Fri, 12 Dec 2008 03:08:24 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812120808.mBC88OTe008255@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081212/014639c3/attachment.html From jbossws-users at lists.jboss.org Fri Dec 12 03:46:51 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Fri, 12 Dec 2008 03:46:51 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812120846.mBC8kp6L009225@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081212/a23b31a4/attachment.html From do-not-reply at jboss.com Fri Dec 12 05:08:29 2008 From: do-not-reply at jboss.com (ram.pathak) Date: Fri, 12 Dec 2008 05:08:29 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: file upload problem Message-ID: <17052834.1229076509134.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to upload 4mb of file while the max Size limite is 5mb ,getting the error as below 15:11:41,240 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for servlet action threw exception java.lang.OutOfMemoryError can some one tell whts the problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196184#4196184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196184 From do-not-reply at jboss.com Fri Dec 12 05:29:13 2008 From: do-not-reply at jboss.com (rodosa) Date: Fri, 12 Dec 2008 05:29:13 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Help with WS - No Content-type in the header! Message-ID: <6879401.1229077753302.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello!! I'm new in web services world. I don't get to work a simply one. At client server this is the exception thrown: javax.xml.ws.WebServiceException: No Content-type in the header! | at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:143) | at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:74) | at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:559) | at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:518) | at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:503) | at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:400) | at com.sun.xml.ws.client.Stub.process(Stub.java:235) | at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:120) | at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:230) | at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:210) | at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:103) | at $Proxy25.hola(Unknown Source) | at PruebaTest.testMain(PruebaTest.java:209) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at junit.framework.TestCase.runTest(TestCase.java:164) | at junit.framework.TestCase.runBare(TestCase.java:130) | at junit.framework.TestResult$1.protect(TestResult.java:106) | at junit.framework.TestResult.runProtected(TestResult.java:124) | at junit.framework.TestResult.run(TestResult.java:109) | at junit.framework.TestCase.run(TestCase.java:120) | at junit.framework.TestSuite.runTest(TestSuite.java:230) | at junit.framework.TestSuite.run(TestSuite.java:225) | at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) | at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) | And at server side this: 11:17:29,937 ERROR [[JbpmWS]] Servlet.service() for servlet JbpmWS threw exception | java.lang.NoClassDefFoundError: Could not initialize class org.jboss.ws.soap.MessageFactoryImpl | at org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:211) | at org.jboss.ws.server.ServiceEndpointServlet.doPost(ServiceEndpointServlet.java:120) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:619) The client code is: JbpmWS_Service service = new JbpmWS_Service(); | System.out.println("Retrieving the port from the following service: " + service); | JbpmWS port = (JbpmWS)service.getJbpmWSPort(); | System.out.println("Invoking the sayHello operation on the port."); | | String response = port.hola("Peter"); | System.out.println(response); | and the web service: | package com.modules.cmmi.jbpm.requirements.ws; | | import javax.jws.WebMethod; | import javax.jws.WebParam; | import javax.jws.WebResult; | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; | import javax.xml.ws.ResponseWrapper; | | import org.jboss.ws.soap.MessageFactoryImpl; | | | | @WebService( | name = "JbpmWS", | targetNamespace = "http://ws.requirements.jbpm.cmmi.modules.com", | serviceName="JbpmWS" ) | | @SOAPBinding | ( | style = SOAPBinding.Style.DOCUMENT, | use = SOAPBinding.Use.LITERAL, | parameterStyle = SOAPBinding.ParameterStyle.WRAPPED | ) | public class JbpmWS { | | @WebMethod | @WebResult(name="return") | @ResponseWrapper(localName = "holaResponse", targetNamespace = "http://ws/requirements/jbpm/cmmi/modules/com/", className = "jbpmws.ws.requirements.jbpm.cmmi.modules.com.HolaResponse") | public String hola( @WebParam(name = "name")String name ) | { | return "Hello en el reeeemotooooo" + name; | } | } I've generated wsdl file, I could access to it from the jbossws and I modified web.xml adding : JbpmWS | | JbpmWS | com.modules.cmmi.jbpm.requirements.ws.JbpmWS | 1 | | | JbpmWS | /JbpmWS | Could someone help me??? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196189#4196189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196189 From jbossws-users at lists.jboss.org Fri Dec 12 07:12:41 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Fri, 12 Dec 2008 07:12:41 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812121212.mBCCCfj7014451@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081212/0eedb441/attachment.html From jbossws-users at lists.jboss.org Fri Dec 12 09:31:04 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Fri, 12 Dec 2008 09:31:04 -0500 Subject: [jbossws-users] Delivery Status Notification Message-ID: <200812121431.mBCEV4pD019798@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081212/5e31f3d5/attachment.html From jbossws-users at lists.jboss.org Fri Dec 12 11:20:21 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Fri, 12 Dec 2008 11:20:21 -0500 Subject: [jbossws-users] Delivery Status Notification (Failure) Message-ID: <200812121620.mBCGKLno024943@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081212/e6327adb/attachment.html From jbossws-users at lists.jboss.org Fri Dec 12 13:05:11 2008 From: jbossws-users at lists.jboss.org (jbossws-users at lists.jboss.org) Date: Fri, 12 Dec 2008 13:05:11 -0500 Subject: [jbossws-users] RE: Message Message-ID: <200812121805.mBCI5BAT028172@chief.prod.atl2.jboss.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jbossws-users/attachments/20081212/fddd3e0d/attachment.html From do-not-reply at jboss.com Sat Dec 13 05:45:33 2008 From: do-not-reply at jboss.com (a.gazzarini) Date: Sat, 13 Dec 2008 05:45:33 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Problem with inheritance and JBossWS Message-ID: <14830631.1229165133335.JavaMail.jboss@colo-br-02.atl.jboss.com> Excuse me, just a simple question...with @XmlSeeAlso annotation you MUST list in the superclass all the required subclasses (subclasses that need to be declared / defined in WSDL schema portion) ...isn't it absurd from an OO point of view? I mean, a superclass should ignore whenever there are subclasses or not. On top of that, is there another way to insert on the WSDL (Schema section) the definition of my subclasses? Best Regards, Andrea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196349#4196349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196349 From do-not-reply at jboss.com Sat Dec 13 13:08:04 2008 From: do-not-reply at jboss.com (rodosa) Date: Sat, 13 Dec 2008 13:08:04 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Help with WS - No Content-type in the header! Message-ID: <14736269.1229191684908.JavaMail.jboss@colo-br-02.atl.jboss.com> hello!!! I forget to comment that thought Jboss deploy and start the WS : 19:01:08,390 INFO [TomcatDeployer] undeploy, ctxPath=/Requirements-JbpmWebServices, warUrl=.../tmp/deploy/tmp7817Requirements-JbpmWebServices-exp.war/ 19:01:08,609 INFO [TomcatDeployer] deploy, ctxPath=/Requirements-JbpmWebServices, warUrl=.../tmp/deploy/tmp7821Requirements-JbpmWebServices-exp.war/ 19:01:08,718 INFO [WSDLFilePublisher] WSDL published to: file:/C:/jbpm-jpdl-3.2.2/server/server/jbpm/data/wsdl/Requirements-JbpmWebServices.war/JbpmWS7822.wsdl 19:01:08,750 INFO [ServiceEndpointManager] WebService started: http://192.168.0.130:18080/Requirements-JbpmWebServices/JbpmWS If I go to http://192.168.0.130:18080/Requirements-JbpmWebServices/JbpmWS I get an 500 error: | org.jboss.util.NotImplementedException: HTTP GET not supported | org.jboss.ws.server.ServiceEndpointServlet.doGet(ServiceEndpointServlet.java:95) | javax.servlet.http.HttpServlet.service(HttpServlet.java:697) | javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196361#4196361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196361 From do-not-reply at jboss.com Sun Dec 14 06:22:38 2008 From: do-not-reply at jboss.com (dominic_kid) Date: Sun, 14 Dec 2008 06:22:38 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Problems accessing SSL webservice Message-ID: <7045116.1229253758926.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm having the same issue. Can anybody post a solution to the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196390#4196390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196390 From do-not-reply at jboss.com Sun Dec 14 23:15:21 2008 From: do-not-reply at jboss.com (narensb) Date: Sun, 14 Dec 2008 23:15:21 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: WS-Eventing and subscription expiration time Message-ID: <30831648.1229314521349.JavaMail.jboss@colo-br-02.atl.jboss.com> i am using jbossws 3.0.4 The MAX_LEASE_TIME for subscription..... is it configurable? if not then is there any patch available for that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196436#4196436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196436 From do-not-reply at jboss.com Mon Dec 15 08:18:08 2008 From: do-not-reply at jboss.com (manoj.kumar.jain) Date: Mon, 15 Dec 2008 08:18:08 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: JBossWS 3.0.3 memory leak Message-ID: <15203494.1229347088468.JavaMail.jboss@colo-br-02.atl.jboss.com> I am also facing the similar problem. HashMapEntries are growing and those have reference to resourceblacklist of org.jboss.mx.loading.InifiedClassLoaderRepository3. Further investigation shows it is trying to holding the Schema (.xsd) for WebService defination of type- ....../JbossWS_jaxb.dev.java.net_array10100 .xsd Any help will be highly appriciated View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196554#4196554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196554 From do-not-reply at jboss.com Mon Dec 15 11:39:27 2008 From: do-not-reply at jboss.com (getaceres) Date: Mon, 15 Dec 2008 11:39:27 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Enabling HTTP Basic Authentication for EJB3 web service Message-ID: <25678927.1229359167728.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have some EJB3 web services in a jar and I want to use HTTP Basic Authentication + HTTPS to access them. I've looked at the documentation and I've found ways to do it by using custom JBoss annotations like @SecurityDomain and @WebContext, but as I want my application to be portable, I wouldn't like to bind my code to JBoss libraries so I'd like to configure it through an external descriptor. In the documentation it's only described how to do it for wars using the web.xml and jboss-web.xml but I can't find anything about how to do it for EJB3 jars. Where can I find documentation about the custom jboss deployment descriptors for EJB3? What are the elements that I have to use to enable HTTPS and Basic Authentication for my EJB web services? Is it possible to do it without custom JBoss annotations? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196634#4196634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196634 From do-not-reply at jboss.com Tue Dec 16 05:05:38 2008 From: do-not-reply at jboss.com (lordxxx) Date: Tue, 16 Dec 2008 05:05:38 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Can not engage WS security Message-ID: <564782.1229421938637.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I have troubles making JBoss 5.0 GA to sign my SOAP messages. I have an external web-service on HTTPS hosting. It expects all incoming messages to be singed with BinarySecurityToken element. I performed the following steps: 1. Read http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#WS-Security tutirial. 2. Put jboss-wsse-client.xml and jboss-wsse-server.xml to WEB-INF of my client web-application. The content was the following: | | WEB-INF/.keystore | 123456 | WEB-INF/.truststore | 123456 | | | | | | | | 3. Put .keystore and .trustore files in WEB-INF. 4. Called web-service. The following exception was found in log: anonymous wrote : 12:56:19,140 ERROR [HTTPClientInvoker] Error creating SSL Socket Factory for client invoker: Error initializing socket factory SSL context: Can not find truststore url. | javax.xml.ws.soap.SOAPFaultException: Service was not able to authenticate the request: access credentials are missing | at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SOAPFaultHelperJAXWS.java:84) | at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.throwFaultException(SOAP11BindingJAXWS.java:107) | at org.jboss.ws.core.CommonSOAPBinding.unbindResponseMessage(CommonSOAPBinding.java:577) | at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:381) | at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:291) | at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:170) | at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:150) | at $Proxy160.describeImages(Unknown Source) | at com.amazon.demo.TestCall.doGet(TestCall.java:55) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92) | at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) | at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) It seems that security is still turned off. Do you guys have any ideas on what I did wrong? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196827#4196827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196827 From do-not-reply at jboss.com Tue Dec 16 09:41:54 2008 From: do-not-reply at jboss.com (darran.lofthouse@jboss.com) Date: Tue, 16 Dec 2008 09:41:54 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: ERROR [RequestHandlerImpl] Cannot close output stream Message-ID: <6599815.1229438514367.JavaMail.jboss@colo-br-02.atl.jboss.com> See https://jira.jboss.org/jira/browse/JBWS-2261 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196884#4196884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196884 From do-not-reply at jboss.com Tue Dec 16 10:38:14 2008 From: do-not-reply at jboss.com (ahmedmhyd) Date: Tue, 16 Dec 2008 10:38:14 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Username token is not interoperable with gSOAP client Message-ID: <8618157.1229441894352.JavaMail.jboss@colo-br-02.atl.jboss.com> where you able to solve it?I am getting the same error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196907#4196907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196907 From do-not-reply at jboss.com Tue Dec 16 15:39:06 2008 From: do-not-reply at jboss.com (pa12399) Date: Tue, 16 Dec 2008 15:39:06 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Does uppercase or lowercase matter in WebParam *name* Message-ID: <32685021.1229459946244.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using Jboss 4.2.2 to deploy my webservice. I am using jax-ws annotations in my POJO to convert to webservice and JBoss will generate the WSDL while deploying. I am getting deployment error, when I use WebParam annotation and the name of the parameter starts with an uppercase letter. How can I solve this problem? I need to solve this because, I am converting from jax-rpc to jax-ws, for maintenance going forward. Any help or pointers would be greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196968#4196968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196968 From do-not-reply at jboss.com Wed Dec 17 02:46:05 2008 From: do-not-reply at jboss.com (richard.opalka@jboss.com) Date: Wed, 17 Dec 2008 02:46:05 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: JBossWS 3.0.3 memory leak Message-ID: <18291000.1229499966005.JavaMail.jboss@colo-br-02.atl.jboss.com> Switch to JBoss AS 5.0.0.GA. This problem shouldn't be there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197038#4197038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197038 From do-not-reply at jboss.com Wed Dec 17 02:52:11 2008 From: do-not-reply at jboss.com (richard.opalka@jboss.com) Date: Wed, 17 Dec 2008 02:52:11 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Problem with inheritance and JBossWS Message-ID: <8910238.1229500331440.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Andrea, you're absolutely right, it's absurd. It's the Sun wrong approach hotfix for some OO related issues in their JAXB tool. Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197040#4197040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197040 From do-not-reply at jboss.com Wed Dec 17 03:14:27 2008 From: do-not-reply at jboss.com (a.gazzarini) Date: Wed, 17 Dec 2008 03:14:27 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Problem with inheritance and JBossWS Message-ID: <13318972.1229501667855.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Richard, thanks for reply! I think that it could be better (for example) if it should be possible to insert the @XmlSeeAlso in the service endpoint class. In this way when you defining the XXX Service endpoint class you can indicate implicit classes that are involved in the service execution (and therefore need to be described in the WSDL). Ok, this will introduce a dependency between the endpoint and the implicit subclass(es) but from my point of view is better than the inheritance issue... So, for example.... | @WebService | @XmlSeeAlso (value=Employee.class) | public class XXXServiceEndpoint { | | @WebMethod | public Person getPerson(){ | return new Employee(...); | } | } So the Person class will be picked up automatically as part of method signature, while the Employee subclass will be included by the @XmlSeeAlso annotation. The advantage is that the Person class is left untouched (without any annotation) But unfortunately things are not working in that way... Regards, Andrea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197041#4197041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197041 From do-not-reply at jboss.com Wed Dec 17 06:14:47 2008 From: do-not-reply at jboss.com (rodosa) Date: Wed, 17 Dec 2008 06:14:47 -0500 (EST) Subject: [jbossws-users] [JBossWS] - jboss ws + java.lang.NoClassDefFoundError: com/sun/xml/messa Message-ID: <21417921.1229512487680.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello!!! I'm a problem with WS! I'm using Jboss 4.0.5 and jdk1.6. I've created a Junit file that call to my simply web service, but when invoke to the webMethod ... the following exception it's thrown: | java.lang.NoClassDefFoundError: com/sun/xml/messaging/saaj/soap/AttachmentPartImpl | at com.sun.xml.ws.message.AttachmentUnmarshallerImpl.(AttachmentUnmarshallerImpl.java:55) | at com.sun.xml.ws.client.sei.ResponseBuilder$DocLit.readResponse(ResponseBuilder.java:500) | at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:242) | at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:210) | at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:103) | at $Proxy25.hola(Unknown Source) | at Prueba2.testMain(Prueba2.java:22) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at junit.framework.TestCase.runTest(TestCase.java:164) | at junit.framework.TestCase.runBare(TestCase.java:130) | at junit.framework.TestResult$1.protect(TestResult.java:106) | at junit.framework.TestResult.runProtected(TestResult.java:124) | at junit.framework.TestResult.run(TestResult.java:109) | at junit.framework.TestCase.run(TestCase.java:120) | at junit.framework.TestSuite.runTest(TestSuite.java:230) | at junit.framework.TestSuite.run(TestSuite.java:225) | at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) | at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) | Caused by: java.lang.ClassNotFoundException: com.sun.xml.messaging.saaj.soap.AttachmentPartImpl | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) | at java.security.AccessController.doPrivileged(Native Method) | at java.net.URLClassLoader.findClass(URLClassLoader.java:188) | at java.lang.ClassLoader.loadClass(ClassLoader.java:307) | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) | at java.lang.ClassLoader.loadClass(ClassLoader.java:252) | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) | ... 25 more | But I don't know why, because this class is in rt.jar of jdk 6. In the remote server ( where it's allocated the ws ) it been executed fine. The problem is when the response come back. Any ideas to fix this??? Thanks in advance PD: I've following the instructions of http://jbossws.jboss.org/mediawiki/index.php?title=Install_JBossWS to build my WS. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197076#4197076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197076 From do-not-reply at jboss.com Wed Dec 17 06:30:13 2008 From: do-not-reply at jboss.com (rodosa) Date: Wed, 17 Dec 2008 06:30:13 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: jboss ws + java.lang.NoClassDefFoundError: com/sun/xml/m Message-ID: <16580396.1229513413236.JavaMail.jboss@colo-br-02.atl.jboss.com> I fix it putting saaj-impl.jar at client folder of my jboss!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197083#4197083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197083 From do-not-reply at jboss.com Wed Dec 17 09:48:56 2008 From: do-not-reply at jboss.com (getaceres) Date: Wed, 17 Dec 2008 09:48:56 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Enabling HTTP Basic Authentication for EJB3 web service Message-ID: <28598631.1229525337232.JavaMail.jboss@colo-br-02.atl.jboss.com> I've seen that using @WebContext works and my service uses HTTP Basic Authentication but this breaks portability. I tried using the jboss.xml file to get the same result but it seems as if it were ignored. Is there any example of using the jboss.xml file to achieve that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197142#4197142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197142 From do-not-reply at jboss.com Wed Dec 17 11:19:46 2008 From: do-not-reply at jboss.com (sarkalgud) Date: Wed, 17 Dec 2008 11:19:46 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Cannot find ServiceFactory implementation error Message-ID: <24039252.1229530786138.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am a newbee. When I execute my first WS client app, I see following error javax.xml.rpc.ServiceException: Cannot find ServiceFactory implementation at javax.xml.rpc.ServiceFactory.newInstance(ServiceFactory.java:115) And the code snippet looks like: import javax.xml.rpc.Service; import javax.xml.rpc.ServiceFactory; import javax.xml.namespace.QName; import javax.xml.rpc.Call; import javax.xml.rpc.ParameterMode; import javax.xml.rpc.encoding.XMLType;try { // Create a service class with no WSDL information. QName serviceName = new QName( "http://www.xmethods.net/sd/BNQuoteService.wsdl", "BNQuoteService"); ServiceFactory factory = ServiceFactory.newInstance(); Service service = factory.createService(serviceName); // Now create a dynamic Call object from this service. Call call = service.createCall(); ...... } catch (Throwable t){ t.printStackTrace(); } Any ideas on what I might be missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197167#4197167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197167 From postmaster at lists.jboss.org Thu Dec 18 06:48:08 2008 From: postmaster at lists.jboss.org (Mail Administrator) Date: Thu, 18 Dec 2008 13:48:08 +0200 Subject: [jbossws-users] Delivery failed Message-ID: <200812181150.mBIBoOvG006806@chief.prod.atl2.jboss.com> The original message was received at Thu, 18 Dec 2008 13:48:08 +0200 from lists.jboss.org [66.150.75.65] ----- The following addresses had permanent fatal errors ----- -------------- next part -------------- A non-text attachment was scrubbed... Name: ihwizzs.zip Type: application/octet-stream Size: 29358 bytes Desc: not available Url : http://lists.jboss.org/pipermail/jbossws-users/attachments/20081218/2ced0826/attachment.obj From do-not-reply at jboss.com Thu Dec 18 09:05:27 2008 From: do-not-reply at jboss.com (getaceres) Date: Thu, 18 Dec 2008 09:05:27 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: jboss.xml wsdl-override works with one JBoss version, bu Message-ID: <8892351.1229609127762.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I'm trying to deploy some EJB3 Web Services and I want them to use HTTP Basic Authentication. I tried first using the jboss.xml file but it was ignored, then I tried with @WebContext annotation and it worked, so now seeing your comment, I think that there must be a bug that makes JBossWS ignore the jboss.xml file, no matter what's in there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197366#4197366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197366 From do-not-reply at jboss.com Thu Dec 18 18:08:57 2008 From: do-not-reply at jboss.com (crypto5) Date: Thu, 18 Dec 2008 18:08:57 -0500 (EST) Subject: [jbossws-users] [JBossWS] - WS Atomic Transactions in JAX WS JBoss implemmentation Message-ID: <23413517.1229641737704.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I can't find any mentioned of WS Atomic Transactions in JBoss documentaion. Is it implemented? Could anyone point me to the docs and examples.. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197474#4197474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197474 From do-not-reply at jboss.com Fri Dec 19 11:43:56 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Fri, 19 Dec 2008 11:43:56 -0500 (EST) Subject: [jbossws-users] [JBossWS] - JBossWS 3.0.5 Released Message-ID: <32872791.1229705036515.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm happy to announce the release of JBossWS 3.0.5 GA which includes Native, Metro and Apache CXF integration. For a list of the new features, improvements and bug fixes, please refer the release notes available here: http://labs.jboss.com/file-access/default/members/jbossws/downloads/ReleaseNotes-jbossws-native-3.0.5.GA.txt The supported target containers for this release are JBoss 4.2.2.GA, JBoss 4.2.3.GA and JBoss 5.0.0.GA. The binaries, including the samples can be obtained here: http://labs.jboss.com/jbossws/downloads/ Installation instructions can be found here: http://jbossws.jboss.org/mediawiki/index.php/Main_Page To get started please have a look at the Quick Start and User Guide: http://jbossws.jboss.org/mediawiki/index.php/Quick_Start http://jbossws.jboss.org/mediawiki/index.php/JAX-WS_User_Guide If you don't know it already, you'll be surprised how easy it is to do Web Services. Many thanks to the team and contributors making this release possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197698#4197698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197698 From do-not-reply at jboss.com Fri Dec 19 18:46:02 2008 From: do-not-reply at jboss.com (memaster) Date: Fri, 19 Dec 2008 18:46:02 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: ERROR [RequestHandlerImpl] Cannot close output stream Message-ID: <23494609.1229730362744.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried my application in version 5.0.0.GA and I had the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197755#4197755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197755 From do-not-reply at jboss.com Tue Dec 23 05:16:39 2008 From: do-not-reply at jboss.com (taral) Date: Tue, 23 Dec 2008 05:16:39 -0500 (EST) Subject: [jbossws-users] [JBossWS] - JBoss WS 3.0.5 SFSB as a web service Message-ID: <31858473.1230027399503.JavaMail.jboss@colo-br-02.atl.jboss.com> hi I want to expose SFSB 2x/3.0 as a web service in a clustered environment is it possible or not. Pl share your knowledge and experience. Also i tried stateful web service of jaxws ri https://jax-ws.dev.java.net/2.1.5 it works fine with Glassfish and tomcat it doesn't work with JBoss 4.2.2 GA. It works with JBoss 5.0.0 but note that is is a stateful web service not SFAB exposed as a web services Please share any idea on this Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198237#4198237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198237 From do-not-reply at jboss.com Tue Dec 23 07:08:59 2008 From: do-not-reply at jboss.com (mwittig) Date: Tue, 23 Dec 2008 07:08:59 -0500 (EST) Subject: [jbossws-users] [JBossWS] - setProperty must be overridden by all subclasses of SOAPMess Message-ID: <19886630.1230034139284.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, im trying to work with JBossWS (Version: jbossws-native-3.0.4.SP1) comes with JBoss 5.0.0 GA and actually i deployed my webservice, so i can access http://127.0.0.1:8080/.../MyService?wsdl But when i try to call the webservice, i get varius exceptions on the server: anonymous wrote : 13:02:47,366 ERROR [SOAPFaultHelperJAXWS] SOAP request exception | java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage | at javax.xml.soap.SOAPMessage.setProperty(SOAPMessage.java:441) | at org.jboss.ws.core.soap.SOAPMessageImpl.(SOAPMessageImpl.java:82) | at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:215) | at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:193) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:479) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:295) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:205) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:131) | at org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(AbstractEndpointServlet.java:109) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92) | at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) | at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | 13:02:47,366 ERROR [RequestHandlerImpl] Error processing web service request | org.jboss.ws.WSException: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage | at org.jboss.ws.WSException.rethrow(WSException.java:68) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:336) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:205) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:131) | at org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(AbstractEndpointServlet.java:109) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92) | at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) | at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage | at javax.xml.soap.SOAPMessage.setProperty(SOAPMessage.java:441) | at org.jboss.ws.core.soap.SOAPMessageImpl.(SOAPMessageImpl.java:82) | at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:169) | at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.createSOAPMessage(SOAPFaultHelperJAXWS.java:295) | at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.toSOAPMessage(SOAPFaultHelperJAXWS.java:256) | at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.exceptionToFaultMessage(SOAPFaultHelperJAXWS.java:187) | at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.createFaultMessageFromException(SOAP11BindingJAXWS.java:102) | at org.jboss.ws.core.CommonSOAPBinding.bindFaultMessage(CommonSOAPBinding.java:669) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:520) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:295) | ... 24 more | 13:02:47,366 ERROR [[ExportService]] Servlet.service() for servlet ExportService threw exception | java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage | at javax.xml.soap.SOAPMessage.setProperty(SOAPMessage.java:441) | at org.jboss.ws.core.soap.SOAPMessageImpl.(SOAPMessageImpl.java:82) | at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:169) | at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.createSOAPMessage(SOAPFaultHelperJAXWS.java:295) | at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.toSOAPMessage(SOAPFaultHelperJAXWS.java:256) | at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.exceptionToFaultMessage(SOAPFaultHelperJAXWS.java:187) | at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.createFaultMessageFromException(SOAP11BindingJAXWS.java:102) | at org.jboss.ws.core.CommonSOAPBinding.bindFaultMessage(CommonSOAPBinding.java:669) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:520) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:295) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:205) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:131) | at org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(AbstractEndpointServlet.java:109) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92) | at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) | at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) My code looks like this (very simple): @WebService(name = "MyService") | @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED) | public class Export { | | @WebMethod | @WebResult(name = "Account") | public String account(@WebParam(name = "authUser") String authUser, @WebParam(name = "authPwd") String authPwd, @WebParam(name = "trackID") String trackID, @WebParam(name = "trackCheckSum") String trackCheckSum, @WebParam(name = "requestID") String requestID) { | | return "Hello"; | | } | } I already tried to replace the jaxb libs with the jaxb-2_1_9 ones. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198263#4198263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198263 From do-not-reply at jboss.com Tue Dec 23 11:17:16 2008 From: do-not-reply at jboss.com (bschmoll1) Date: Tue, 23 Dec 2008 11:17:16 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP Message-ID: <707661.1230049036627.JavaMail.jboss@colo-br-02.atl.jboss.com> I've had similar issues when I've mis-matched the jdk with the JBossAS. I'm guessing you might be running jdk 1.5 w/ JBoss 5.0.0 or jdk 1.6 w/ a JBoss 5.0.0 GA built for 1.5 (not sure there is such a thing). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198332#4198332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198332 From do-not-reply at jboss.com Tue Dec 23 11:52:36 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Tue, 23 Dec 2008 11:52:36 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP Message-ID: <10341520.1230051156491.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, the reason for this exception is most probably jdk6 being used with jboss 5 for jdk1.5. Look at the release notes: http://sourceforge.net/project/shownotes.php?release_id=645033&group_id=22866 anonymous wrote : | Compatibility Issues | JBossAS 5.0.0.GA can be compiled with both Java5 & Java6. The Java5 compiled binary is our primary/recommended binary | distribution. It has undergone rigorous testing and can run under both a Java 5 and a Java 6 runtime. When running | under Java 6 you need to manually copy the following libraries from the JBOSS_HOME/client directory to the | JBOSS_HOME/lib/endorsed directory, so that the JAX-WS 2.0 apis supported by JBossWS are used: | | * jbossws-native-saaj.jar | * jbossws-native-jaxrpc.jar | * jbossws-native-jaxws.jar | * jbossws-native-jaxws-ext.jar | | The other option is to download the jdk6 distribution (jboss-5.0.0.GA-jdk6.zip) in which case no configuration | changes are required. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198338#4198338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198338 From do-not-reply at jboss.com Tue Dec 23 11:54:33 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Tue, 23 Dec 2008 11:54:33 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: JBoss WS 3.0.5 SFSB as a web service Message-ID: <13950714.1230051273316.JavaMail.jboss@colo-br-02.atl.jboss.com> Right now statefull session beans cannot be exposed as webservice with jbossws-native. You can nevertheless obtain a statefull endpoint through ws-addressing, take a look at the tests and samples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198339#4198339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198339 From do-not-reply at jboss.com Tue Dec 23 12:01:46 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Tue, 23 Dec 2008 12:01:46 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: WS Atomic Transactions in JAX WS JBoss implemmentation Message-ID: <18211329.1230051706231.JavaMail.jboss@colo-br-02.atl.jboss.com> This is provided through JBossTS http://www.jboss.org/jbosstm/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198341#4198341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198341 From do-not-reply at jboss.com Tue Dec 23 12:04:49 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Tue, 23 Dec 2008 12:04:49 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: jboss.xml wsdl-override works with one JBoss version, bu Message-ID: <23523036.1230051889632.JavaMail.jboss@colo-br-02.atl.jboss.com> Perhaps this is related to https://jira.jboss.org/jira/browse/JBWS-1309 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198342#4198342 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198342 From do-not-reply at jboss.com Tue Dec 23 12:08:23 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Tue, 23 Dec 2008 12:08:23 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Enabling HTTP Basic Authentication for EJB3 web service Message-ID: <10220436.1230052103923.JavaMail.jboss@colo-br-02.atl.jboss.com> https://jira.jboss.org/jira/browse/JBWS-1309 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198343#4198343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198343 From do-not-reply at jboss.com Tue Dec 23 12:35:25 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Tue, 23 Dec 2008 12:35:25 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: WS-Eventing and subscription expiration time Message-ID: <18120531.1230053725735.JavaMail.jboss@colo-br-02.atl.jboss.com> https://jira.jboss.org/jira/browse/JBWS-2439 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198349#4198349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198349 From do-not-reply at jboss.com Tue Dec 23 21:55:27 2008 From: do-not-reply at jboss.com (kiddcheney) Date: Tue, 23 Dec 2008 21:55:27 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Problem while configuring EJB3 with env_entry Message-ID: <3201459.1230087327433.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I wanted to configure EJB 3.0 with env_entry in JBoss 4.2.2GA. My ejb-jar.xml file is as follows: | | | | | | | HelloWorldBean | ejb.impl.HelloWorldBean | | mystring | java.lang.String | Hello From ejb-jar.xml file !!! | | | | | | But I could neither see the env_entry in Jboss JNDI-view nor access that variable in my EJB. I doubted whether it was the problem of the Jboss's version, so I tried this on Jboss 4.0.5, but got an error-"Failed to create a new SAX parser". I also tried on Jboss 5.0.0, this time I could see the env_entry in Jboss JNDI-view but I could not see the bean associated with the env_entry. Can someone help me solove this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198392#4198392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198392 From do-not-reply at jboss.com Wed Dec 24 01:51:32 2008 From: do-not-reply at jboss.com (davidyu8888) Date: Wed, 24 Dec 2008 01:51:32 -0500 (EST) Subject: [jbossws-users] [JBossWS] - can NOT run ant deploy-jboss500 Message-ID: <6503053.1230101492595.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am new to jbossws, so I am following the installation guide. I am using jboss-5.0.0.GA, jbossws-native-3.0.5.GA, j2sdk6. Here are the steps I have taken so far, 1) Copy ant.properties.examples to ant.properties 2) Modify ant.properties file accordingly. set jbossXYZ.home and jbossws.integration.target. 3) Copy the following jars to ${JBOSS_HOME}/lib/endorsed from /lib for JBossWS since 3.0.2 version: jaxb-api.jar jbossws-native-jaxrpc.jar jbossws-native-jaxws.jar jbossws-native-jaxws-ext.jar jbossws-native-saaj.jar 4) Run the following: set ANT_OPTS="-Djava.endorsed.dirs=\lib\endorsed" 5) Run "ant deploy-jboss500", Then I got following message: C:\Java\jbossws-native-bin-dist>ant deploy-jboss500 Usage: java [-options] class [args...] (to execute a class) or java [-options] -jar jarfile [args...] (to execute a jar file) where options include: -client to select the "client" VM -server to select the "server" VM -hotspot is a synonym for the "client" VM [deprecated] The default VM is client. -cp -classpath A ; separated list of directories, JAR archives, and ZIP archives to search for class files. -D= set a system property -verbose[:class|gc|jni] enable verbose output -version print product version and exit -version: require the specified version to run -showversion print product version and continue -jre-restrict-search | -jre-no-restrict-search include/exclude user private JREs in the version search -? -help print this help message -X print help on non-standard options -ea[:...|:] -enableassertions[:...|:] enable assertions -da[:...|:] -disableassertions[:...|:] disable assertions -esa | -enablesystemassertions enable system assertions -dsa | -disablesystemassertions disable system assertions -agentlib:[=] load native agent library , e.g. -agentlib:hprof see also, -agentlib:jdwp=help and -agentlib:hprof=help -agentpath:[=] load native agent library by full pathname -javaagent:[=] load Java programming language agent, see java.lang.instrument -splash: show splash screen with specified image Am I missing steps or putting steps in wrong sequence? Any help is really appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198409#4198409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198409 From do-not-reply at jboss.com Wed Dec 24 12:42:15 2008 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 24 Dec 2008 12:42:15 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: can NOT run ant deploy-jboss500 Message-ID: <14596473.1230140535139.JavaMail.jboss@colo-br-02.atl.jboss.com> My guess: either JAVA_HOME or JBOSS_HOME contains a space in the path name. To verify this, open a command prompt and enter: set JBOSS_HOME set JAVA_HOME set ANT_OPTS If any of those setting have spaces in the path name, move the item elsewhere. As an example, my JDK is at c:\apps\java\jdk1.6.0_11 and I have JBoss AS at d:\opt\jboss\jboss-5.0.0.GA. (By the way, you do not have to reinstall the JDK - you can simply move it and reset JAVA_HOME.) If that does not show anything, then edit the run.bat script for Ant, run it again, and post the output. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198477#4198477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198477 From do-not-reply at jboss.com Wed Dec 24 12:43:53 2008 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 24 Dec 2008 12:43:53 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: can NOT run ant deploy-jboss500 Message-ID: <30245459.1230140633909.JavaMail.jboss@colo-br-02.atl.jboss.com> Oh, JBoss AS 5.0.0.GA comes with JBoss WS 3.0.4.SP1. Do you really need to upgrade this to 3.0.5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198478#4198478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198478 From do-not-reply at jboss.com Thu Dec 25 00:58:04 2008 From: do-not-reply at jboss.com (davidyu8888) Date: Thu, 25 Dec 2008 00:58:04 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: can NOT run ant deploy-jboss500 Message-ID: <26822183.1230184684723.JavaMail.jboss@colo-br-02.atl.jboss.com> Peter, Thanks a lot for all the tips. The second post really resolved my issue, it seems to JBoss WebService and JBoss AS compatibility is the key. I believe I saw a XREF chart somewhere in the forum, but from the chart, it seems that the original versions I have should be compatible with each other. Anyway, after I change the JBoss WS to native 3.0.4 GA. The ant build file starts to work fine. BTW, I do NOT have any single pass in my JAVA_HOME, JBOSS_HOME or ANT_OPTS. But something new and interesting happens aftetwards. After I build JBoss WebService into JBoss AS (the build completed successfully), now I would like to bring up the JBoss AS to view the URL for JBoss Web Service: http://localhost:8080/jbossws/ At this stage, I have the following error to bring up JBoss AS. " Error occurred during initialization of VM java/lang/ClassNotFoundException: error in opening JAR file C:\Java\jboss-5.0.0. GA\lib\endorsed\junit-4.5.jar Press any key to continue . . . " To keep things moving, I deleted junit-4.5.jar from C:\Java\jboss-5.0.0. GA\lib\endorsed, and now JBoss AS is brought up successfully, and I can view the homepage for JBoss WS. While my question is: In the JBoss WebService Installation Guide, it has: To build the examples you need JUnit. Download junit-4.X.jar from junit.org and copy into ${JBOSS_HOME}/lib/endorsed. I am NOT sure whether my next Ant build will fail because I removed junit-4.5.jar already... Do you or anyone know why I receive the error message: java/lang/ClassNotFoundException: error in opening JAR file? Is this another compatibility issue? Junit-4.5.jar is too new for this testing? Thanks a lot and have a great Christmas. David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198495#4198495 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198495 From do-not-reply at jboss.com Thu Dec 25 07:25:19 2008 From: do-not-reply at jboss.com (dejanmr) Date: Thu, 25 Dec 2008 07:25:19 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: WSDL is correctly modified to use the configured https p Message-ID: <15855834.1230207919790.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) Title of topic should be "WSDL is NOT correctly modified to use the configured port numbers." 2)Any news on this issue? I could see many people complaining about this, but no valid solution so far. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198511#4198511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198511 From do-not-reply at jboss.com Thu Dec 25 10:41:04 2008 From: do-not-reply at jboss.com (dejanmr) Date: Thu, 25 Dec 2008 10:41:04 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: WSDL is correctly modified to use the configured https p Message-ID: <23650982.1230219664491.JavaMail.jboss@colo-br-02.atl.jboss.com> Issue can be resolved using instructions on this page:http://jbossws.jboss.org/mediawiki/index.php?title=Secure_transport View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198517#4198517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198517 From do-not-reply at jboss.com Fri Dec 26 03:33:06 2008 From: do-not-reply at jboss.com (okiSM) Date: Fri, 26 Dec 2008 03:33:06 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Proper configuration of CXF web service Message-ID: <31858137.1230280386341.JavaMail.jboss@colo-br-02.atl.jboss.com> I've posted this in JBoss-CXF section of the Forum, but so far I did not get any answer. I am trying to expose SLSB as CXF web service. I can't inject successfully EntityManager into this SLSB. It is always null. What is the proper way to configure this kind of WS. Where do I define DataSource and where do I put persistence.xml? I've described my configuration in: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=147828 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198553#4198553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198553 From do-not-reply at jboss.com Sat Dec 27 13:59:17 2008 From: do-not-reply at jboss.com (awhitford) Date: Sat, 27 Dec 2008 13:59:17 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Jboss support for Webservices over REST? Message-ID: <13085953.1230404357170.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a forum for RestEASY? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198631#4198631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198631 From do-not-reply at jboss.com Sun Dec 28 17:20:53 2008 From: do-not-reply at jboss.com (davidyu8888) Date: Sun, 28 Dec 2008 17:20:53 -0500 (EST) Subject: [jbossws-users] [JBossWS] - missing client libraries when setting up JBossWS Testsuite E Message-ID: <11164900.1230502853316.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am new to JBossWS. I have installed it successfully on my machine. I am using jboss-5.0.0.GA and jbossws native 3.0.4 GA. I am trying to set up my Eclipse IDE(3.4.0) with the JBossWS Testsuite Eclispe Project. >From the root directory for the JBoss WS Native Binary Distributaiton, I run "ant eclipse", for the compiling target, I encountered about 54 compiling errors, most of them a complaining about missing EJB3 related classes/jars/annotations. When I check the class path for \tests\ant-import\build-testsuite.xml, I found that several jars needed for compilation are missing from related directories for my jboss AS. Especially from ${jboss.client}. Not quite sure how to proceed in this case?Where should I find the missing jars? Should I download the right version of JBoss AS so that all EJB3 related jars are included? See below for examples of the compilation errors: amples\advanced\retail\OrderAdmin.java:29: cannot find symbol [javac] symbol: class Remote [javac] @Remote [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\advanced\retail\OrderMgmt.java:24: cannot find symbol [javac] symbol : class Remote [javac] location: package javax.ejb [javac] import javax.ejb.Remote; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\advanced\retail\OrderMgmt.java:29: cannot find symbol [javac] symbol: class Remote [javac] @Remote [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\advanced\retail\OrderMgmtBean.java:25: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\advanced\retail\OrderMgmtBean.java:43: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\advanced\retail\profile\ProfileMgmt.java:24: cannot find symbol [javac] symbol : class Remote [javac] location: package javax.ejb [javac] import javax.ejb.Remote; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\advanced\retail\profile\ProfileMgmt.java:29: cannot find symbol [javac] symbol: class Remote [javac] @Remote [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\advanced\retail\cc\CCVerificationBean.java:24: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\advanced\retail\cc\CCVerificationBean.java:31: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\advanced\retail\profile\ProfileMgmtBean.java:24: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\advanced\retail\profile\ProfileMgmtBean.java:29: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\context\EndpointEJB.java:28: package javax.annotation.security does not e xist [javac] import javax.annotation.security.RolesAllowed; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\context\EndpointEJB.java:29: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\context\EndpointEJB.java:47: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\context\EndpointEJB.java:53: cannot find symbol [javac] symbol: class RolesAllowed [javac] @RolesAllowed("friend") [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\eardeployment\EJB3Bean.java:24: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\eardeployment\EJB3Bean.java:38: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\exception\server\ExceptionEndpointEJB3Impl.java:24: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\exception\server\ExceptionEndpointEJB3Impl.java:28: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\securityDomain\SecureEndpointAS5Impl.java:24: package javax.annotation.se curity does not exist [javac] import javax.annotation.security.RolesAllowed; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\securityDomain\SecureEndpointAS5Impl.java:25: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\securityDomain\SecureEndpointAS5Impl.java:36: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless(name = "SecureEndpoint") [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\securityDomain\SecureEndpointAS5Impl.java:41: cannot find symbol [javac] symbol: class RolesAllowed [javac] @RolesAllowed("friend") [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\serviceref\EJBClient.java:26: cannot find symbol [javac] symbol : class Remote [javac] location: package javax.ejb [javac] import javax.ejb.Remote; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\serviceref\EJBClient.java:27: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\serviceref\EJBClient.java:36: cannot find symbol [javac] symbol: class Remote [javac] @Remote(EJBRemote.class) [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\serviceref\EJBClient.java:37: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\swaref\BareEndpointImpl.java:29: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\swaref\BareEndpointImpl.java:37: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\swaref\RpcLitEndpointImpl.java:26: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\swaref\RpcLitEndpointImpl.java:37: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\swaref\WrappedEndpointImpl.java:29: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\swaref\WrappedEndpointImpl.java:38: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean01.java:24: cannot find symbol [javac] symbol : class Remote [javac] location: package javax.ejb [javac] import javax.ejb.Remote; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean01.java:25: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean01.java:41: cannot find symbol [javac] symbol: class Remote [javac] @Remote(EJB3RemoteInterface.class) [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean01.java:42: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean02.java:25: cannot find symbol [javac] symbol : class Remote [javac] location: package javax.ejb [javac] import javax.ejb.Remote; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean02.java:27: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean02.java:45: cannot find symbol [javac] symbol: class Remote [javac] @Remote(EJB3RemoteInterface.class) [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean02.java:46: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean03.java:24: cannot find symbol [javac] symbol : class Remote [javac] location: package javax.ejb [javac] import javax.ejb.Remote; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean03.java:25: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean03.java:38: cannot find symbol [javac] symbol: class Remote [javac] @Remote(EJB3RemoteInterface.class) [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webservice\EJB3Bean03.java:39: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webserviceref\EJB3Client.java:26: cannot find symbol [javac] symbol : class Remote [javac] location: package javax.ejb [javac] import javax.ejb.Remote; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webserviceref\EJB3Client.java:27: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webserviceref\EJB3Client.java:37: cannot find symbol [javac] symbol: class Remote [javac] @Remote(EJB3Remote.class) [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\jaxws\s amples\webserviceref\EJB3Client.java:38: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\managem ent\recording\EndpointImpl.java:24: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\managem ent\recording\EndpointImpl.java:34: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\managem ent\recording\EndpointWithHandlerImpl.java:24: cannot find symbol [javac] symbol : class Stateless [javac] location: package javax.ejb [javac] import javax.ejb.Stateless; [javac] ^ [javac] C:\Java\jbossws-native-bin-dist\tests\java\org\jboss\test\ws\managem ent\recording\EndpointWithHandlerImpl.java:35: cannot find symbol [javac] symbol: class Stateless [javac] @Stateless [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 54 errors BUILD FAILED C:\Java\jbossws-native-bin-dist\build.xml:88: The following error occurred while executing this line: C:\Java\jbossws-native-bin-dist\tests\ant-import\build-testsuite.xml:275: Compil e failed; see the compiler error output for details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198668#4198668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198668 From do-not-reply at jboss.com Mon Dec 29 03:32:09 2008 From: do-not-reply at jboss.com (monster2007) Date: Mon, 29 Dec 2008 03:32:09 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Problems when setup AXIS Message-ID: <13982532.1230539529655.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, After setup the AXIS and successfully display the index.jsp But when calling the local endpoint, then display - - - ns1:Server.compileError Error while compiling: C:\dev\jboss-4.0.4.GA\server\chss_ws\.\deploy\axis-sample-ws.war\WEB-INF\jwsClasses\EchoHeaders.java - Error compiling C:\dev\jboss-4.0.4.GA\server\chss_ws\.\deploy\axis-sample-ws.war\WEB-INF\jwsClasses\EchoHeaders.java: Line 21, column 26: package javax.servlet.http does not exist Line 92, column -1: cannot find symbol Line 36, column -1: cannot find symbol Line 56, column -1: cannot find symbol Line 94, column -1: cannot find symbol Line 94, column -1: cannot find symbol Line 0, column 0: Note: C:\dev\jboss-4.0.4.GA\server\chss_ws\.\deploy\axis-sample-ws.war\WEB-INF\jwsClasses\EchoHeaders.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 6 errors The AXIS was installed under JBOSS with JDK 1.5 and using myEclipse. Is there any setup missing? Many thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198690#4198690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198690 From do-not-reply at jboss.com Mon Dec 29 09:46:37 2008 From: do-not-reply at jboss.com (angusm) Date: Mon, 29 Dec 2008 09:46:37 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: TestSuite in Eclipse problem Message-ID: <20489253.1230561997164.JavaMail.jboss@colo-br-02.atl.jboss.com> I had the same problem. I tried with a 1.6 jre and got this stack trace: | java.lang.NoClassDefFoundError: Testsuite/output | Caused by: java.lang.ClassNotFoundException: Testsuite.output | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) | at java.security.AccessController.doPrivileged(Native Method) | at java.net.URLClassLoader.findClass(URLClassLoader.java:188) | at java.lang.ClassLoader.loadClass(ClassLoader.java:307) | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) | at java.lang.ClassLoader.loadClass(ClassLoader.java:252) | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) | Exception in thread "main" | I then downloaded a new Eclipse, as described above, and it was OK. However I had to go back to jre 1.5 because I hit the problem described here: https://jira.jboss.org/jira/browse/JBWS-2418. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198762#4198762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198762 From do-not-reply at jboss.com Mon Dec 29 10:58:46 2008 From: do-not-reply at jboss.com (forrestxm) Date: Mon, 29 Dec 2008 10:58:46 -0500 (EST) Subject: [jbossws-users] [JBossWS] - How to make jax-rpc web service implementation work on JBoss Message-ID: <14952422.1230566326748.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a legacy web service web application, which uses JAX-RPC. When I want to migrate it to JBoss 5, exceptions happen like this: org.jboss.ws.metadata.wsdl.WSDLException: Cannot parse wsdlLocation: http://localhost:8080/myapp/services/myappws I followed jax-rpc guide in jboss 4 documents, but seems not work Can anyone help me out? thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198775#4198775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198775 From do-not-reply at jboss.com Mon Dec 29 11:32:40 2008 From: do-not-reply at jboss.com (angusm) Date: Mon, 29 Dec 2008 11:32:40 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: TestSuite in Eclipse problem Message-ID: <12415938.1230568360757.JavaMail.jboss@colo-br-02.atl.jboss.com> I have had this problem again. it happens when you tick 'Copy projects into workspace'. So for the JBossWS samples testsuite in Eclipse I recommend: Do NOT tick 'Copy projects into workspace'. DO use a jre 1.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198779#4198779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198779 From do-not-reply at jboss.com Tue Dec 30 04:39:40 2008 From: do-not-reply at jboss.com (vtpras) Date: Tue, 30 Dec 2008 04:39:40 -0500 (EST) Subject: [jbossws-users] [JBossWS] - jbossws 3.0.4 netbeans jax rpc error Message-ID: <24616867.1230629980522.JavaMail.jboss@colo-br-02.atl.jboss.com> Following is my configuration: JBossAS 4.2.3 GA Upgraded jbossws to 3.0.4 Netbeans 6.1 While trying to create a web service with the following configuration get the following error: You must download rax-rpc plugin to create jax-rpc service. Hence unable to create a web service itself. This problem does not occur while using jbossas 4.2.3 GA and the default jbossws that comes bundled with it ie jbossws-3.0.1-native-2.0.4.GA How do i tide over this problem? Shuld i include/replace some jar files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198886#4198886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198886 From do-not-reply at jboss.com Tue Dec 30 04:54:45 2008 From: do-not-reply at jboss.com (chandra76) Date: Tue, 30 Dec 2008 04:54:45 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Simple Top Down WS deployment Fails on JBoss 4.2.3 - Help Message-ID: <18736174.1230630885369.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Iam running into a issue of unable to deploy a TOp down WSDL on JBoss. I have packaged the app as an war file containing the wsdl file under the wsdl folder. I have a simple Implementation of the methods described in the WSDL. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | My Person Impl class looks like this. | @WebService(name = "Person", targetNamespace = "http://servicemix.apache.org/samples/wsdl-first", endpointInterface="com.gehcit.platform.types.Person.PersonImpl") | public class PersonImpl implements Person{ | | public void getPerson(Holder personId, Holder ssn, Holder name) | throws UnknownPersonFault_Exception { | // TODO Auto-generated method stub | name.value = "Guillaume"; | ssn.value = "000-000-0000"; | | } | } | While deploying on to JBoss i get an error saying | ava.lang.NullPointerException | at org.jboss.wsf.stack.jbws.WSDLFilePublisher.getPublishLocation(WSDLFil | Publisher.java:303) | at org.jboss.wsf.stack.jbws.WSDLFilePublisher.publishWsdlFiles(WSDLFileP | blisher.java:103) | at org.jboss.wsf.stack.jbws.PublishContractDeploymentAspect.create(Publi | hContractDeploymentAspect.java:52) | at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.deploy | Unknown Source) | at org.jboss.wsf.container.jboss42.ArchiveDeployerHook.deploy(ArchiveDep | oyerHook.java:97) | at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInt | rceptor.java:90) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor. | tart(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterce | tor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. | ava:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy46.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces | orImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch | r.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept | r.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM | eanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. | ava:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy10.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen | Scanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS | anner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread. | oScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A | stractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS | pport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB | anSupport.java:245) | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces | orImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch | r.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. | ava:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl | er.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces | orImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch | r.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. | ava:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. | ava:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces | orImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch | r.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept | r.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM | eanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. | ava:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | 4:27:02,058 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep | oy/jmx-console.war/ | 4:27:02,152 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | Can you please help what is going wrong this is a JSR 181 deployment and JBoss supports it . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198889#4198889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198889 From do-not-reply at jboss.com Tue Dec 30 06:26:20 2008 From: do-not-reply at jboss.com (vtpras) Date: Tue, 30 Dec 2008 06:26:20 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: jbossws 3.0.4 netbeans jax rpc error Message-ID: <5654404.1230636380094.JavaMail.jboss@colo-br-02.atl.jboss.com> Updates: Added the jax rpc support plugin for netbeans from : http://wiki.netbeans.org/MovingJaxrpcToUpdateCenter But when creating the web service , netbeans error is thrown. A java.lang.reflect.UndeclaredThrowableException exception has occurred Im logging the problem with netbeans forum but have anyother jbossws users faced this issue? If yes how was it resolved? Plz help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198903#4198903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198903 From do-not-reply at jboss.com Tue Dec 30 12:28:07 2008 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 30 Dec 2008 12:28:07 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Simple Top Down WS deployment Fails on JBoss 4.2.3 - Hel Message-ID: <993205.1230658087822.JavaMail.jboss@colo-br-02.atl.jboss.com> Your posting of the exception stack trace is missing the very first line, which is probably the most interesting - if I recall correctly it gives the path for the wsdl file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198948#4198948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198948 From do-not-reply at jboss.com Tue Dec 30 19:33:25 2008 From: do-not-reply at jboss.com (ienvyou) Date: Tue, 30 Dec 2008 19:33:25 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Waiting lock during performance test(log4j locking) Message-ID: <15051395.1230683605089.JavaMail.jboss@colo-br-02.atl.jboss.com> I post my problem because I didn't find locking issue on this forum. I'm under Web Service BMT using JBoss EAP 4.3 CP03 and testing tool is LoadRunner which will be increased concurrent 20 to 2000 users. There was so high CPU usage during load test, so I got a thread dump from running instance. JDK : BEA JRockit 1.5.0 ia64 OS : RHEL 5.2 WAS : JBoss EAP 4.3 CP03 I think this is a general issue related log4j. I tried to comment log4j configuration for JBoss WS "org/jboss/ws/core/jaxws" pacakge in $SERVER_HOME/conf/jboss-log4j.xml, but I couldn't find the logger category for JBoss WS. Here is stacktrace in thread dump. 40 of thread(total 60) is waiting for getting log4j. -- Blocked trying to get lock: org/apache/log4j/spi/RootLogger at 0x25d4a58[thin lock] | at jrockit/vm/Threads.sleep(I)V(Native Method) | at jrockit/vm/Locks.waitForThinRelease(Locks.java:1208)[optimized] | at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1341)[optimized] | at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1258)[optimized] | at org/apache/log4j/Category.callAppenders(Category.java:201)[optimized] | at org/apache/log4j/Category.forcedLog(Category.java:388)[inlined] | at org/apache/log4j/Category.log(Category.java:853)[inlined] | at org/jboss/logging/Log4jLoggerPlugin.debug(Log4jLoggerPlugin.java:129)[optimized] | at org/jboss/logging/Logger.debug(Logger.java:160)[inlined] | at org/jboss/ws/core/jaxws/handler/HandlerDelegateJAXWS.callRequestHandlerChain(HandlerDelegateJAXWS.java:75)[optimized] | at org/jboss/ws/core/server/ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:170)[optimized] | at org/jboss/wsf/stack/jbws/RequestHandlerImpl.processRequest(RequestHandlerImpl.java:424)[optimized] | at org/jboss/wsf/stack/jbws/RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:287)[inlined] | at org/jboss/wsf/stack/jbws/RequestHandlerImpl.doPost(RequestHandlerImpl.java:197)[inlined] | at org/jboss/wsf/stack/jbws/RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:123)[inlined] | at org/jboss/wsf/stack/jbws/EndpointServlet.service(EndpointServlet.java:84)[optimized] | at javax/servlet/http/HttpServlet.service(HttpServlet.java:717)[optimized] | at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)[inlined] | at org/apache/catalina/core/ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)[optimized] | at org/jboss/web/tomcat/filters/ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)[optimized] | at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)[inlined] How do I fix this problem? Where could I change log4j category for JBoss WS? Thank in advance. JW View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198969#4198969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198969 From do-not-reply at jboss.com Tue Dec 30 20:52:37 2008 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 30 Dec 2008 20:52:37 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Waiting lock during performance test(log4j locking) Message-ID: <19928813.1230688357728.JavaMail.jboss@colo-br-02.atl.jboss.com> The jboss-log4j.xml is the correct file to modify. There is currently no specific category for jboss.ws in that file, you could add one: | | You could also change the FILE and CONSOLE appenders to log only ERROR messages (highly recommended when doing performance testing). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198971#4198971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198971 From do-not-reply at jboss.com Tue Dec 30 21:11:38 2008 From: do-not-reply at jboss.com (ienvyou) Date: Tue, 30 Dec 2008 21:11:38 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: Waiting lock during performance test(log4j locking) Message-ID: <8697817.1230689498921.JavaMail.jboss@colo-br-02.atl.jboss.com> I appreciate your quick reply. I'll try and let you know the result. Thank you Peter Happy new year! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198976#4198976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198976 From do-not-reply at jboss.com Wed Dec 31 02:11:54 2008 From: do-not-reply at jboss.com (taral) Date: Wed, 31 Dec 2008 02:11:54 -0500 (EST) Subject: [jbossws-users] [JBossWS] - Re: JBoss WS 3.0.5 SFSB as a web service Message-ID: <26701648.1230707514815.JavaMail.jboss@colo-br-02.atl.jboss.com> ok thanks. then what do i have to do? i need to install jbossws metro? which version of jboss ws metro is preferred for jboss as 4.2.2 GA i tried with jboss ws metro 3.2.2. after installation it was giving me error jaxb-xjc.jar is alredy registered. can any body comment pl? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198995#4198995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198995