is there any solution to this problem ? i have the same one, and i can't undestand what is happenne :s
On 23 sep, 19:14, dikiyn <[email protected]> wrote: > Hi together, > > I downoaden Google plugin to eclipse. > I created simple GWT application with JPA on server side. > > As jpa implementation I set hibernate. > > =persincence.xml=========== > <?xml version="1.0" encoding="UTF-8"?> > <persistence version="1.0" > xmlns="http://java.sun.com/xml/ns/persistence" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation="http://java.sun.com/xml/ns/persistencehttp://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"> > <persistence-unit name="mytest"> > <provider>org.hibetnate.ejb.HibernatePersistence</provider> > <class>com.blalba.test.client.db.DBConnection</class> > <properties> > <property name="hibernate.connection.driver_class" > > value="com.microsoft.sqlserver.jdbc.SQLServerDriver" /> > <property name="hibernate.connection.url" > > value="jdbc:sqlserver://localhost:1433;databaseName=mydb" /> > <property name="hibernate.connection.username" > value="mydb" /> > <property name="hibernate.connection.password" > value="mydb" /> > <property name="hibernate.dialect" > value="org.hibernate.dialect.SybaseDialect" /> > <property name="hibernate.show_sql" value="true" /> > </properties> > </persistence-unit> > </persistence> > ======================== > > The persincence.xml itself is in /src/META-INF/persistence.xml > > But each time I start my small project in the hosted mode I get > ================= > 23.09.2009 20:43:32 org.datanucleus.plugin.NonManagedPluginRegistry > resolveConstraints > INFO: Bundle "org.datanucleus" has an optional dependency to > "org.eclipse.equinox.registry" but it cannot be resolved > .... > .... > .... > INFO: =========================================================== > 23.09.2009 20:43:35 org.datanucleus.jdo.NucleusJDOHelper > getJDOExceptionForNucleusException > INFO: Exception thrown > No available StoreManager found for the datastore URL key "". Please > make sure you have all relevant plugins in the CLASSPATH (e.g > datanucleus-rdbms?, datanucleus-db4o?), and consider setting the > persistence property "datanucleus.storeManagerType" to the type of > store you are using e.g rdbms, db4o > org.datanucleus.exceptions.NucleusUserException: No available > StoreManager found for the datastore URL key "". Please make sure you > have all relevant plugins in the CLASSPATH (e.g datanucleus-rdbms?, > datanucleus-db4o?), and consider setting the persistence property > "datanucleus.storeManagerType" to the type of store you are using e.g > rdbms, db4o > at org.datanucleus.store.FederationManager.initialiseStoreManager > (FederationManager.java:195) > at org.datanucleus.store.FederationManager.<init> > (FederationManager.java:68) > at org.datanucleus.ObjectManagerFactoryImpl.initialiseStoreManager > (ObjectManagerFactor > ..... > ==================================================== > > I've been fighting against datanucleus since 3 days but invain. > I deleted jdoconfig.xml > > I disabled AppEngine in the project > I uninstalled AppEngine in eclipse > I cound not even find in what jar on my pc datanucleus classes are. > > What is wrong and how could I remove this "adware"-datanucleus ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
