[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to make jboss to see the new added jar to it's

2009-03-04 Thread ercanclk
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

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to make jboss to see the new added jar to it's

2009-03-03 Thread ercanclk
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

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Can't find a persistence unit named 'null'

2009-02-23 Thread ercanclk
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