>>>>> "Ashwin" == Ashwin Bharath <Ashwin_Bharath> writes:

    Ashwin> Hi ,
    Ashwin> My doubt is regarding automatic downloading of stubs for EJB's deployed in
    Ashwin> Weblogic.
    Ashwin> On detailing, my doubt goes as,
    Ashwin> 1)      When ever a java client call an EJB deployed in Weblogic server, 
the
    Ashwin> stub for the particular EJB is dynamically loaded in to the client machine
    Ashwin> (correct me if I am wrong). Is it specific to Weblogic server or all other
    Ashwin> j2ee servers. Explanations on the advantages of such dynamic stubs will be
    Ashwin> more helpful
    Ashwin> 2)      Java clients can call an EJB in Weblogic server even without 
storing
    Ashwin> the stubs in the client machine. But when we try to invoke an EJB from JSP
    Ashwin> (both the EJB and the JSP are in Weblogic server), an exception is thrown
    Ashwin> asking for the stub. Why is this restriction for JSP's.

It's always useful to list the exact exception you're getting (cut/paste).

is your EJB module and web module in the same EAR?

--
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to