[jboss-user] [JBossWS] - Re: WebService response problem

2008-04-24 Thread tejasjani
Hi ... I am running into the same exception as the original poster, it is : anonymous wrote : | Exception in thread main java.lang.NoClassDefFoundError: org/apache/xerces/xs/XSModel | at

[jboss-user] [JBossWS] - Re: WebService response problem

2008-03-25 Thread JGF1
PeterJ wrote : (From what I recall when I researched this in depth many months ago, the web services libraries included in JBossAS 4.2.x were newer than what is included in JDK 6.). Many thanks for reply. I am beginning to appreciate the complexities of what's going on better now. Out of

[jboss-user] [JBossWS] - Re: WebService response problem

2008-03-25 Thread PeterJ
Add the -verbose:class JVM option to the command line (to JAVA_OPTS in the run scripts). This option causes the JVM to print out the location of each class loaded. I noticed when using JDK 6 that the web services classes were suddenly coming from the runtime jar. Also, if I recall correctly,

[jboss-user] [JBossWS] - Re: WebService response problem

2008-03-24 Thread JGF1
omatzura wrote : Hi, | | hmm... maybe this is happening because you are using jdk 1.6.. can you try running jboss under jdk 1.5 instead? | | regards again, | | /Ole | eviware.com This begs the question.. What is it about jdk 1.6 Soap versus jdk1.5. What has changed to make jdk

[jboss-user] [JBossWS] - Re: WebService response problem

2008-03-24 Thread PeterJ
If you look at the runtime library that accompanies JDK 6, you will see that it now includes many of the web services packages that were not in JDK 5. Every Java SE release, it appears that Sun adds in more packages that earlier had appeared only in Java EE. Because JBossAS 4.2.x and 4.0.x are

[jboss-user] [JBossWS] - Re: WebService response problem

2008-02-13 Thread EricJava
I'm running into exactly the same thing. I have put the following jars in my lib/endorsed directory: jaxb-api.jar jboss-jaxws-ext.jar jboss-saaj.jar xalan.jar | jboss-jaxrpc.jar jboss-jaxws.jar serializer.jar xercesImpl.jar | but I'm still getting the error. Is there one

[jboss-user] [JBossWS] - Re: WebService response problem

2008-02-13 Thread [EMAIL PROTECTED]
And what's the exception you deal with? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129050#4129050 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129050 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: WebService response problem

2008-02-13 Thread EricJava
It's this: [java] Exception in thread main com.sun.xml.ws.streaming.XMLStreamReaderException: XML reader error: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1] | [java] Message: Premature end of file. | [java] at

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-26 Thread nean
this is my error : anonymous wrote : Starting Test Client | Creating a service Using: | http://localhost:8080/test/EchoBean?wsdl | and {http://ejb/jaws}EchoService | Exception in thread main java.lang.NoClassDefFoundError: org/apache/xerces/xs/XSModel | at

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-22 Thread nean
thanks it works now. the thing was that i tried with the choice of jdk1.5 but jdk 1.6 installed, but it seems that didn't work correctly the time that i did it. So i uninstalled all an reinstalled all correctly without sdk 1.6. View the original post :

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-21 Thread omatzura
Hi! hmm.. can you show one of the requests that results in this error? regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020320#4020320 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020320

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-21 Thread nean
all kind of request do this kind of error, a simple SOAP one like a client one. But for exemple with the SAOPUI view i created from the wsdl link this request : soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:urn=urn:ejb |soapenv:Header/ |soapenv:Body

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-21 Thread omatzura
Hi, hmm... maybe this is happening because you are using jdk 1.6.. can you try running jboss under jdk 1.5 instead? regards again, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020430#4020430 Reply to the post :