Re: JUnit and Classpath

2008-08-05 Thread Frédéric JECKER
Hi, I digged one more day and found that this error was caused by a static initializer of one of the bundle's class. I reordered the classpath, and now it works fine. I'd also thank chuck for a previous post where all is clearly explained : http://lists.apple.com/archives/webobjects-dev/2007/N

JUnit and Classpath

2008-08-04 Thread Frédéric JECKER
Hi list, I made a simple Junit test case in one of my framework, which only loads a model an tries to read an EO and writes another one. In the setUp method, I load the model, and updates its connexion dictionnary. The test keeps on failing on the EOUtilities.createAndInsertObject, stating th