[jboss-user] [JBossWS] - Re: JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.Unsup

2009-07-15 Thread alessio.sold...@jboss.com
Thanks Peter for spreading the right directions on this topic.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243855#4243855

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243855
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.Unsup

2009-07-13 Thread a.fluegge
Yes, I'm already using the JDK6 version of JBoss. And in fact, there are no 
search results concerning this issue. :-( 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243180#4243180

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243180
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.Unsup

2009-07-13 Thread PeterJ
Perhaps a stray jaxws library is being picked up. Try adding -verbose:class to 
the JAVA_OPTS in the run script. This option causes the JVM to print the 
location of each class loaded. Look for where the SOAPMessage class gets 
loaded. By the way, this option generate a lot of output - you better redirect 
both stdout and stderr to a file.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243308#4243308

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243308
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.Unsup

2009-07-13 Thread a.fluegge
Thanks for your answer!

I could solve this issue, although it is a strange behaviour. Testing the web 
service on another system running Windows XP works fine (I'm using Vista!, 
didn't mind it matters).

The solution under Vista is to copy all JARs from JBOSS_HOME/lib endorsed to 
JAVA_HOME/jre/lib/endorsed (I had to create this directory).

I don't know if the OS is the real reason, but now it works!

Thank you very much!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243332#4243332

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243332
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.Unsup

2009-07-13 Thread PeterJ
I'm using Vista and don't have this problem. Copying the JARs to the JRE's 
endorsed directory might fix this issue but it could cause you grief with other 
Java apps. I still think you have some stray jar files that were being picked 
up by your JVM (you don't have CLASSPATH set, do you?), but -verbose:class will 
help you locate them.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243349#4243349

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243349
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.Unsup

2009-07-10 Thread PeterJ
Did you download the JDK6 variant of JBoss AS 5.0.1.GA? It already has the 
necessary jar files in the endorsed directory to avoid this issue:

lib/endorsed/activation.jar
lib/endorsed/jaxb-api.jar
lib/endorsed/jbossws-native-jaxrpc.jar
lib/endorsed/jbossws-native-jaxws-ext.jar
lib/endorsed/jbossws-native-jaxws.jar
lib/endorsed/jbossws-native-saaj.jar
lib/endorsed/resolver.jar
lib/endorsed/serializer.jar
lib/endorsed/stax-api.jar
lib/endorsed/xalan.jar
lib/endorsed/xercesImpl.jar

A search of setProperty must be overridden should yield several posts 
discussing this. (It it should, if search was not broke - at this time only 
your post shows up.)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4242934#4242934

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242934
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user