Thank you,
I initialy post in the EJB3 forum but I thought it was an embedded problem.
To help you to understand my problem, I put my project in GitHub.
My files are :
Person.java
PersonService.java
persistence.xml
ejb-jar.xml
PersonServiceTest.java
It is just a POC to demonstrate that we can develop and test EJB3.1 in both Glassfish & JBoss EJBContainers.
There is nothing complicated in this project :
- Person is just a class with 2 members : firstname/lastname
- PersonService is a CRUD service.
I hope you will find what is going on.
To build and run this project you have to edit pom.xml and replace the lines 66/67 by your own JBOSS home.
Then you could launch : mvn clean test -Pjboss.
Thank you.