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   (RSS)
Showing page 1 of 3 (24 total posts)
  • Problemas con "store"

    Hola, Tengo un desarrollo con db4o en OSGi y no puedo realizar ningún store (set está deprecated) y me aparece este error:   java.lang.NoSuchMethodError: org.osgi.framework.Bundle.loadClass(Ljava/lang/String;)Ljava/lang/Class; El código es:           ...
    Posted to Spanish (Forum) by Eversmann on September 30, 2008
  • Solstice: combines Flex, OSGi and db4o

    Solstice is the first framework to integrate Flex, OSGi and db4o in a single out-of-the-box package. Even though it's still in alpha, it provides a rich set of open source products and technologies, including Adobe Flex, Adobe BlazeDS, OSGi, Eclipse Equinox, Eclipse Equinox Servlet Bridge, JBoss, Felix and db4o.   So far it provides the ...
    Posted to Community News (Weblog) by German Viscuso on August 14, 2008
  • db4o and Concierge OSGi

    Hi, I'm trying to get db4o to run on Concierge OSGi. The application is for Bug Lab's (buglabs.net) platform, so it needs to use that framework. Unfortunately I hit two snags. One is on reflection the Db4oServiceIml, in the last method the config.reflectWith(new OSGiReflector(_bundle)); can not find the OSGiReflector The other is in the class ...
    Posted to db4o User Forum (Forum) by kschultz on June 10, 2008
  • db4o reference documentation about OSGi

    The db4o reference documentation about OSGi: http://developer.db4o.com/Resources/view.aspx/Reference/Platform_Specific_Issues/Database_For_OSGi seems to answer some of the questions in this forum. If you would like to see something else or correct something on the documentation please answer to this thread with suggestions. Best regards.
    Posted to OSGi (Forum) by German Viscuso on May 14, 2008
  • DB4O 7.2 OSGi module

    I'm starting the db4o service in Equinox, as a bundle; however, it's unable to find the DB4O Container, as mentioned in another post. Is it expected that I deploy the db4o jar along with the bundle which has the Db4o dependency, such that the db4o service *only* provides the way to get the container, but not the container itself? That seems a ...
    Posted to OSGi (Forum) by jottinger@techtarget.com on April 29, 2008
  • db4o + java + osgi + flex - Edinburgh, Scotland, UK

    We're always on the look out for developers with the above skills (especially Flex).  Feel free to contact me with your CV if you fancy working on innovative new software projects and products in Scotland's central belt and/or across the UK. Cheers,Chris
    Posted to Jobs (Forum) by brindy on April 24, 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
  • 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
  • ClassCastException

    Hi, I have a bundle which which exposes an instance of ObjectContainer, let's call this the ''arum.db'' bundle.  This bundle uses a ServiceTracker to track db4o_osgi.  During the ''addingService'' method of my tracker, I get the Db4oService service and call service.openFile().  I then register a service which my other bundles can ...
    Posted to OSGi (Forum) by brindy on January 28, 2008
1 2 3 Next >