Hello,

I have a webapp communicating with an EJB.
In my webapp, I have the following configuration in my jboss-web.xml:

  | <jboss-web>
  |     <context-root>/context-root</context-root>
  |     <class-loading java2ClassLoadingCompliance="false">
  |             <loader-repository>
  |                     dot.com:loader=uniqueId
  |                     <looader-repository-config>
  |                             java2ParentDelegation=false
  |                     </looader-repository-config>
  |             </loader-repository>
  |     </class-loading>
  | </jboss-web>
  | 
When I try to call a method of the EJB by passing an object contained in a 
common package, I have a ClassCastException due to the ClassLoader.

Could someone help me please ?

Thanks in advance.
___________________ _ _ _
bgOnline

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

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


-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to