ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
6

How to connect to an embedded ObjectDB in a JPA/JEE application?

It is easy to change the properties in persistence.xml file to connect to an ObjectDB server. But I could not find any reference who to connet to an embedded objectdb in a JEE/JPA application through changing persistence.xml file. Can any one please help ? buddhika75 M H B Ariyaratne Just replace
6

package.jdo validation error (Connection timed out)

.objectdb.o._JdoUserException: Failed to validate xml file <somePath>\RTDLogger.jar#package.jdo ... "> otherwise the XML parser may try accessing that url (and it will probably fail if you are behind a firewall). support Support
6

Spring 4 setup

the tutorial with ObjectDB you will have to add the following: In the pom.xml file under dependencies ... </artifactId>           <version>2.5.6</version>       </dependency> In the pom.xml file under repositories
6

How prevent post-compile enhancement of non entity classes

I have recently moved to post-compile enhancement (from automatic run-time enhancement) using an Ant build.xml for a NetBeans web app. My adapted build.xml works for both full project build and per-file compilation (with NetBeans "compile on save" off), but it is not yet perfect at only invoking
6

How to Persist a Map of beans to collections of beans?

<SomeOtherTypeOfBean>> m_objectToPersist; I'm at a loss for how to format the xml in the .jdo file for this object. How does one persist this in package.jdo xml? Thanks in advance for your help. -A cvtsc Dev Team In
6

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

postings are incorrect. This must be something to do with the Ant build.xml and build-impl.xml
6

How to deploy an Objectdb project with Jboss AS 7?

-jee.jar instead of objectdb.jar I used persistence.xml with the sentence <jta-data-source>java ... [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for GuestbookPU 04:56
6

Package name for persisted entities

specify full name with package in persistence.xml and set "exclude-unlisted-classes" for true, ODB ... -package-for-entities' in persistence.xml so I can set where ODB should look first for entity classes
6

Class fields selection to store

. Therefore you don't need an XML element for the persistent field but for the other 39 non persistent ... you can use annotations instead of XML metadata). support Support
6

Spring Transactions (@Transactional) within ObjectDB

.xml we are not doing any annotations over our entity. Thanks in advance! Sandeep Sandeep Dhamale ... for FlushModeType is need to be specified in persistence.xml in my case and I am not able to find

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