hello everyone,

i wrote a class extending the gwttestcase class that should test my
remoteserviceservlet. i added a couple test* methods to it. as long as
i do not instantiate the remoteserviceservlet that i actually want to
test i can run the tests successfully :-) but when the
remoteserviceservlet is instantiated i got the following error:

Caused by: javax.jdo.JDOFatalUserException: Duplicate PMF name
"transactions-optional" found in file:/Users/ingo/svn/honeycrm_all/
trunk/src/
META-INF/jdoconfig.xml and file:/Users/ingo/svn/honeycrm_all/trunk/war/
WEB-INF/classes/META-INF/jdoconfig.xml.
        at javax.jdo.JDOHelper.getNamedPMFProperties(JDOHelper.java:1300)
        at javax.jdo.JDOHelper.getPropertiesFromJdoconfig(JDOHelper.java:
1232)
        at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:
1079)
        at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:
914)
        at crm.server.PMF.<clinit>(PMF.java:7)
        ... 30 more

you can browse through my sources causing the problems here
http://code.google.com/p/honeycrm/source/browse/trunk/src/crm/
(especially 
http://code.google.com/p/honeycrm/source/browse/trunk/src/crm/client/test/ServiceTest.java).

if found this error in other mailinglists / forums as well without any
solutions. does anybody know how to fix this? thanks in advance!

kind regards,
ingo

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to