db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » eclipse   (RSS)
Showing page 1 of 3 (28 total posts)
  • Re: Problem with saving an object to database

    Hi ,    I seem to have about the same problem, i have tried a variety of options but problem remains. I use Eclipse 3.4, JDK 6 update 10 . I have a db4o server running in my linux-based (OpenSuse) pc listening to a specific port. At first i access it through a client i have built using eclipse from my laptop. Operations seem to be working ...
    Posted to db4o User Forum (Forum) by dpspan on November 18, 2008
  • ObjectManager Enterprise 7.5 for Java/Eclipse plugin

    ObjectManager Enterprise 7.5 plug-in for Java/Eclipse Compatible with db4o-7.5
    Posted to ObjectManager Enterprise (FileGallery) by Carl Rosenberger on August 27, 2008
  • ObjectManager Enterprise 7.2 for Java/Eclipse plugin

    ObjectManager Enterprise for Java/Eclipse plugin Compatible with db4o version 7.2
    Posted to ObjectManager Enterprise (FileGallery) by Tetyana on July 30, 2008
  • ObjectManager Enterprise 7.4 for Java/Eclipse plugin

    ObjectManager Enterprise for Java/Eclipse plugin Compatible with db4o version 7.4
    Posted to ObjectManager Enterprise (FileGallery) by Tetyana on July 28, 2008
  • A related Eclipse problem

    I've followed the notes at: http://developer.db4o.com/Resources/view.aspx/Reference/Platform_Specific_Issues/Database_For_OSGi/Eclipse_Plug-In_With_Db4o_Service but got a NoClassDefFoundError: com/db4o/osgi/Db4oService on start up (see below).  I've checked the following and run out of ideas:  loaded db4o_osgi.jar ...
    Posted to OSGi (Forum) by dowerby on July 7, 2008
  • how to use in eclipse

    Hi, I would be greatful if someone could clarify how to use this bundle effectively within Eclipse for the construction of other bundles. I've put the db4o_osgi bundle in to my Eclipse plugins folder and restarted Eclipse.  The packages appear when I click ''Add'' on the Imported Packages section of the manfiest editor.  However, the ...
    Posted to OSGi (Forum) by brindy on April 2, 2008
  • Problems storing objects in db4o database with OSGi

    Hello, I'm writing an OSGi application with an db4o database and I have problems storing objects into the db4o database. My environment is as follows: - Windows XP, Eclipse 3.3, db4o version 6.4 As OSGi implementation I'm using Equinox. When I'm trying to run a bundle inside my eclipse environment and I try to store something to the database, ...
    Posted to OSGi (Forum) by Felix Reckers on April 1, 2008
  • dUC 2008 (Berlin) synopsis

    The db4o User Conference 2008 held in Berlin just ended and it was a complete success! Before providing a summary of what went on in the conference I would like to thank all the attendees for making this possible (we had dVPs and db4o users from China, Germany, Brazil, Denmark, The Netherlands, South Africa, Chile, USA, Japan, Korea, ...
    Posted to Community News (Weblog) by German Viscuso on March 26, 2008
  • Dispatcher Fehler bei db4o 6.4.14.8131

    Hallo, Ich nutze db4o im Client/Server Modus. Beim Lesen erhalte ich zwischendurch folgende Fehlermeldung. [CODE] Exception in thread ''db4o server message dispatcher db4o'' java.lang.NullPointerException        at com.db4o.internal.UUIDFieldMetadata.addFieldIndex(Unknown ...
    Posted to German (Forum) by McMicS on March 21, 2008
  • Re: Using DB4O in RCP program

    Eclipse uses many class loaders.  In your configuration file try this: final Configuration config = Db4o.configure(); MyPersistantClass myObject = new MyPersistantClass() ;ClassLoader cl = myObject.getClass().getClassLoader();config.reflectWith(new JdkReflector(cl));
    Posted to db4o User Forum (Forum) by jleotta on March 10, 2008
1 2 3 Next >