Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-29 Thread Ingo Jaeckel
hello acerezo, i do not think that i really solved the issue. nevertheless i coded around it a bit and now i can run server side AND client side code test cases without any problems. feel free to browse through the honeycrm sourcecode to see how i did it:

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-29 Thread Andrés Cerezo
ok, I'll check out the source code and I'll tell you. Thanks. 2010/6/29 Ingo Jaeckel ingo.jaec...@googlemail.com hello acerezo, i do not think that i really solved the issue. nevertheless i coded around it a bit and now i can run server side AND client side code test cases without any

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-29 Thread Andrés Cerezo
Hello, I'have a problem with import com.google.gwt.visualization.*; ¿perhaps the jar is not in the svn?. Thanks. 2010/6/29 Andrés Cerezo acerezoguil...@gmail.com ok, I'll check out the source code and I'll tell you. Thanks. 2010/6/29 Ingo Jaeckel ingo.jaec...@googlemail.com hello

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-29 Thread Ingo Jaeckel
hello andrés, great to hear that you checked out the sourcecode. aaah and thank you very much for the hint! i just added the missing jar file to the repository. kind regards, ingo 2010/6/29 Andrés Cerezo acerezoguil...@gmail.com: Hello, I'have a problem with import

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-29 Thread Andrés Cerezo
Ok, now all it's correct. 2010/6/29 Ingo Jaeckel ingo.jaec...@googlemail.com hello andrés, great to hear that you checked out the sourcecode. aaah and thank you very much for the hint! i just added the missing jar file to the repository. kind regards, ingo 2010/6/29 Andrés Cerezo

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-28 Thread Acerezo
Hello I've the same problem Did you find the solution? Thanks. On Jun 7, 10:13 am, ingo ingo.jaec...@googlemail.com wrote: hello google, believe it or not but this seems to be a problem as huherto wrote on the mailing list in earlier this year. unfortunately, he did not receive an answer

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-03 Thread ingo
i could reproduce this in a minimal fresh new project with the greeting service that initiates a persistence manager factory. additionally i found this on the IDEA bugtracker http://youtrack.jetbrains.net/issue/IDEA-50403 anyone? On 2 Jun., 19:16, ingo ingo.jaec...@googlemail.com wrote: hello

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-03 Thread ingo
as a workaround i removed the jdoconfig.xml file from the src/WEB-INF directory and from the war/WEB-INF/classes/META-INF directory. then i instantiated the persistence manager factory by using a map like the following: final MapString, String map = new HashMapString, String();

Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-02 Thread ingo
hello everyone, i am currently doing the honeycrm project http://code.google.com/p/honeycrm/. i wrote some server side tests that run without any problems: http://code.google.com/p/honeycrm/source/browse/#svn/trunk/src/crm/server/test now, i would like to test the user interface code (e.g.

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-02 Thread ingo
hello everyone, does anyone know the root cause of this problem? i thought the reason might be duplicate jdoconfig.xml file. however, it turns out that deleting this file from the src/META-INF/ directory is not a good idea since it creates even more exceptions: [WARN]