ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
1

Embedded List

about the question. On #1 and #3 you provided code. Is it runnable? What is the exact issue? support Support So the code is runnable if you have the 2 files from the first comment, I am trying to get records that have part of the strSupPart field from the Embedded class in the ItemDB class, my code
1

EntityManager getMetamodel() causes crash

at the EntityManager Metamodel but this caused an ObjectDB exception. So I reverted to your example code in ... ) (997, 997) (998, 998) (999, 999) If I then add one line of code to your example code ... code. Note I am using a persistence.xml (shown below), which appears to cause the problem. I
1

NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1

public String toString() { return "test.AbstractObject[ id=" + id + " ]"; } } This code ... a call to enhance directly into the code as it is written here https://www.objectdb.com/java/jpa/tool ... ; import test.Person; ...... other code ...... com.objectdb.Enhancer.enhance("test
1

Measurement of the test coverage of enhanced classes

"coverage" of our tests? btc_es BTC EmbeddedSystems Enhancement adds code to persistent classes so it would affect test coverage measurements. Maybe measurement that is based on the source code (e.g. line coverage) rather than on the class file and JVM instructions may not be affected by code
1

Failed to read DB file while online backup is running

some new bug was added to the code with the previous fix. Stacktrace 1: pos = 4107765760 length ... Build 2.6.2_05 changed only online backup code, but possibly other changes in previous recent builds ... :748) I also paste my code for the online backuping which I launch automatically every few hours. I
1

Unable to delete the .odb file programatically

code to delte the odb files     PersistenceManager pm = (PersistenceManager) getPM(); if (pm ... .isClosed()) {     pm.evictAll();     pm.close(); } After executing the above code, when i am trying to delete the file using the followng code     File[] files = parentDir.listFiles
1

Does "error 522" (connect timed out) have something to do with restrictions despite license activation?

the license inside the server. By the way, I fetched the following message: Your activation code should be available at:Your activation code should be available at: http://www.objectdb.com/activate ... Solved, it was really because of the activation code I wasn't able to fetch from URL. Ieodaq Daniele
1

Fields in objects not populated in query result.

When I run the following Java code TypedQuery<Folder> rootFolderQuery = this.entityManager ... ? This code had worked at some point in the past, but may have been a victim of an objectDB upgrade. dhosek ... <>(); private String path; [assorted code for managing folders] } @Entity @Getter @Setter
1

Post-compilation enhancement vs Automatic Run-time enhancement

the same code modifications. There may be a difference with the extent of enhanced code. Automatic ... if statement webel Dr Darren Kelly Enhancement in both modes is based on exactly the same code ... enhanced code (using the objectdb.code.output system property) we will be able to see the difference. support Support
0

com.objectdb.o._PersistenceException: Failed to locate set method for field property using reflection

) This is otherwise working code. The error is intermittent. The database explorer can open the database and browse the data ... for the field being complained about. Any ideas would be greatly appreciated. Code works fine when running ... server mode. paul Paul Hudson > Code works fine when running with ObjectDB embedded, but throws

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support