Hi! I'm using Chapter 12 of the Seam reference manual as a guild for unit testing my
seam components, specifically section 12.1 where one uses an application-managed EM. But
everytime I run TestNG (using the eclipse plugin), I'm getting this error:
javaxpersistence.PersistenceException: No Persistence Provider for EntityManager Named
TestDS.
Is there an additional setup that I'm missing here? How can I instruct
javax.persistence.Persistence to look for my persistence.xml in ${META-INF}?
Cheers.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960560#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...