Open GoogleCodeExporter opened 9 years ago
I have the same problem:
Win 7 32-bit
Db4o created and stored by java 1.5 appl. with db4o ebedded 7.12 driver jar.
I see some problem in using java enums in class definition:
public class User {
private int userId;
private String userName;
private String userPass;
private UserDb userDb;
private boolean userEnabled;
...etc
}
public enum UserDb {
INTERNAL
}
If I create a User object with a UserDb field defined, I see only a response
"null" in a message window after an attempt for opening a db file.
If I create a User object without a UserDb field, the db file can be succesuly
opened.
If I create a User object with a UserDb field defined, but with 7.4 db4o
driver, the db file can be opened, but I cannot see any enum (ie DbType)
objects - only a class definiotion. User objects are OK.
Jan
Original comment by jan.pat...@gmail.com
on 10 Jun 2010 at 4:38
I have the same problem...
Original comment by eibrahim
on 28 Jul 2010 at 4:27
Original issue reported on code.google.com by
javahax...@gmail.com
on 27 Jan 2010 at 3:51