ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
14

problem with lazy loading - unittest project attached

. what am i doing wrong? chris Christoph Ernst It seems that a repository is missing in the pom.xml ... which is defined in my m2 settings.xml please add the spring milestone repo in the POM <repositories ... .BeanDefinitionStoreException: IOException parsing XML document from class path resource [test
14

newbie - lots of exeptions

.preDestroy(ASURLClassLoader.java:179) and our persistence.xml file looks like <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns
14

using DbUnit with ObjectDb

and / or loading test data to objectDb from xml files? freddieFishCake Jonathan Lister if com.objectdb ... . It shouldn't be difficult to add to ObjectDB basic support of loading data from XML. Can you provide a sample object model and XML file in the format of your existing XML data
14

Problem with entities detection

Hi! I have some problems with ObjectDB. I need to have a persistence.xml with 2 persistence units ... is that ObjectDB seems to be ignoring the class fields on the persistence.xml file. Entities need to be in ... .TemporalType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation
13

mapping file is not being loaded

. here is my persistence.xml <?xml version="1.0" encoding="UTF-8"?> <persistence xmlns="http://java.sun.com/xml/ns/persistence"              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"              xsi:schemaLocation="http://java.sun.com/xml/ns/persistence              http://java.sun
2

combined index not used

. Selecting a query plan by a specific required text in its XML representation:     query.setHint("objectdb ... the "ObjectNode[set]" element (included in the query plan XML representation). In the case of the query from ... the list and the XML representation of the query plan (to help using the text hint). Query hints
0

javax.jdo.annotations.Cacheable

javax.jdo.annotations Annotation Cacheable Target: Classes and fields (including property get methods) Annotation to specify that this class/field/property is cacheable in a Level 2 cache. This corresponds to the xml attribute "cacheable" of the "class", "field" and "property" elements. Since: JDO
0

Constants.JDOQUERY_XSD_RESOURCE

Static Field javax.jdo.Constants String JDOQUERY_XSD_RESOURCE The name of the resource for the XML schema of the standard JDO query metadata file. Since: JDO 2.1
0

Constants.JDO_XSD_RESOURCE

Static Field javax.jdo.Constants String JDO_XSD_RESOURCE The name of the resource for the XML schema of the standard JDO metadata file. Since: JDO 2.1
0

Constants.JDO_XSD_NS

Static Field javax.jdo.Constants String JDO_XSD_NS The standard JDO metadata schema namespace. Constant value is http://java.sun.com/xml/ns/jdo/jdo. Since: JDO 2.1

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