|
The error implies that the class files are in the wrong directories in
your ejb.jar, that structure should look something like:
cart-ejb.jar/
Also, Orion stores the reference to your ejb in the JNDI context under
the name you give it via the <ejb-name> tag in ejb-jar.xml file.
This is the same name you need to use when you do your JNDI lookup.
Double check that these match - I would use something simple to test(i.e.
- 'cartEJB').
Hope this helps
Derek Akers wrote: I am trying to access an ejb (stateful session) from a jsp using: Context initialContext = new InitialContext(); |
- ejb question Vlad Petric
- ejb question Derek Akers
- Re: ejb question Matt Brunner
- Re: ejb question Cathleen Dull
- Re: ejb question Cathleen Dull
- RE: ejb question Rick Bos
- RE: EJB question Reddy Krishnan
- Re: EJB question Al Fogleson
