[jboss-user] [JBoss Seam] - Re: EntityManager trouble

2008-01-16 Thread ErikSlagter
It's probably my Eclipse configuration. I stopped trying to use a real database (for testing) and now use a HSQLDB. Works fine for me... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120305#4120305 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EntityManager trouble

2008-01-11 Thread ErikSlagter
I don't know exactly what your asking me. Where would you normally do it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118952#4118952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118952

[jboss-user] [JBoss Seam] - Re: EntityManager trouble

2008-01-11 Thread ErikSlagter
I just tried the DVDstore example and it fails on the same point in ProductionUnitTest. testNG stacktrace: javax.persistence.PersistenceException: No Persistence provider for EntityManager named dvdDatabase | at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:89)

[jboss-user] [JBoss Seam] - EntityManager trouble

2008-01-10 Thread ErikSlagter
I'm in some trouble with testing my DAO in Eclipse. I'm using TestNG and Eclipse europe together with Seam 2.0.0GA. I have to got the following test funtion: | @Test | public void test(){ | dao = new PaymentDeviceDAO(); | String terminalProvider =