Re: [JBoss-user] lookup java:comp/env/

2002-10-27 Thread julien viet
in my Company bean (in the > ejb-jar.xml), not the CompanyUserUtil (there is no > entry for CompanyUserUtil in the ejb-jar.xml). Any > thoughts? > > -- Derek > > - Original Message - > From: Rick LaBanca > To: [EMAIL PROTECTED] > Sent: Saturday, October 26,

Re: [JBoss-user] lookup java:comp/env/

2002-10-26 Thread Derek Lin
il in the ejb-jar.xml).  Any thoughts?   -- Derek   - Original Message - From: Rick LaBanca To: [EMAIL PROTECTED] Sent: Saturday, October 26, 2002 8:02 PM Subject: Re: [JBoss-user] lookup java:comp/env/ I had this same issue. I Think it may be correct that the ejb doesn&

Re: [JBoss-user] lookup java:comp/env/

2002-10-26 Thread Rick LaBanca
mespace issues to be confusing to begin with (for most people, the roles of a separate person being an app assembler and deployer are mythical!)   rick       From: Derek Lin To: [EMAIL PROTECTED] Sent: Saturday, October 26, 2002 9:20 PM Subject: [JBoss-user] lookup java:c

[JBoss-user] lookup java:comp/env/

2002-10-26 Thread Derek Lin
I have found that initialContext.lookup("java:comp/env/ejb/CompanyUserLocal") won't work with JBoss.  Instead, I have to use initialContext.lookup("CompanyUserLocal").   In my jboss.xml, there is this entry:     CompanyUser ejb/CompanyUser CompanyUserLocal