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 » Java 5 » java   (RSS)
  • db4o file created in .NET; want to open in JAVA

    Are the db4o database files compatible across platforms? I saved a database file in .NET Compact Framework 2.0. I move the file over to another computer that has db4o JAVA version, and it won't open it. I know my Java version is working because it can create and open a new database file made in Java fine. Why won't it open the one saved by the CF ...
    Posted to db4o User Forum (Forum) by mkat on September 26, 2008
  • Error after upgrading db from 6.3 to 7.2

    Hi I am upgrading my db4o db from version 6.3 to 7.2 but seams to get some sort for error. With my db manager I can see my objects and defragment in version 6.3 but after upgrading the Defragmentation fails (I can still browse my objects now in v. 7.2). The defragmentation gives me folloving ...
    Posted to db4o User Forum (Forum) by f_kasper on May 23, 2008
  • warp-persist: db4objects + google guice

    Hi I am a contributor to the google-guice community and open source java in general. We maintain integration modules between guice and several ORM frameworks. It seemed logical to have a db4objects alternative, and one of our contributors was kind enough to provide one. db4o is one of my long-time favorites, and we've had good success combining ...
    Posted to db4o User Forum (Forum) by dhanji on March 1, 2008
  • class-enhancement at build time is skipped

    Hi, I keep getting from ant output [db4o:enhance] Processing oopex.db4o7.nat.usecases.model.Person[db4o:enhance] enhance oopex.db4o7.nat.usecases.model.Person: skipped when trying to enhance my model classes at build time. What am I doing wrong? My environment is java 5, db4o-7.2, ant-1.7.0
    Posted to db4o User Forum (Forum) by fs5 on February 29, 2008
  • Re: Newbie questions about db4o & large datasets...

    Edwin, Thanks for your reply and suggestions. I will look more closely in the reference documents... I also tried to incorporate your Configuration suggestions. My server code now reads:             Configuration config = Db4o.newConfiguration();           ...
    Posted to db4o User Forum (Forum) by jcubeta on December 19, 2007
  • Re: Native Queries in Client Server

    Okay, I finally figured out what the problem was with my NQ in Client/Server.  It basically came down to the anonymous inner class and how DB4O sends the query over the network to the server.  It wasn't able to serialize it correctly, so the query didn't work.  I moved my Predicates out of the dao class and into their own.  ...
    Posted to db4o User Forum (Forum) by bmg125 on August 3, 2007
  • Unable to compile StartServer and StopServer

    *** Java Version 6.1 ***  I am trying to compile the StartServer and StopServer examples but I keep getting the following compilation errors: StartServer.java:19: cannot find symbolsymbol  : method setMessageRecipient(com.db4odoc.clientserver.StartServer)location: interface ...
    Posted to db4o User Forum (Forum) by sjzaluk on April 25, 2007
  • ObjectNotStorableException when using native queries in embedded client-server-mode with Apache Avalon/Excalibur

    Hi,  I'm using db4o in a java environment and Apache Avalon/Excalibur as my component framework. Working with the local mode everything works fine for me. But switching to embedded client-server mode a ObjectNotStorableException is throws while performing native queries. I recognized that after the exception is thrown the db4o object manager ...
    Posted to db4o User Forum (Forum) by nobi2002 on February 21, 2007
  • native queries in client/server networking mode with java 5.0

    Hello all, i'm newbie to db4o (and java for this matter). i was trying to work some queries using the ObjectContainer.query method passing a predicate like this: java.util.List <Pilot> pilots = objectContainer.query(new Predicate<Pilot>(){ public boolean match(Pilot pilot) {        return ...
    Posted to db4o User Forum (Forum) by natias on January 30, 2007