| /**
  |  * 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 [EMAIL PROTECTED]
  |  * @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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to