Hi all

Ive two questions,

  1. Any reason why the method 'EJBObject getEJBObject()' available in both
     SessionContext and EntityContext instead of their parent interface
     EJBContext.

  2. Is there any way I can specify an environment entry which can return me a
     collection/array of values. Im looking at something like this :-

          Context ctx = new InitialContext();
          String[]/Collection list = (String[]/Collection)
          ctx.lookup("java:comp/env/listofNames");
          while (..) {
          }

Thanks.
--
shiv
[EMAIL PROTECTED]


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

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