Internal Website Search

1-50 of 101 results

Verify Error with Java 1.7

Verify 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

these Keystore and Trustore files a client can verify during SSL handshaking that it is connected to the real

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

[ODB1] Chapter 7 - JDOQL Queries

, if a candidate class has a persistent field, verified , of boolean type, the expression "this. verified " is a valid query filter. It selects all the objects with the true value in that field ... "this.age = 18" . The this. prefix can be omitted in Java, therefore, " verified " and "age

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

Issue with orphanRemoval and multiple EntityManagers

that you reported the bug and it is now fixed, you should also verify that your application uses

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

[ODB1] Chapter 6 - Persistent Objects

has to be verified against the database, in case it is already found in the cache and it is unclear if its content

[ODB1] Chapter 8 - ObjectDB Server

these Keystore and Trustore files, a client can verify during SSL handshaking that it is connected

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

javax.jdo.PersistenceManager

if a transaction is not active. If a datastore transaction is active, this method verifies ... , this method obtains a datastore connection and verifies the consistency of the instances in the cache ... parameter, but the instance is not transactional, then it must be verified in the data store

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

PersistenceManager.checkConsistency() - JDO Method

. If a datastore transaction is active, this method verifies the consistency of instances in the cache ... and verifies the consistency of the instances in the cache against the datastore. If any inconsistencies

javax.jdo.Query

NoSuchElementException to next() . Since: JDO 1.0 void compile () Verify the elements of the query ... , and ordering statements are verified for consistency. Each element in the candidate Collection is examined

PersistenceManager.getObjectById(oid,validate) - JDO Method

transactional, then it must be verified in the data store. If the instance does not exist in the datastore ... JDO identity, verifies that it exists in the data store, and returns it. If there is no transaction

Query.executeWithArray(parameters) - JDO Method

. The filter, import, declared parameters, declared variables, and ordering statements are verified

Query.compile() - JDO Method

JDO Method in javax.jdo.Query void compile () Verify the elements of the query and provide a hint to the query to prepare and optimize an execution plan. Since: JDO 1.0