ObjectDB ObjectDB

Internal Website Search

151-160 of 200 resultsRefresh
10

JDO support vs JPA

to 2. However I found that there is no complete description or guide how the XML metadata should look ... (to which XML element is the given annotation equivalent). So my questions to this are: 1. Is there some description of XML metadata for ObjectDB ver2 using JDO which I did not find? 2. Is the combined
10

The server cannot start in CentOS

to validate xml file /opt/objectdb-2.2.5/objectdb.conf line 41: cvc-datatype-valid.1.2.1: '10.63.0.0-10 ... by: org.xml.sax.SAXParseException: cvc-datatype-valid.1.2.1: '10.63.0.0-10.63.0.255,127.0.0.1 ... .UserException: Failed to validate xml file E:\projects\jpaBench\jpa\ObjectDB\objectdb.conf line 37
9

Problem with byte arrays in JDO - internal exception

) { this.data = data; } } <?xml version="1.0"?> <jdo xmlns="http://xmlns.jcp.org/xml/ns/jdo/jdo ... .org/xml/ns/jdo/jdo http://xmlns.jcp.org/xml/ns/jdo/jdo_2_0.xsd" version="2.0
9

Problem with byte arrays in JDO - ClassCastException

void setData(byte[] data) { this.data = data; } } <?xml version="1.0"?> <jdo xmlns="http://xmlns.jcp.org/xml/ns/jdo/jdo"      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"      xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/jdo/jdo         http://xmlns.jcp.org
9

How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client?

to change my web.xml servlet mapping in web.xml? I've been experimenting with and nothing seems to work. Thanks Siegfried Here is my web.xml fragment: <servlet-mapping> <servlet-name>spring</servlet-name ... = {"Accept=text/xml, application/json"}) public @org.springframework.web.bind.annotation.ResponseBody Guest
9

500Mb ObjectDb database opening issue

to check, if you use XML to define JPA/JDO entity/persistence capable classes, check the XML header, since sometimes XML validation requires searching the Internet. support Support By requirement
9

Replication error - parsing objectdb config

: Failed to validate xml file T:\felix_grid_services\ext\objectdb\2-2-1\objectdb.conf line 38: cvc-complex ... more Caused by: org.xml.sax.SAXParseException: cvc-complex-type.4: Attribute 'username' must appear ... .ValidatorImpl.validate(ValidatorImpl.java:159) at javax.xml.validation.Validator.validate(Validator
9

is JDO field attribute "indexed" supported?

I prefer to use the package.jdo XML metadata rather than annotations, but you don't ... that it corresponds to the XML <index> element which is one way to specify indexes in XML metadata ... for fields documentation. Could you confirm whether objectdb supports this? spiffy Jonathan Harley JDO XML
9

Maven driven compile time ehnancement

during compile time. Just add the following to your pom.xml:  <build>   <plugins>    <plugin ... the following: Download the tutorial web application Maven project. Replace the pom.xml file ... I wanted to enhance. I attached the pom.xml you supplied with the minor change in it. I think I need
9

OEM Enhancer causing Jenkins job to freeze

access to the Internet. Sometimes, however, an attempt to access the Internet may happen during xml validation by the Java XML parser, if external XML schema is specified in XML files. Please try

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