|
|
Browse by Tags
All Tags » purge (RSS)
-
Hi-
First of all thank you so much for your rapid answer! This helped me a lot but there is still some complication.
When the field I changed was a String as in the example above, after purging and retrieving, the retrieved object had the stored String and the purged object had the new String. Perfect!
But when I try it with an ArrayMap4 (which ...
-
Hi-
Maybe the following problem is trivial but I could not solve it. My config is:
JDK 1.5.0_15
Db4o 7.2.31.10304
-I was storing three objects with store(obj). (a, b and c are DOImpl which has getVersion() and setVersion() and version is a String.) ...
-
I have a confession. Not only am I new to db4o, but to programming in general, Java or otherwise. So please pardon me in advance for this question about transactions. I need to display queried objects in a jsp. Is there a way to do this without keeping the container open for the entire life of the thread? How is this normally done? Does one open ...
-
Hallo Maik,
danke für die Antwort.
Ich habe eben ''db4o-6.4.14.8131-java5.jar'' eingebunden und den Test durchgeführt. Ich erhalte den Fehler trotzdem.Wir nehmen 6.1 aus keinem bestimmten Grund. Wir hatten dieses bereits im letzen Jahr (Juni) eingebaut und noch nicht umgestellt.
MfGMichael
-
Hi,
danke erstmal für die schnelle Antwort.
Das ist natürlich richtig. Hatte ich wohl übersehen, den User wieder zu speichern.
Aber der Fehler tritt trotzdem auf.
Habe den Anhang aktualisiert.
MfG
Michael
-
Wir nutzen db4o 6.1 im Client / Server Mode. Die Verbindungen werden von
einem Connection Pool (Apache Commons) an die einzelnen Clients
verteilt. Wird eine Änderung an einem Objekt durchgeführt, wird dazu
eine Verbindung aus dem Pool geholt und die Änderung mit einem commit
abgeschlossen. Danach wird die Verbindung wieder an den ...
-
Hallo,
I modified the example from Carl Rosenberger (http://developer.db4o.com/forums/thread/40259.aspx)into the appended one [1]
The database file will increase (approx. 100kb) on every restart of the program.You can say: oh please use File.delete, but this does not work easily for client/server mode. Do you know a good solution for c/s? ...
|
|
|