I have a GWT web aplicaction that is using Hibernate for JPA and JBoss 5.1 for server.
I don't have any problem when I deploy the WAR file in JBoss Server. Everything works well. But When I try to use the GWT Eclipse plugin to avoid the GWT compile time, the Hibernate stop working. I got the log message "No Persistence provider for EntityManager named xptoPU".
At this point I had the JBoss 5.1 in my class path. Then I tried to remove that putting the Hibernate JARs in my WEB-INF/lib folder. This didn't work too, but the log message was different. Now tells me that the EntityManager can't load the persistence unit.
BTW, When I use GlassFish and EclipseLink I don't have any problem doing these kind of stuff...
There's any way to put this working? I really need to avoid the GWT compile time :/