0 Replies Latest reply on Oct 19, 2008 7:17 AM by jaikiran

    Class required in EJB3 application client launcher not prese

    jaikiran

      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