[jboss-dev-forums] [Design of EJB 3.0] - Class required in EJB3 application client launcher not prese
jaikiran
do-not-reply at jboss.com
Sun Oct 19 07:18:16 EDT 2008
The %JBOSS_HOME%\client\jboss-ejb3-core-client.jar contains only a subset of the classes present in %JBOSS_HOME%\server\default\lib\jboss-ejb3-core.jar. For ex: org.jboss.ejb3.DependencyPolicy class is not present in the client jar. While running the application client container to inject EJB in an application client https://www.jboss.org/community/docs/DOC-12835 i had to include %JBOSS_HOME%\server\default\lib\jboss-ejb3-core.jar in the classpath of the client.
Is this expected? Or should the client folder contain the relevant jar files with this (and other related) class? There's a related discussion about the jars required for app client launcher here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=139904
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183066#4183066
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183066
More information about the jboss-dev-forums
mailing list