ObjectDB Database Search
1-50 of 94 resultsVerify Error with Java 1.7Verify Error with Java 1.7 | |
JPA Entity Fields with the @Embedded annotation, requiring ObjectDB to verify that the type is indeed embeddable: @Entity | |
Storing JPA Entity Objects. It is the application's responsibility to verify that when an object is stored in the database, the entire closure | |
Schema Update your database files before renaming or moving persistable classes and you must verify that after such changes | |
Privacy Policy section and verifying system and server integrity). Cookies can be "Persistent" or "Session" Cookies | |
Database Doctor The ObjectDB Doctor tool provides two related services: Diagnosis and validation of an ObjectDB database file Checks a given ObjectDB database file, verifies that it is healthy and valid, and if the file is not valid (it is corrupted), produces a detailed diagnosis report of all the errors. Repair | |
SSL Configuration Using these Keystore and Trustore files a client can verify during SSL handshaking | |
Step 1: Create a Maven Web Project; Next . Verify that the Create a simple project checkbox is disabled and click Next . Enter  ... folder: Note: You should verify now that Maven Integration for WTP is installed, by right clicking | |
Step 2: Entity Class and Persistence Unit, select New File , enter persistence.xml as file name and click Finish . Verify that a new | |
Step 1: Create a Java Project We start by creating a new NetBeans Project: Open the [New Project] dialog box, e.g. by using File New Project... Select Java Java Application and click Next . Choose a Project Name (e.g. Tutorial ). The name of the Main class should be tutorial.Main . Verify that exactly this case sensitive fully | |
Step 2: Entity Class and Persistence Unit; Finish . Verify that a new persistence.xml file was created as shown below: Finally, use copy | |
Activation Issue Paul Edwards Please verify that your objectdb.conf file is used by the server. The activation setting ... that contains the revised configuration. To verify that the configuration is really used by the server - add ... :199) This is not good! dmoshal David Moshal Verify that after the upgrade you are still using | |
How to resolve 404 errors with Eclipse/Maven Spring MVC installer, instead I just unzipped it in a logically named directory. (3) Verify maven 3 is installed and verify it works fine from eclipse using the maven build command to do a jetty:run command. Point ... eclipse/tomcat 6. Please verify that you can run the Guestbook app from eclipse and single step | |
Problem on JPA Merge Entity. which methods it is true and in which false? In addition, verify that the same EntityManager is used ... at least on my computer. Please verify that you switched the server and the client (in pom.xml) to 2.0.5 | |
Replaying recorded requests... addition, please verify that you close the database with PersistenceManagerFactory's close ... , please verify that you close the database with PersistenceManagerFactory's close | |
Out of memory management changes - on order to verify that the new problems are caused by the new changes. support ... dump to verify that this is the same problem? Hopefully, using your UTC (#19) the fix | |
Object Relations Error after Schema Change. Please verify that the same versions of all the entity classes are used by all the parts ... .5.3_03) to verify that this is not an issue that has already been fixed | |
Login Error (bad username 'admin' or password) you have to verify that the configuration is updated on both the server and the client side. In ... ;deliberately to the objectdb.conf file and restart the server, to verify that the file is in use by | |
Not releasing locked MST object them. When a circular lock is found, we should be able to fix the deadlock. If you can verify | |
Filename.odb$ Persisting Issue this is the only EntityManagerFactory instance in your application verify that emf.close is indeed reached and executed (e.g | |
Database is erased after deploying a new web application version exception stack trace. What is in line 28 at that class? Please also verify that you close | |
Activation error on Schema change; @OrderBy , and actually any change to your schema may cause a similar exception. Please verify | |
explorer locks local database in readonly mode hi, my current use case is: execute unit test, verify results in explorer. my problem, i have to close the explorer before every run, and open it again after the tests are done. this slows down the whole process. i opened the database in readonly mode, but the file will be locked by the explorer | |
Error occured during initialization of boot layer boolean verified = false; public RequirementDBEntity() { } RequirementDBEntity(String reqID, String | |
Replication failed). Other ideas: verify that both servers on 6136 and 6000 are running, start with an empty database or | |
Change Sequcene Id that you must verify that id collision is avoided and every entity object gets its own unique id). support Support | |
Date field Index is corrupted due to time change the application does not help. Also, dbDoctor does not fix the problem. You can verify this by | |
Single Server License and Embedded Mode Thanks for your help. I did run activation on the machine and did just want to verify that I | |
Unable to delete the .odb file programatically running threads indicate that there are 3 open databases. Verify | |
Cannot initialize db after inserting a java.util.List initialization. I've also verified the data using ObjectDB Explorer. Here's the whole stacktrace: com | |
OptimisticLockException;(and eliminate these exceptions) but first verify that the exceptions do not indicate a problem in | |
recovery enabled="false", still creates tablename.odb$ files Dev Could you please verify that this setting is in the correct objectdb.conf file? As | |
Query only works correctly when debug printing results; private String description; private String reqID; private boolean verified = false; //Constructor | |
can't get HashMap out of the database, however, uses an older version (2.2.5). Please verify that you do not have references to older | |
Null returned by Persistence.createEntityManagerFactory. Seems unrelated to ObjectDB. But maybe you should verify first that the exception is thrown where you think | |
Homepage and forum nearly inaccessible that way! mHornbach Michael Hornbach Just verified that the problem is fixed here in | |
Project runs in Eclipse but not when exported to runnable jar in your project that fails. If an exception is thrown - verify that you get the stack trace (e.g | |
ODB-FileWriter holds unecessary entity reference after transaction and entity manager are closed in advance for your help. Best wishes, The BTC-ES Team btc_es BTC EmbeddedSystems Please verify ... class loader or multiple class loaders? Please verify that you close every EntityManager | |
combined index not used the database (from post #13 above) after this action we can verify that it contains statistics as | |
JDO PersistenceManager.getSequence() returns null sometimes package; you can verify that it is being read at run-time by introducing an error such as an invalid | |
objectdb seems to do explicit gc which leads to excessive CPU usage verified now by a search in the entire ObjectDB source code (calls to gc were found only in our tests | |
Server crash - Mismatch client-server protocol prefix, which could possibly happen due to an unknown server failure. The database file will not help here, but just verify | |
javax.servlet.ServletException: Annotated methods must follow the JavaBeans naming convention. __odbHidden_getPropertyName anymore in build 2.2.6_01. Please verify that: You are using only the new ObjectDB jar and the old jar | |
Unexpected exception (Error 990) - NullPointerException, when an object for merge has an unexpected type. Could you please verify that you were passing an entity object | |
Querying error - java.lang.ClassCastException: com.objectdb.o.STV (and then verify the fix by using the Doctor in diagnosis mode). Check if your application can bring | |
Referential Integrity Currently ObjectDB doesn't prevent deletion of entity objects that are in use and referenced by other entity objects, and it is the application responsibility to avoid such deletion. During development and testing it is recommended to use the ObjectDB Doctor to verify | |
InternalException reason is unknown. You should check your database with the Doctor to verify that the database file | |
Unexpected exception (Error 990) on find and we use tests (on every build of ObjectDB) to verify that large objects work well. Unfortunately | |
Query in nested transaction returns detached entity if lazy-loaded that this issue only occurs, when a first query is present (lines 36-39). Can you please verify | |
Unexpected error when loading all entity instance again (if not moved without the recovery file). Please verify that recovery is enabled and report |