he he he... just tested in 2.4 and it is no longer working :-/ Before i was running a 
2.2.something... and it worked ok.

Why? Well looking in WebServer.java i see some 'crap' added by Scott (just kidding :-) 
where he is splitting the requested class name into a classloader key and a file path. 
So when i'm trying to dynamically load 'se.benefit.rita.checkout.client.Client' it 
takes 'se' as the classloader key and 'benefit.rita.checkout.client.Client' as the 
class which of course is not found. See this screen shot:
[Default] WebServer: raw path=GET /se/benefit/rita/checkout/client/Client.class 
HTTP/1.1
[Default] WebServer: loaderKey = se/
[Default] WebServer: filePath = benefit/rita/checkout/client/Client.class
[Default] WebServer: loader = null
[Default] WebServer: loading className = benefit.rita.checkout.client.Client

Any ideas Scott?
/Lennart


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to