aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes EJB Access Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "EJB Access" Watch "EJB Access" New topic
Author

EJB Access

richard marais
Ranch Hand

Joined: Aug 20, 2001
Posts: 30
Hi,
I have created a simple session EJB using IBM VisualAge 3.5.3 (Enterprise). I have then created an AccessBean (Java Bean Wraper). Generated the Deployed code. I started the Persistent Name Server, Servlet Engine and the EJB server for the EJB Group.
I then created a JSP in order to access the EJB. However when I try import the AccessBean I get a JSP compilation error:
com.ibm.servlet.engine.webapp.WebAppErrorReport: "Class: com.ory.ejb.SessionOryAccessBean not found".
I have tried to use in import statement as well as the usebean tag, but neither work.
Can anyone tell me how to access an EJB through an access bean by a jsp?
Thanks in advance
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EJB Access
 
Similar Threads
Running the headfirst ejb 1st chapter
Instantiate bean with complex object as parameter
connecting to EJB deployed in WAS 4.0 through VAJ 3.5.3
EJB access from a JSP in VAJ Test Environment
jsp cant call bean in websphere