[jboss-user] [JBossWS] - Re: jbossWS 2.0.1 and JDK 1.6

heiko.braun@jboss.com do-not-reply at jboss.com
Fri Sep 7 14:13:13 EDT 2007


In order to run JBossWS on JDK 6 you need to replace the API's that have been included in JDK 6, namely jaxrpc, jaxws, jaxb and saaj.

Copy the following jars to ${JBOSS_HOME}/lib/endorsed:

    * jboss-jaxrpc.jar
    * jboss-saaj.jar
    * jaxb-api.jar
    * jaxws-api.jar 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082258



More information about the jboss-user mailing list