 9 | .objectdb.Server start The result is attached. After typing the command, the system seems halting. Actually your attached screenshot shows that the server has been started successfully. If you want to start it in the background, try:
java -cp objectdb.jar com.objectdb.Server start & Really? My client |
 9 | Dear all, I have a problem with ORDER BY clause. I have a simple query:
select u from User u order by u.name When the name starts with "normal/english" character, records are ordered correctly. But when it starts with language specific character like 'Č', these records are placed after records |
 9 | Hi wondering if it's possible to start Explorer from code. Reason: In cases where Gradle is used to manage the ObjectDb jar version, it would be useful to start the explorer from a Groovy script (or java program), to guarantee that it's using the same Gradle-managed objectdb jar version |
 9 | I am planning to use objectdb+jetty on Google compute engine server for my next project. But it seemed starting the server will block my thread. Any instruction to avoid thread blocking? Consider using embedded mode, which is faster, and does not require running a server. If you want to run |
 8 | Application not starting after enhancement |
 8 | are not getting displayed. Say if I input springframework, it only reflect the jars that installed |
 8 | HI, I am using ObjectDb 1.x and getting the following exception while calling the following code PersistenceManager pm = getPersistenceManager(); if (!pm.isClosed()){ pm.evictAll(); pm.close(); } Most of the times, the above code |
 8 | I have a Master and Slave Server and the slave server is getting the persists, but when I do a delete query, the records don't get deleted
"delete from TestTable t " When I insert a record, then delete it, then re-insert it again, the slave server will give this error because the record did not |
 8 | " for this query am getting empty result but in db data exist. "Select agsk.Skill.Queue From AgentSkill agsk |
 8 | Getting a list of all the entity class names |