I am also trying to deploy some 3rd party EJBs and am running into the same
exact error.  Since this is the second time this question has been asked,
surely someone will respond...?
Thanks in advance!!

-----Original Message-----
From: Paul Walk [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 26, 2000 6:05 AM
To: JRun-Talk
Subject: Error message


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.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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