Hi everyone,

ever since i updated to 1.6.0 and then to 1.6.1 my doesn't work
anymore. on 1.5.5 it runs with out a problem.
when i run my app in dev mode on eclipse I get the error:

Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method
'public abstract void
com.skip.school.client.service.AdminService.addStudent(com.skip.school.shared.Student)'
threw an unexpected exception: java.lang.NoClassDefFoundError: Could
not initialize class com.skip.school.server.PmfSingleton

Caused by: java.lang.NoClassDefFoundError: Could not initialize class
com.skip.school.server.PmfSingleton

Tthe full log eclipse log can be found here http://pastebin.com/EJTvQYrb
.

The java code im using in the singleton can be found here
http://code.google.com/p/skip-school/source/browse/trunk/src/com/skip/school/server/PmfSingleton.java

The call I use to the PMF class is like this: PersistenceManager pm =
PmfSingleton.get().getPersistenceManager();
The import in all the classes are correct.
com.skip.school.server.PmfSingleton

Can anyone explain why mij Pmf class isn't getting initialized in
version 1.6.0 and 1.6.1. and also point me in the direction on how to
fix this?

Greetings Dylan.



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to