If your EJB classes (home and remote interfaces, and the bean class) are set up correctly, and you have the appropriate XML descriptor files in a META-INF directory, you should use the vendor-specific EJB jarring utility. I am not familiar with Oracle 9iAS's process, but for BEA's Weblogic, you need to package all of the .class files (for remote, home, and bean classes) and XML files into their own jar, and then call:
Code:
java weblogic.ejbc EJBJar.jar
This will perform the container-specific jarring operation to transform the EJBJar.jar into code that is executable by the particular app server which will be hosting the EJB.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.