[jboss-user] [JBossWS] - Re: jbossws 1.2.1 /jboss 4.0.5 : how do i bypass MessageFa

thomas.diesler@jboss.com do-not-reply at jboss.com
Mon Jun 18 16:41:45 EDT 2007


  | /**
  |  * Load a factory using this ordered lookup procedure
  |  *
  |  * <ol>
  |  *  <li>Use the system property
  |  *  <li>Use the properties file "lib/jaxm.properties" in the JRE directory
  |  *  <li>Use the Services API (as detailed in the JAR specification), if available, to determine the classname
  |  *  <li>Use the default factory implementation class
  |  * </ol>
  |  *
  |  * @author Thomas.Diesler at jboss.com
  |  * @since 14-Dec-2006
  |  */
  | public class SAAJFactoryLoader
  | 

Step 3, the Services API uses a classloader. You should probably be able to set the context classloader such that it gives access to the SAAJ impl that you want.

Please note, JBossWS will only work with its own SAAJ impl.

Please use the jbossws-2.0 code base

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

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



More information about the jboss-user mailing list