This is a classloader issue caused by your app running in its own scoped 
classloader. The incoming call doesn't know how to pick the correct classloader 
due to the fact that it doesn't know the webapp/classloader mapping. 
Scott, Ben and I are working on a solution. In the meantime, you can do the 
following:
- Use MarshalledValue to wrap your user-defined classes as parameters
- Put your user-defined classes in the lib directory

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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to