When the console is deploying, what beans does it deploy?

From Support
Jump to: navigation, search
When the console is deploying, what beans does it deploy?

The console just deploys whatever is in the EJB jar file being deployed. This jar could include all dependent classes, but for your application, it may not. It is up to you to arrange it so that all the dependent classes are made available to the container. As discussed for client classes, this means that you must:

Put all the dependent classes-- classes that do not appear in any of the EJB jars hosted by the container--somewhere consistent. Make sure that they appear on the container's classpath. Again, we recommend configuring the classpath in java.options.  



Article originally contributed by Borland Developer Support