ObjectDB Database Search
101-150 of 200 resultsShould I use ObjectDB and JDO?. It looks like JDO is the preferred API for me (because ObjectDB FAQs lead me to believe ... solution. =) Thanks! CBE CBE Hmm, I just found this link: https://www.objectdb.com/ api ... API reference unique to ObjectDB, or is it an exact copy of some JDO 2.x API that I could find | |
Adding EntityListener Throws Unexpected Internal Exception) at play. api .GlobalPlugin.onStart(GlobalSettings.scala:220) at play. api .Play$$anonfun$start$1$$anonfun$apply$mcV$sp$1.apply(Play.scala:91) at play. api .Play$$anonfun$start$1$$anonfun$apply$mcV$sp$1.apply(Play.scala:91) at scala.collection.immutable.List.foreach(List.scala:383) at play. api .Play | |
How to Use a SF with extended Persistence Context?-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] at org.apache.catalina.core ... (HttpServlet.java:754) [jboss-servlet- api _3.0_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http | |
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 | |
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 | |
UTF Error.UIData.getValue(UIData.java:736) at org.primefaces.component. api .UIData.getDataModel(UIData.java:628) at javax.faces.component.UIData.getRowCount(UIData.java:347) at org.primefaces.component. api ... . api .UIData.getDataModel(UIData.java:628) at javax.faces.component.UIData.getRowCount(UIData.java:347 | |
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 | |
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 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 | |
mapping file is not being loaded with the Persistence api : EntityManagerFactory emf = Persistence.createEntitManagerFactory("project.odb"); //this set ... -classes to false. The Metamodel API still returns the empty set when 'getEntities()' is invoked ... the Metamodel API (storing objects, etc)? Does it work? support Support So I changed the persistence | |
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 | |
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 | |
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.   | |
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 | |
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 | |
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 .   | |
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 | |
disabling JDO in objectdb embedded mode/slf4j- api -1.6.4.jar, URLEntry : file:/usr/local/glassfish/glassfish/domains/dex/applications ... .0-SNAPSHOT/lib/javaee- api -6.0.jar, URLEntry : file:/usr/local/glassfish/glassfish/domains/dex ... - org.glassfish.internal. api .DelegatingClassLoader@43de6a4f AT Thu Jun 02 14:19:14 CEST 2016 BY :java | |
JPA vs JDO - which is more efficient for OneToMany queries?) is more efficient. But why do you compare JDO (a) with JPA (b). It doesn't matter which API you use. So in ... discusses which API should be preferred. support Support For JPA, how does one set automatic cascade | |
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 | |
migration path from JPA / Hibernate to ObjectDB website) for exact details. Notice that the JPA 2 criteria query API is now fully ... Hibernate API / extensions (e.g. Session instead of EntityManager , queries with HQL syntax instead of JPQL | |
ObjectDB version 2.2 has been released ObjectDB 2.2 has been released and it includes important additions and fixes: Added full support of JPA 2 Criteria Queries API ( issue #10 ) Added full support of JPA 2 Metamodel API ( issue #9 ) Added non optional field validation (throwing an exception on null value). Improved ObjectDB | |
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 | |
Using Scala collections with ObjectDB of the scala.collection._ api for it to work ? (http://www.scala-lang.org/docu/files/collections- api /collections.html) /Peter lsPeter Peter You are right - Scala collections | |
objectdb explorer in ver 2.2 and 1.0 Hi In first step I have evaluated JPA API now I'm testing JDO API and I'have spotted that object explorer has lower functionality than in ver 2.2 eg garbarage collector or xml import/export functions are missing, could You explain why? br Tomasz Tomasz Tomasz Wozniak | |
TYPE Expression Hi there! Trying to add a simple type expression with the criteria api like in your sample: cb.equal(e.type(), cb.literal(Country.class)); results in the error: Caused by: com.objectdb.o ... . Please try it. support Support As said, it still happens with criteria api and it is easy to replicate | |
Issue with alias Hi, This query works and correctly casts and selects my entity into the tuplet: SELECT $1, ((com.lexware.vereinsverwaltung.abrechnung. api .model.mitglied.MitgliedDebitorenKontoFragment)$1.qubletFRAGMENTMAP.get('com.lexware.vereinsverwaltung.abrechnung. api .model.mitglied | |
How to define Default Entity Listeners without persistence.xml and orm.xml Is there a way using em.getDelegate() and then using objectdb api ? I would like to do specifics actions ... chapter 3 of the manual. You may also register listener using the JDO API , which is not documented but supported by ObjectDB. support Support | |
Odb file version if it is already migrated. Any API which is exposed to check the odb files version ? binitbhaskar Binit Bhaskar There is no such API , but you can use a try-catch block. i.e. you can write code that tries | |
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 | |
Get list of database files Hi, we would like to know if there is any API we can use to get a list of all database files on an ObjectDB server. The ObjectDB explorer has such a feature (File-Open C/S Connection-Browse ... the java.io.File API . You can also get the File (or directory) of a specific path on the server using: File | |
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 | |
Threading Problem (maybe with Criteria),p.m_udb) FROM PersonTest p WHERE m_age=50", AdvoluxUID.class); instead of Criteria API ... API . Please try build 2.5.2_02 that will hopefully fix this issue. Unfortunately we couldn't verify | |
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 | |
missing merger.hummingbirdcore. API .executeEndAction( API .java:3017) at com.agile.hummingbirdcore. API .handleAction( API .java:2533) at com.agile.hummingbirdcore. API .handleActionBulk( API .java:2133) at com.agile.hummingbirdcore. API .directRequest( API .java:1695)   | |
retrieval again and again started.agile.hummingbirdcore. API .executeErrorAction( API .java:2940) at com.agile.hummingbirdcore. API .handleAction( API .java:2418) at com.agile.hummingbirdcore. API .directRequest( API .java:1621) at com.agile.hummingbirdcore. API .handleWebSocketRequest( API | |
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 | |
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 | |
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 | |
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 | |
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 | |
Integration with Java EE (JPA 1.0) ObjectDB can be used in both Java EE and Java SE by using application managed EntityManager . Support of container managed EntityManager and integration with the JTA (Java Transaction API ) is not implemented yet. support Support Support for Java Transaction API (JTA) and running ObjectDB in Java | |
Bean Validation (JPA 2.0) JPA 2 adds support for integration with the Bean Validation API . Constraints that are defined for entity and embeddable classes by using annotations can be checked automatically on PrePersist, PreUpdate and PreRemove JPA lifecycle events. Integration with the Validation API is not supported yet by | |
ObjectDB 2.2.0 Added full support of JPA 2 Criteria Queries API ( issue #10 ) Added full support of JPA 2 Metamodel API ( issue #9 ) Added non optional field validation (throwing an exception on null value). Improved ObjectDB Doctor to handle additional issues. Improved query execution planner. Improved | |
Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct). http://www.objectdb.com/ api /java/jpa/PersistenceUtil Does not seem to provide a method for testing ... for that entity object. I think that JPA doesn't provide an API for checking detachment but JDO does:   | |
Different behavior for two equal queries ------------------------------------------------ [Step 1a] Scan type com.quasado.foundation.communication. api .model ... 1a] Scan type com.quasado.foundation.communication. api .model.contact.individual.IndividualContact |