[jboss-user] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP

2009-01-20 Thread JBossDeploy
Hi,

I am facing similar problem , JBoss version is 4.2.2 OS -WIN XP, JDK 1.6 . 

I have gone through the Jira postings, followed as advised , that is copying 

jboss-jaxrpc.jar, jboss-jaxws.jar, jboss-saaj.jar 

to JBOSS_HOME/lib/endorsed 

from 

JBOSS_HOME/server/default/lib

and 

 JBOSS_HOME/client/lib

It did not work. 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203304#4203304

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203304
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP

2009-01-07 Thread mwittig
The problem was 
https://jira.jboss.org/jira/browse/JBWS-1439?focusedCommentId=12436397#action_12436397

thx.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199977#4199977

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199977
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP

2008-12-28 Thread alessio.sold...@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
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP

2008-12-28 Thread bschmoll1
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
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP

2008-06-12 Thread BrettSc
ack...I had verified I was using jdk 1.5 from ant but somehow the server was 
getting jdk 1.6. 

Sorry about that...works much better now.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157855#4157855

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157855
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP

2007-04-20 Thread oskar.carlstedt
Check the manual chapter 2.2.2.4 
http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch2.chapter.html#d0e2648

Regards
Oskar

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039275#4039275

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039275
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP

2007-04-20 Thread cjunge
Thanks for the reply. How can I trace jboss classloading?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039271#4039271

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039271
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP

2007-04-20 Thread [EMAIL PROTECTED]
You cannot have the saaj impl from the Sun RI deployed. 
You could trace jboss clasloading to see where its comming from

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039198#4039198

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039198
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user