I have an entity witch map with PERSON table
@Entity
@Table(name = "PERSON")
public class PersonEntity implements Serializable {
protected static final long serialVersionUID = 1L;
protected int numPerson;
protected String sex;
...
protected Collection chil
I have this EJB Session :
@Stateless
@Remote(Paulva.class)
public class PaulvaBean implements Paulva {
/**
* Gestionaire de persistence
*/
@PersistenceContext(unitName="paulva")
protected EntityManager entityManager;
I try to start JBoss Server in Eclipse, but I have this error in console:
23:05:52,812 ERROR [MainDeployer] Could not create deployment:
file:/C:/java/jboss-4.0.3RC2/server/default/deploy/ejb3.deployer/
org.jboss.deployment.DeploymentException: Unexpected error during load of:
org.jboss.ejb3.EJ
How to add a directory in CLASSPATH of JBoss test server in Eclipse 3 ?
I need to add a directory in CLASSPATH of JBoss test server. How can I do that ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876266#3876266
Reply to the post :
http://www.jboss.org/in