JBoss Community

Re: EJB bean is not working in Multi threading of JBoss 7.1.1 Final

created by Oliver Katzer in JBoss AS 7 Development - View the full discussion

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

Start a new discussion in JBoss AS 7 Development at Community