To add to above, the problematic lines in org.jboss.axis.client.Service.getPort 
are


  | ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
  | 
  | return (Remote)Proxy.newProxyInstance(
  |     classLoader,
  |     new Class[]{proxyInterface, javax.xml.rpc.Stub.class}, 
  |     new AxisClientProxy(call, portName)
  | );
  | 

Why in the case described above does the Context classLoader not "see" 
javax.xml.rpc.Stub?

Bruno.

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to