Several problems while deploying

2013-04-09 Thread Jukkales
Hi there, me again i have several problems while deploying a webapp. This EAR contains an WAR (the webapp itself) and 1+n JAR Modules which contains JPA Entites, CDI Beans and maybe EJBs. I found some strange things about the WAR File... I have attached a Test project. On two problems a dont

Re: Several problems while deploying

2013-04-09 Thread Jukkales
Ah okay, i missed it that it needs to be in that folder. But really? Which version you are using exactly? I still get the error that OpenJPA cannot load entities which are inside the JAR. You may have a look to the test/common package. There you will find two producers.

Re: Several problems while deploying

2013-04-09 Thread Romain Manni-Bucau
i tested with the snapshot *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/4/9 Jukkales

Re: Several problems while deploying

2013-04-09 Thread Jukkales
Ah cool it is almost working. but the EntityManagerFactory is still not created. Maybe a configuration problem? -- View this message in context: http://openejb.979440.n4.nabble.com/Several-problems-while-deploying-tp4662131p4662138.html Sent from the OpenEJB Dev mailing list archive at

Re: Several problems while deploying

2013-04-09 Thread Romain Manni-Bucau
I dont have the code anymore (on my phone) but using @PersistenceUnit should be fine, it just needs to be scanned (not in exclusions.list). Le 9 avr. 2013 20:25, Jukkales s...@nodch.de a écrit : Ah cool it is almost working. but the EntityManagerFactory is still not created. Maybe a