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 » client/server » db4o 6.4   (RSS)
  • Problems with embedded databases using Web Services with Axis.

    Hello! I'm doing some web services that use an embedded form of BD in db4o. When I make the request to a service any of the place, I create a static object ObjectServer for all services can use to access it, that is, the object instance in the form of BD Singleton. All services are functioning correctly if I go either locally or ...
    Posted to db4o User Forum (Forum) by dexes on October 20, 2008
  • Re: Native query in client/server modus

    Thanks a lot Goran! I added the Diagnostic... Configuration configuration = Db4o.newConfiguration();configuration.diagnostic().addListener(new DiagnosticToConsole());...and noticed a reference to db4o-6.4.38.10595-npopt.jar was missing. Now it works well. Manuel
    Posted to db4o User Forum (Forum) by powerwave on May 8, 2008