Sorry-, ... for not paying attention tothis forum. I posted the solution to the JAX-RPC/JAXB 2.0 forum at java.net. Here is a copy of it: ---------------------------------------------
I kind of did that and it appears to work, so here are the steps: 1) Remove the JAXP jars from ${jboss_home}/lib/endorsed These are the old ones and seems like JAXRPC 2.0 EA will only work with JAXP 1.3, integral part of J2SE 5.0 now 2) Remove ${jboss_home}/server/<your_deployment>/lib/{jboss-saaj|jboss-ws4ee|jboss-jaxrpc}.jar 3) Copy all the stuff from ${jaxrpc2.0_home}/lib to the above lib folder. Now you do not have to bundle JAXRPC2.0 jars into your wars. Here is portion of an ANT script I use to do that: ------------------------------------------------- Remove your previous '${jboss.config}' configuration ... Remove legacy JAXP jars from JBoss 4 ... Clone JBoss default configuration into '${jboss.config}'... <!-- Skip legacy WS jars --> <!-- Skip Hipersonic database stuf --> <!-- --> Configure JAXRPC 2.0 into '${jboss.config}'... -------------------------------------------------------- View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878584#3878584 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878584 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user