Guys,
Would really, really appreciate any help on the following matter. It may appear a little confusing so please bear with me .....
I have recently completed a build script which
essentially creates a .ear file on my C: drive. The .ear file was made up of a .war file and numerous
EJB jar files. When I restart ocj4, the .ear and .war seem to unpack fine except when it goes to deploying the Beans, I get the following error:
Error in application imapInternet: Error loading package at file:/C:/iMAPInterne
t/AADatabaseEJB.jar, Class 'imap.app.ejb.session.aadatabase.AADatabaseBean' not
found
The EJB jars themselves are found in C:\iMAPInternet. The application.xml for the .ear lists the different EJB jar files and that seems to be ok because at least its looking for the correct EJB jars which it tries to deploy.
The ejb.xml file that is in each of the individual EJB jar files points to the following directory for the classes - imap.app.ejb.session.FOLDER_NAME -
The code for the Beans, (+ their Home and Remote interfaces) are located in the following directory:
C:iMAPInternet/iMapWeb/WEB-INF/classes/imap.app.ejb.session
so for the AADatabaseBean , the class would be located in C:iMAPInternet/iMapWeb/WEB-INF/classes/imap.app.ejb.session/aadatabase.
However, from the error message above, it can't seem to see it there.
Please, Please help with this if you can.
Thanks
