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 » db4o java   (RSS)
Showing page 1 of 2 (20 total posts)
  • File format incompatible. Help please

    Hello. I have some problem with db file.I'm using db4o in my application written in Java.User which uses it broke db file. I know that he updated application (replaced .jar file).New version of app has the same version db4o and the same settings.What was the immediate cause of this problem I don't know. But I have assumption, that he replaced .jar ...
    Posted to db4o User Forum (Forum) by twin84 on November 22, 2008
  • A question about time and queries

    Hello. I'm using a database with 1500 complex objects. When I make a query with a ''where'' clause the time it spends is around 0.7-1 second. The strange case happens if I remove the ''where'' clause, I supposed it should be faster than with it but the time increase to 20 seconds. Could you explain this to me, please?   Thanks! 
    Posted to db4o User Forum (Forum) by jdcc22 on November 16, 2008
  • 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
  • about ObjectSet generic

    ObjectSet<Pilot> set = db.query(Pilot.class);It's wrong while buiding above, why?? In tutorial docs ,        For JDK 5  there also is a generics shortcut, using the query method:      List <Pilot> pilots = db.query(Pilot.class); List<Pilot>? why not ...
    Posted to db4o User Forum (Forum) by evonli on June 11, 2008
  • Native Query optimization problems

    Hi there,   I am building an application running on db4o 6.4.38.10595 and Java 1.6.02 and I encounter problems regarding Native Query optimization. I added a DiagnosticToConsole-listener which gives me the following error message: :: db4o 6.4.38.10595 Diagnostics ::  Native query not present. :: Native Query Optimizer could not be ...
    Posted to db4o User Forum (Forum) by berlinermainzer on May 19, 2008
  • how to take back of the yap while application running

    hi,   I want to take back up of my yap on every day basis without stopping my tomcat server.  I have seen the ext().backup(''''); method and when i run my sample program then a error comes as   [db4o 6.1.602   2008-05-19 13:23:05]  Backups can not be run from clients and memory files.     can any ...
    Posted to db4o User Forum (Forum) by ruhul on May 19, 2008
  • How to speed up query?

    Hi everyone, I am a newbie. I am trying to use db4o to replace Hsqldb which we are using. And my use case is very simple. The DB only needs to store one type of object -- Employee. class Employee {    // id     // name     // ... other fields } However, the query speed is very slow ...
    Posted to db4o User Forum (Forum) by tetsu on March 27, 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
  • Reading non-file data into blobs

    Hi, Is there any way to create a blob file containing data that I have in memory rather than from an external file? My application splits images up into (potentially) hundreds of items, which need to be stored. I would prefer the database to handle this, so I'd like to use blobs rather than image files directly. It would be a nuisance if this ...
    Posted to db4o User Forum (Forum) by bee on February 28, 2008
  • Using Multiple Db4O Databases for Web Application

    Hi All, I am currently working on a new web application (Netbeans 6.0 - Visual Web Components) and considering the use of Db4O for object persistence. I do not expect the application to have Google-like traffic anytime soon but I would like to design enough robustness to accommodate about 1 M dynamically-generated page views/month. I have ...
    Posted to db4o User Forum (Forum) by Chris55 on January 13, 2008
1 2 Next >