[JBoss-user] [EJB 3.0] - How to make a joint by condition ?

2006-02-21 Thread ataud
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

[JBoss-user] [EJB 3.0] - Problem when executing query

2006-01-08 Thread ataud
I have this EJB Session : @Stateless @Remote(Paulva.class) public class PaulvaBean implements Paulva { /** * Gestionaire de persistence */ @PersistenceContext(unitName="paulva") protected EntityManager entityManager;

[JBoss-user] [Installation, Configuration & Deployment] - Could not create deployment: file:.../jboss-4.0.3RC2/server/

2005-09-23 Thread ataud
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

[JBoss-user] [Beginners Corner] - How to add a directory in CLASSPATH of JBoss test server in

2005-05-03 Thread ataud
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