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 » osgi » eclipse   (RSS)
  • 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
  • Re: OSGi, GenericObject, ClassCast errors and the TRANSLOADER

    I'm not sure which OSGi framework you are using. If you are running on Eclipse Equinox then you can make use of an Eclipse specific extension called ''buddy classloading''. However, this limits your ability to run your bundles on other OSGi frameworks. Basically, you would create a DB4O bundle and add the following to it's bundle ...
    Posted to OSGi (Forum) by gunnar on March 5, 2008
  • how make db4o interface Bundle

    osgi bundle (interface --> implement --> Activator --> jar )  how make db4o interface Bundle?  i want demo source.. T,T; example) public interface Pilot{    public String getName();   public void setName(); } pulbic class interfaceImpl implements Pilot {   public String ...
    Posted to OSGi (Forum) by kangdo99 on October 2, 2007
  • Re: eclipse rcp + db4o

    s9660318:ich habe heute versucht db4o in einem Eclipse Rich Client Programm zu nutzen. Als test hab ich einfach das Eclipse RCP Mail Beispiel genommen und in der run Methode von NewPopupMessage den db4o-Code reingepackt. Leider legt er nichtmal die Datenbank-Datei an, sondern bricht wortlos ab. Hab auch versucht vorher die db4o Konfiguration zu ...
    Posted to German (Forum) by Patrick Roemer on July 2, 2007