Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Eclipselink in SE Environment not able to provide persistence

I played around with eclipselink logging now. Well is set the setting to
finest but still don't get any more information.

I also added my User class to the persistence.xml but it's not doing
anything.
I still get the same exception.

Running test
[EL Info]: 2009.02.13 18:22:48.836--Test logging
Exception in thread "main" javax.persistence.PersistenceException: No
Persistence provider for EntityManager named EclipseLinkTest
	at
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:89)
	at
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:60)
	at de.eclipselinktest.RunTest.test(RunTest.java:19)

I could put the zipped eclipse project folder (it's just a small
testproject) on drop.io so one (you ;)) could have a look on it.
-- 
View this message in context: http://www.nabble.com/Eclipselink-in-SE-Environment-not-able-to-provide-persistence-tp21996639p22001022.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top