ObjectDB Database Search

151-200 of 200 results

ObjectDB Enincompatible with Quarkus?

.junit.jupiter. api .extension.InvocationInterceptor.interceptTestClassConstructor(InvocationInterceptor ... (DefaultLauncher.java:75)     at org.gradle. api .internal.tasks.testing.junitplatform ... (JUnitPlatformTestClassProcessor.java:99)     at org.gradle. api .internal.tasks.testing.junitplatform

Error happened while running report.

finished,the problem occurred at preview result time. Like: org.eclipse.birt.report.engine. api .EngineException: Error happened while running the report. at org.eclipse.birt.report.engine. api .impl.DatasetPreviewTask.doRun(DatasetPreviewTask.java:330) at org.eclipse.birt.report.engine. api .impl

Great product - needs better marketing - more popularity

;are clear selling points. (JPA and JDO APIs versus an elegant proprietary API  is a negative ... , but expectations should remain realistic. Supporting the JPA and JDO APIs is an important selling ... investment that you make in a software that uses ObjectDB is secured by the standard API

How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client?

. @Controller @RequestMapping("/ api ") public class APIController{     @Autowired   ... @RequestMapping("/ api ") public class APIController{ Try http://localhost:8080/Guestbook / api ... "Accept: application/json" http://localhost:8080/Guestbook/ api /user/siegfried -X GET HTTP/1.1 406 Not

JBoss 7 startup fails

.jboss.as.jpa] (MSC service thread 1-1) added javax.persistence. api dependency to Guestbook_ObjectDB_web ... .Persistence.createEntityManagerFactory(Persistence.java:69) [hibernate-jpa-2.0- api -1.0.1.Final.jar:1.0.1 ... -jpa-2.0- api -1.0.1.Final.jar:1.0.1.Final] at guest.GuestListener.contextInitialized(GuestListener

SelfTest and com.objectdb.Doctor

. This technique is currently in use internally by ObjectDB tests. Not ideal (and obviously dedicated API ... ; may we hope for an Api in some future release ? best regards Arne Arne Arne Stocker An API may be added. There is a plan to support running the Doctor online (against an open database) using an API

BTree 8 is not found at com.objectdb.o.JPE.d(JPE.java:91)

.testng.TestNG.run(TestNG.java:1017) at org.gradle. api .internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:140) at org.gradle. api .internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:89) at org.gradle. api .internal.tasks

Request clarification of changes to accessor enhancement policy (non-getter prefix instead of getter suffix) AND annotations

enhancement approach, which "moved" the annotations, essentially broke the JPA API , one reason I ... are part of the API , and may include custom annotations. The original strategy of "moving ... when switching versions), as it is not part of the ObjectDB / JPA API and may change with no notice.  

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

(HttpServlet.java:734) [jboss-servlet- api _3.0_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet- api _3.0_spec-1.0.0.Final.jar:1.0.0.Final ... .Final.jar:] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet- api _3.0

Problem to use find method on an abstract Class: AbstractMethodError is thrown

:] at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) [jboss-servlet- api _3.0_spec-1.0.0 ... - api _3.0_spec-1.0.0.Final.jar:1.0.0.Final] at org.apache.catalina.core.ApplicationFilterChain ... ) [jboss-servlet- api _3.0_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service

ObjectDB throws `NullPointerException` in internal code (`com.objectdb.o.ENH.b`)

queries for entities with complex relationships, because the metadata  model (MMM) object 

DB reading fails in debug mode in Eclipse

Hello, I got an unpleasant bug which turned into a serious issue. Using ObjectDB 2.6.9.b08 on Linux. Here is the structure (JDO metadata ) of 3 classes which I am storing as values in a HashMap of another entity in the DB.                  

Queries are slow on a large database

but they are already used through the JDO Metadata file. For instance I use this class: public class MessageImpl

Query becomes slower on moving from ObjectDB 1.x to ObjectDB 2.x

?   binitbhaskar Binit Bhaskar ObjectDB 1.x and ObjectDB 2.x read the XML metadata differently

Use of sequences to generate field values in JDO

I'm trying to use sequences to set field values in JDO.  I want to do this in XML metadata to avoid use of annotations. This is an example of what I'm trying: When the code is run I get the message:  No definition of generator 'audit_seq' (referenced by field com.spiffymap.sealog.model

createNamedQuery throws wrong exception

the name of a query defined in metadata      * @return the new query instance

JDO sequences from ORM file

is in loading the XML metadata ? Can you check that other settings in that XML file affect

large numbers of records

Hi, does anyone have experience with database with more than billion records (ie. more than 1000 million records) in one table. What is the limit of ObjectDB and is the database still fast. We are planing to do an application which handles document records and there metadata . peric.emil Emil

Corrupted Database or error in ObjectDBExplorer?

. If this is the case, try to open the database with up to date schema (your entity classes and XML metadata if any

Performance Issues After Migrating to ObjectDB - Urgent Assistance Required

through transferring data. Metadata , Patient Data, and Encounter Data have been migrated. Observations

Pre-detach loading: retrieval by navigation not working in if statement

. It is a very important Boolean value that is being wrapped, with a lot of expert system metadata

ODB 2 JDO enhancement

/ @Entity) replace the XML metadata (e.g. package.jdo). Enhancement is another issue. ObjectDB 2

Is it ok to put list or map of embeddable objects in entity ?

and metadata , where I put path to jar file containing these classes, but that doesn't help.  

Eclipse plugin problem (using ObjectDB as a separate bundle)

/../runtime-EclipseApplication -dev file:C:/eclipse-test/workspace/. metadata /.plugins/org.eclipse

Feedback on new site

Font size on new site is huge! This is especially a problem when browsing the api .   dmoshal David Moshal Difficult to find info on ODB1, including api javadocs. dmoshal David Moshal Thank ... to browse the API - notice that a version is specified for each interface, method

Getting a list of all the entity class names

I was wondering if there is any way to get a list of the entity names in the database? dmoshal David Moshal You can use the Metamodel API as explained by the JPA Metamodel API  page in ... (PersistenceManager.class)); This method remained from ObjectDB 1.x, but in JPA 2 applications the JPA Metamodel API

Updating existing persistence entries

) describes the JDO API . It is still supported but only when using JDO rather than JPA. You should use ... . Both Hibernate and ObjectDB have an old API ( Session in Hibernate, JDO PersistenceManager in ObjectDB) and a new API , JPA, which is common to Hibernate and ObjectDB. Transparent update works

