Hi,
Firstly, thank you for your reply. I tried what u say. I put the jar into the
WEB-INF\lib of my web project. But when i test the application it throws error:
classnotfoundexception. My web project needs some jars to run. The jars except
my java project's jar are in /common/lib folder. I thin
hi all,
I have a java project and a web project which uses the java project's classes.
How to make jboss to see the new added jar(i export my java project) to it's
common/lib folder without restarting the server. Because i noticed
that jboss doesn't see the jars which are added to it's common/l
Hi
When i am deploying my projects to server, it gives an error. My project
structure looks like this:
Doc-EJB3
- src
- doc.ejb3.entitiy // source package
- doc.ejb3.service //another source package
- META-INF
- MANIFEST.MF
- persistence.xml
- doc-ds.xml
- jndi.properti