I'm having the same issues. I have tried turning off all known loggers in the setUp methods of my LocalDatastoreTestCase superclass, but it has no effect re: this logspam!
Has anyone found an answer? On Aug 5, 8:41 am, Stephan <[email protected]> wrote: > I'm having the same problem here. Using a fresh eclipse install and a > simple test-application, I get the same messages. They only appear > when I use JDO in my unit tests. > Except for the error log messages, everything seems to work fine. But > starting each unit-test with more then 30 warnings and errors doesn't > seem like a clean way to test an application. > > Did you find a solution yet? I'd think there would be a much larger > group with the same problem, or isn't anyone unit-testing here? :) > > On 27 jun, 15:57, Peter Recore <[email protected]> wrote: > > > I have a warning message showing up in my logs when I run my unit > > tests in Eclipse, using the junit plugin. > > I have the google plugin installed. > > The messages seem to be coming from the DataNucleus logger. > > > Here is one line. There are about 30 more all referencing different > > extension points. > > Jun 27, 2009 8:42:40 AM > > org.datanucleus.plugin.NonManagedPluginRegistry registerExtensions > > WARNING: Extension Point "org.eclipse.ui.views" not registered, but > > plugin "org.eclipse.jdt.junit" defined in file:/C:/Documents%20and > > %20Settings/peter/Desktop/eclipse/configuration/org.eclipse.osgi/ > > bundles/307/1/.cp/META-INF/MANIFEST.MF refers to it. > > > Then there are some that look like this: > > > Jun 27, 2009 8:42:40 AM > > org.datanucleus.plugin.NonManagedPluginRegistry resolveConstraints > > SEVERE: Bundle "org.eclipse.jdt.junit4.runtime" requires "org.junit4" > > but it cannot be resolved. > > > I'm hoping someone can give me a hint as to whether this is an eclipse > > issue, a junit issue, a datanucleus issue, or something else. > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
