I am trying to deploy some 3rd party EJBs under JRun3.0. The
deployment appears to have worked.
One of the EJBs is called "BorrowerEnquiry" with a home
interface called "BorrowerEnquiryHome".
On testing this with a simple call to the EJB in a basic
JSP, the following happens:
1/. I set an initialContext, and set the context provider
URL without any exceptions being raised.
2/. When I try to access the EJB's home interface with the
line:
borrHome =
(BorrowerEnquiryHome)initialContext.lookup("BorrowerEnquiryHome");
I get the error: "javax.servlet.jsp.JspException: Failed to
unmarshal proxy"
Can anyone give me some pointers as to what might be raising
this exception?
Any help much appreciated!
Paul
----------------------------
Paul Walk
Intranet Services
University of North London
Email: [EMAIL PROTECTED]
Telephone (Direct Dial): 020 7753 3288
Telephone (Switchboard): 020 7607 2789 ext. 2690
----------------------------
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.