Julien Smadja [
http://community.jboss.org/people/jsmadja] created the discussion
"Re: EJBContainer doesn't deploy my SessionBean"
To view the discussion, visit:
http://community.jboss.org/message/581142#581142
--------------------------------------------------------------
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
https://github.com/jsmadja/EJBContainer my
project in GitHub.
My files are :
https://github.com/jsmadja/EJBContainer/blob/master/src/main/java/com/xeb...
Person.java
https://github.com/jsmadja/EJBContainer/blob/master/src/main/java/com/xeb...
PersonService.java
https://github.com/jsmadja/EJBContainer/blob/master/src/conf/jboss/META-I...
persistence.xml
https://github.com/jsmadja/EJBContainer/blob/master/src/conf/jboss/META-I...
ejb-jar.xml
https://github.com/jsmadja/EJBContainer/blob/master/src/test/java/com/xeb...
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.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/581142#581142]
Start a new discussion in EJB3 at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]