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

In think the bin folder is not part of CLASSPATH.

So, if you want to put the file into the bin folder, you have to set the path inside your client via

System.setProperty("jboss.ejb.client.properties.file.path", "..:\\bin\\jboss-ejb-client.properties");

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community