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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...