ObjectDB Database Search
101-132 of 132 resultsEvaluation License return for this help. Possible help includes developing open source tools, writing ( tutorials | |
Persist not working when ObjectDB and another db is used in the same application (through spring) with different tx managers of the persistence unit (you use a definition from our Spring Framework tutorial that is good only when there is only one persistence unit): | |
Configure ObjectDB in spring context You can see how to use ObjectDB with Spring Framework in this tutorial . support Support Yes I've seen | |
Cast exception? under the extension folder loads properly, so I put the ObjectDB points tutorial (exported) jar into | |
EntityManager getMetamodel() causes crash I am trying to track down some obscure errors with multi-threading. This involved looking at the EntityManager Metamodel but this caused an ObjectDB exception. So I reverted to your example code in the tutorial (with class Point ) and it works as expected: : (995, 995) (996, 996) (997 | |
ObjectDB within a resource adapter module and Java EE Connector Architecture tutorial in Figure 5-1 EAR File Structure ? webel Dr Darren Kelly Support of the Java EE | |
Error occured during initialization of boot layer I am trying to implement a database using ObjectDB. To get started i want to write Entities of Type RequirementDBEntity into a database. I followed the tutorials here but when launching the program, i get the following error: Error occurred during initialization of boot layer java.lang.module | |
Is there any faster select method? SELECT: TypedQuery query = em.createQuery( "SELECT p FROM Point p WHERE p.id = " + element.getId(), Point.class); List points = query.getResultList(); WRITE: em.persist(p); ** the Point class is of the tutorial . I found the above select method is ten times slower | |
New to Product & Having An Issue Greetings ObjectDB Users! I'm new to the product, and I've setup a simple test after reading the tutorial , and I'm running into some issues with queries, specifically querying by primary key. I have a domain object class Called Department, which has a member of type DomainId.  | |
auto-generated uuid fields Hello, we're porting a JDO application to ObjectDB which uses uuid-hex generated values. However the page on generated values in your JPA tutorial only mentions numeric generated values, and when we try to use it the error message seems to imply that auto-generating strings isn't supported | |
com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date.lang.ClassLoader.loadClass(ClassLoader.java:520) ... 15 more I'm following this tutorial | |
How to package orm.xml when using EJB in WAR? guestbook tutorial with the following changes: It is a parent project with 2 sub projects - an ejb | |
ObjectDB version 2.1 has been released ObjectDB 2.1 has been released and it includes important additions and fixes: Added Online Backup utility ( issue #16 ). Added Master-Slave Replication / Clustering (issue #17 ). Added a PDF version of the ObjectDB manual (included in the download). Added sample ( tutorials ) Maven projects | |
UserException: Package com.example.model is not found by the enhancer this tutorial . The error message that you got when trying to invoke the javaagent enhancement indicates | |
How the sort order (in queries) works for non english letters?? http://download.oracle.com/javase/ tutorial /i18n/text/locale.html Would be nice if one could just | |
ObjectDB License Error I got) - exceeds evaluation limit And there is no tutorial how to use this on spring boot with license as | |
EntityManager JPA or JDO impl and different behavior can only be demonstrated in Spring you may try generating a simple test case by modifying the Spring GuestBook tutorial | |
Web Framework Recommendation for leveraging JPA + ObjectDB with either a servlet container or an application server. These 3 options are demonstrated in ObjectDB tutorials | |
How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client? Here is my attempt to enhance the JPA/MVC/eclipse tutorial to implement a RESTful service. Why does this not work with this curl command? I get 404. Can someone help me correct this? Do I need to change my web.xml servlet mapping in web.xml? I've been experimenting with and nothing seems to work | |
Memory consumption of empty Strings/memory-efficient-java- tutorial .pdf - page 26 e.g.). I assume objectdb is doing a "new String | |
Maven Enhancement with OSGi Plugins Hello, I've an OSGi environment and try to enhance Classes with Maven as it is described in your tutorials . Now I get ClassNotFoundException's with some entity classes, which contains enums from other plugins. Is there a way to include classes in enhancement process? Thanks for your help | |
Entity is not related to ObjectDB, but i get exception from ObjectDB.entity.SiteTicket granat.dp.domain.entity. Tutorial granat.dp.domain.entity.Video granat.dp.domain | |
Cannot save or update entity on Spring App demo application of ObjectDB with Spring Framework (on this tutorial and the zip file | |
Case Insensitive Indexes How do you do case insensitive indexes? I have search the Forum and tutorials and have not found any info related to this. Thanks, -- Nathan Modrzewski nmodrzewski Nathan Modrzewski Case insensitive string indexes are currently not supported. If you cannot use lowercase only (or uppercase | |
Replication error - parsing objectdb config Point and Line objects (as per the tutorial ) to the master database and then attempts to count | |
Tomcat + JPA Problem The database location is specified on: http://www.objectdb.com/ tutorial /jpa/eclipse/web/listener | |
Difference performance in ObjectDB Explorer and in java project Hello, I am learning ObjectDB and i noticed that the queries that are executed in ObjectDB Explorer are faster (about 5 ms) than queries in my project (~400 ms). Here is my JPQL query : SELECT p FROM Point p WHERE p.x=0 I am using Point entity class from tutorial | |
Reporting Engine? of a new ObjectDB data source. A detailed tutorial on using ObjectDB with Birt will be published very soon. support Support | |
auto-generated uuid fields Hello, we're porting a JDO application to ObjectDB which uses uuid-hex generated values. However the page on generated values in your JPA tutorial only mentions numeric generated values, and when we try to use it the error message seems to imply that auto-generating strings isn't supported | |
BIRT Driver Improvements tutorial (if you use Eclipse 3.7 you will have to specify the following update site - http://download | |
ObjectDB 2.9.2 to be included in ObjectDB 3.0. Applications should be updated to JPA. Removed old tutorials from the development kit distribution. | |
ObjectDB 2.1.0 Added Online Backup utility ( issue #16 ). Added Master-Slave Replication / Clustering (issue #17 ). Added a PDF version of the ObjectDB manual (included in the download). Added sample ( tutorials ) Maven projects (included in the download). Added support of disabling optimistic locking |