[jboss-dev-forums] [JBoss AS 7 Development] - Re: EJB bean is not working in Multi threading of JBoss 7.1.1 Final
Oliver Katzer
do-not-reply at jboss.com
Tue Aug 21 02:31:30 EDT 2012
Oliver Katzer [https://community.jboss.org/people/olli24] created the discussion
"Re: EJB bean is not working in Multi threading of JBoss 7.1.1 Final"
To view the discussion, visit: https://community.jboss.org/message/754685#754685
--------------------------------------------------------------
You have 3 options:
1) Place the "jboss-ejb-client.properties" file in the classpath of the application
2) Set the path to file via System Property as JRE command line parameter
-Djboss.ejb.client.properties.file.path=C:\jboss-ejb-client.properties
3) Set the path to file via System Property during runtime
System.setProperty("jboss.ejb.client.properties.file.path", "C:\\jboss-ejb-client.properties");
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/754685#754685]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120821/703a8c00/attachment.html
More information about the jboss-dev-forums
mailing list