ObjectDB Database Search

151-200 of 200 results

JBoss 7 startup fails

production environments was not found on the java.library. path : /usr/local/jdk1.6.0_26/jre/lib/i386/server ... environments was not found on the java.library. path : /usr/local/jdk1.6.0_26/jre/lib/i386/server

server.exe on 32bit and 64bit Windows

to winrun4j documentation you may specify the path to the JVM in explorer.ini and server.ini files ... .location=C:\Program Files\Java\jdk1.6.0_29\jre\bin\server\jvm.dll Notice that the specified path

Changing from client server to embedded mode

in use, so if you have a new objectdb.jar copy in your project, the path will be relative ... an absolute path to that file as a connection url. support Support

Database is locked when in use

(diectory path );   binitbhaskar Binit Bhaskar It should be a string, but since it is undocumented

mapping file is not being loaded

is interpreted by ObjectDB also as a direct database path , so if the persistence unit is not found

Database is erased after deploying a new web application version

. Yotam Yotam Boaz Where is your database located (i.e. what is the path to the database file

Is redirecting the log file possible

somewhere more convenient? Knut Hansson Knut Hansson Yes, you can configure the log path . support Support That did it - many thanks! Knut Hansson Knut Hansson

Source not found error after downloading ObjectDB 2.3.7_04

of my existing project. I added the Objectdb.jar file in build path . There were no compile time errors

javax.persistence.PersistenceException: No Persistence provider for EntityManager named in Karaf 4.0.7 and OSGi DS test

solution. support Support Hello, thank you for confirming that changing the class path is the right way

Guestbook Tutorial (Eclipse/Glassfish)

. You can move the database to a safe location by specifying an absolute path on your computer

Mismatch client-server protocol prefix

context with path [] threw exception [Request processing failed; nested exception is org

Does ObjectDB create one instance of each entity class on (web app) load ?

and inspect each instance, each one has a GC root with a  path (from the instance) like: this r : UTY _b

Import data from MySQL

its priority. See also the  migration path from JPA / Hibernate forum thread. support Support

zip file or JAR manifest missing

pc. I use svn to keep my codes. My ObjectDB path is the same. But, My home pc will get this message

Performance in SELECT statement

definition is invalid. You cannot define an index directly on a field of embeddable class. Define a path

ODBC - How to create a DSN connection in Window

Hi, is there a way to set DSN of ObjectDB in windows for excel data analysis? 搜索 复制 gzdillon Lai Yang You can use the connection URL , including protocol, host, port, path , username and password (when applicable) as DSN of ObjectDB databases. However, ObjectDB does not support ODBC or JDBC

Error occured during initialization of boot layer

properties - Java Build Path - Libraries. support Support Thanks for the tip. I changed my project to be non

embed the .odb file in tomcat webapp container

hi all new at objectdb, just wondering if i put the odb file inside tomcat webapp, how do i change the "$objectdb/db/fm.odb"? thanks macroselfian Jeff liu See this page for details about the ObjectDB home path ( $objectdb ). support Support

Catching exceptions from online backup

existing Path , which should be created via the Backup, but it fails to create it due to missing file

disabling JDO in objectdb embedded mode

if you have conflicting jars, maybe of another JDO implementation in your web application or class path . support

Post-compile enhancement fails when static Log4j 2.5 based logger used in Entity

script for the post-compile enhancement the class path is: javac.classpath:lib/objectdb.jar:/usr

_PersistenceException: Failed to open file

Hello! I am experiencing a problem: JBWEB000309: type JBWEB000066: Exception report JBWEB000068: message com.objectdb.o._PersistenceException: Failed to open file '/Users/username/JBossSoftware/jboss-eap-6.2/bin/$objectdb:/localhost:8080/db/guests.odb' the path in persistence.xml

Compare old and new schema

are not in the class path allows objectdb to retrieve the data model as it is in the database file

ObjectDB License Error I got

= new Properties(); // Embedded file DB (use an absolute path ) // for making new odb file: // java -jar

How do I achieve a Deep Fetch using JOIN FETCH?

=:id I get an error along the lines of: Invalid fetch path : bList.aList for type C (#element

Connect to objectdb database

may indicate that the persistence.xml file is not found by JPA/ObjectDB in the expected path in the classpath

AttachNotSupportedException

and had no problem at all. BTW: we included the path to \objectdb\bin in the CLASSPATH environment variable

EntityManager JPA or JDO impl and different behavior

path to remove the M2_REPO dependency for objectdb jar and instead add a dependency to the objectdb

IN expression in a Criteria Query

;  Path value = root.get("str");         Predicate predicate

Possible issue for JPQL IN expression

Possible issue for JPQL IN expression with a set of more than one string literals values in the path expression. Error: Exception in thread "main" [ObjectDB 2.3.7_10] SELECT e FROM MyEntity e WHERE e.country IN ('US' == ,

Unable to persist TreeMap

} Maybe you have an existing database in that path , which contains a Person#1 instance with an empty

DB Explorer cannot be opened after schema package renaming of entity types

path . Otherwise, you will have to provide a sample database that fails to open in the Explorer, for this issue to be investigated further. support Support

recovery enabled="false", still creates tablename.odb$ files

) is derived from the location of the objectdb.jar file. It is defined as the path to the directory in

Null returned by Persistence.createEntityManagerFactory

to run this on an IBM Websphere server.  I modify the path on the createEntityManagerFactory

Problem Using Reflection

is partly enhanced (you have to enhance all the classes in an entity inheritance path or

TYPE Expression

package path but the exact name of the entity. Alex quasado Alexander Adam Build 2.3.4_02 includes

Project runs in Eclipse but not when exported to runnable jar

the build path , and are present in the compiled file, as is the test GliderCalcs.odb file created by

Issue with DISTINCT Select

a result of path navigation (e.g. x.a.b ). Only explicit variables are shown in toString ... in the error message with the original path that it represents, to make the error message

ObjectDB 2.5.1

Added support of editing enum values in the Explorer. Added logging of type registration . Added error message when using mapped by (inverse) collections and maps of invalid types. Changed JOIN FETCH to act as LEFT JOIN in path expressions. Updated the PDF manual. Fixed a possible deadlock

Resource leaking via a rogue Shutdown Hook

, and after the application has been stopped. The thing to look for is the fact, that the only path

File lock exception on odb$

:/localhost:8080/db/guests.odb'   the path in persistence.xml is :  

Deleting archive log folder causes exception

(The system cannot find the path specified) at java.io.RandomAccessFile.open(Native Method) at java.io

ODB-FileWriter holds unecessary entity reference after transaction and entity manager are closed

and EntityManagerFactory when not is use anymore and provide path information for the MSF/MST/PGC instances

ObjectDB 2.9.1

Added support of embedded path expressions to  mappedBy  fields ( issue #2917 ) Fixed the SectionClassifier retrieval bug ( issue #2912 ). Fixed log file location for some server log messages ( issue #2914 ).

Feature suggestion: auto-detection of entities via persistence.xml extension

I am encountering problems (complexities) with EntityManager registration of entities across multiple modules in a multi-module Maven project. I have a  entities under many different paths in many different modules, and frequently evolving/changing. JPA2 persistence.xml does not

ObjectDB 2.3.1

fields in composite PK embedded IDs. Fixed default ObjectDB home path ( $objectdb ) in NetBeans RCP

objectdb.home for client/server

an error. In the manual  you can learn about the default ObjectDB home directory and the path

Update query null error

Hans-Georg Zwicker A map is not an entity class so it doesn't extend the expression path with a JOIN

Errors in log to repprt

] Configuration path : F:\Hummingbird\Objectdb\db\objectdb.conf [2019-09-26 11:33:40 #4 server] Server

Enhancing a class causes it to not save changes.

Crutcher It depends on your specific configuration. Hopefully one of the supported enhancement paths