Should I be able to persist a JFrame (or gui components in general)?

API Library. While your here, this is also where I needed to add the objectdb.jar file (from ... trying this without paying attention... The exception was due to having chosen "Java EE 6 API Library" when for my first working test I had chosen "Java EE 7 API Library" Also...I was really hasty in

Type ... is not defined as an entity (@Entity is missing) (error 302)

for each project that I use objectdb in. Now objectdb is tied to its own JDO API by packaging. Hence if I ... an OSGi bundle. 2. Seaparate ObjectDB from the JDO API , thus allowing us to use any JDO API .  

Jboss 6 persistence.xml startup error

datasource it requires a SQL driver (confusing a bit!). Anyhow solved this without referring to the API ? I don't want to use the API as I much rather declarative-ly set it up. Thanks Willks William

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

, but we prefer to avoid introducing our own API , so possibly this can be achieved if a future version of JPA will define a standard API for OSGi integration.   support Support Hello, OK, sounds like a plan. Regards, Alex alexweirig Alex Weirig

Problem with @UniqueConstraint

on: http://www.objectdb.com/ api /java/jpa/UniqueConstraint Until JPA defines Java object model level ... / @Unique annotations: http://www.objectdb.com/ api /java/jdo/annotations/indexes http://www.objectdb.com

Error reading UTF string

.service(HttpServlet.java:754) [jboss-servlet- api _3.0_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet- api _3.0_spec-1.0.0.Final.jar:1.0.0

Retrieve data of all entity classes in a single query

parse the data? ezazop Akis Zazopoulos Using Java Reflection API . The JPA Metamodel API may also help. support Support

Online Backup in client-server mode

until the next API change. Other solutions (like adding a special prefix for absolute paths) are not ... , etc.) seems unjustified in this case. That said, there are future plans to extend the backup API and then this issue should be addressed. support Support

newbie - lots of exeptions

.internal. api .DelegatingClassLoader@15e8179 was requested to find class com.prohire.agent.entities ... _DataSync-ejb_jar] doneCalled = false Parent - org.glassfish.internal. api .DelegatingClassLoader

NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1

#Enhancement_ API _   file PersonBean: import test.AbstractObject; import test.City; import test.Person ... as it is written here http://www.objectdb.com/java/jpa/tool/enhancer#Enhancement_ API

Potential ObjectDB bug

.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet- api _3.1_spec-1.0.0.Final.jar:1 ... -servlet- api _3.1_spec-1.0.0.Final.jar:1.0.0.Final] at io.undertow.servlet.handlers.ServletHandler

JPA Metamodel (JPA 2.0)

The JPA Metamodel API enables examining the classes, fields and properties of the persistent object model, similarly to the Java reflection API . The JPA Metamodel API has a major role in defining queries using the JPA Criteria API . support Support Implementation of the JPA Metamodel API was just

Different behavior for casting and not casting

.qubletFRAGMENTMAP.get('com.lexware.vereinsverwaltung.abrechnung. api .model.mitglied ... WHERE ((com.quasado.foundation.warehouse. api .model.inventory.contact.AbstractContactContractsFragment)$1.qubletFRAGMENTMAP.get('com.lexware.vereinsverwaltung.abrechnung. api .model.mitglied

Querying error - java.lang.ClassCastException: com.objectdb.o.STV

.gridservice. api ._WorkflowAdminClientAPIDisp.___query(Unknown Source) at rbccm.felix.gridservice. api ... .gridservice.admin.server.WorkflowAdminClientImpl.query(Unknown Source) at rbccm.felix.gridservice. api ._WorkflowAdminClientAPIDisp.___query(Unknown Source) at rbccm.felix.gridservice. api

Error reading UTF string (Serialized Objects in Explorer)

.vereinsverwaltung.abrechnung. api .model.mitglied.MitgliedDebitorenKontoFragment) $1.qubletFRAGMENTMAP.get('com.lexware.vereinsverwaltung.abrechnung. api .model.mitglied.MitgliedDebitorenKontoFragment')).debitor=true) AND NOT (((com.lexware.vereinsverwaltung.abrechnung. api .model.mitglied

ObjectDB 2 JDO Manual

not support JDO, so there is no particular advantage in moving from db4o API to JDO ... probably all seen on the Web concluding that JDO is a superior API for object databases. I am not ... at designing ObjectDB would be able to build an equally superior native API . Notwithstanding the issues

Unexpected Query Token / Casting in Query

.foundation.warehouse. api .model.account.contact.IndividualContactDebitorAccountFragment) $1.qubletFRAGMENTMAP.get('com.quasado.foundation.warehouse. api .model.account.contact ... Execution Error ===================== Unexpected query token 'com.quasado.foundation.warehouse. api

ClassCastException after upgrade to 2.3.5_03

, cascade=CascadeType.ALL, fetch=FetchType.EAGER) private Map metadata ; ... In this case the "payload

JDO PersistenceManager.getSequence() returns null sometimes

similarly to the XML metadata . Therefore, the name of a sequence that is defined by an annotation

​​​​​​​Unexpected internal exception

indicates an issue with the metadata that ObjectDB holds on a specific class. Please check

Server out of memory exceptions

with a "queue" database translating into 2 physical databases (one small for queryable metadata

ObjectDB 2.0.0

/ missing JDO metadata . New error message when persisting a reference to a new (non managed) entity

NullPointer running multiple client against server

Hi, I'm running objectdb in server mode, config as it comes out of the box. In this case the database is being used as a queue with multiple seperate processes, each with multiple threads, writing messages. The message is split into a lightweight metadata message to allow fast searching