Hi,

Thanks to Paul and Peter, I've got BMPs working.

I'm now trying to get a reference to a stateful session bean from a handle
stored in a HttpSession.  However, an UnmarshalException: nested error is
java.lang.ClassNotFoundException: com.session.ProductObject_Stub is been
thrown when I try to get the reference using the following lines.

    handle = (Handle) session.getAttribute("handle");
    product = (Product) handle.getEJBObject();

Can someone tell me if I need to make any classpath settings in Jrun for it
to be able to locate the Stub classes.  Both the servlet and the EJB are
being run in the same default server.

Any other ideas?

Thanks
Vivek



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to