• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Accessing the Ejb

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually i deployed an EJB in weblogic server 6.0 version by using exploded directory format,the EJB was deployed perfectly ,when i try to access this particular EJB via a servlet i am not getting the reference to home object and an exception was thrown which look like this.
java.rmi.RemoteException: EJB Exception:; nested exception is:
java.lang.IllegalStateException: Illegal call to EJBContext method. The EJB specification
(See Section 9.6.5, for example.) places restrictions on the methods that may be invoked during
certain phases of a bean's lifecycle. One of these restrictions has been violated.
java.lang.IllegalStateException: Illegal call to EJBContext method. The EJB specification (See Se
ction 9.6.5, for example.) places restrictions on the methods that may be invoked during certain
phases of a bean's lifecycle. One of these restrictions has been violated.
<<no stack trace available>>
 
Ranch Hand
Posts: 318
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how did you solve it ?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic