Hi All,
 
Let's suppose we have a bean (say MyBean with jndi name mybeanjndi )
with method
 
custMethod(CustClass obj) where CustClass is a user defined class.
 
And we have a servlet , say MyServlet, that will use MyBean and call the
method custMethod(CustClass obj) . 
 
Now MyServlet and MyBean are in different servers in two different
machines.
 
My question is :
 
Now is it required to keep CustClass.class at run time class path of
both the systems ?
 
Can I put CustClass.class in the class path of only in the servlet
container , not in EJB container ?
 
 
Any suggestion is welcome.
 
TIA,
Sudarson

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