I know this is not an Struts specific problem, but perhaps somebody can help me..

I'm working in WL 6.1 sp3 and I have a webapp deployed alone (without any ear). This 
Web app access an EJB Module inside an separate ear. The Web app calls an EJB Method 
and pass a Collection of Value Objects as parameter. I have an EJB Client Jar in the 
web app that have inside the Value Object class.

When I call the method from an Struts Action class and, inside the EJB Bean Class, I 
try to cast every element to the value object class I get an ClassCastException. 
Thanks a lot.
Cristian. 

Reply via email to