ObjectDB ObjectDB

Internal Website Search

11-20 of 120 resultsRefresh
20

Dependency from enhanced classes to the objectDB library

.osgi.internal.loader.classpath.ClasspathManager.defineClass(ClasspathManager.java:632) at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassImpl(ClasspathManager.java:588) at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:540
17

Compile time enhancement using build.xml of a Netbeans web application

.objectdb.Enhancer" fork="true" classpath="c:\objectdb\bin\objectdb.jar"> <arg line="-s c ... .objectdb.Enhancer" fork="true" classpath="/usr/local/objectdb/objectdb/bin/objectdb.jar:${javac.classpath}:${j2ee.platform.classpath}">    <arg line="-s ./build/web/WEB-INF/classes/*.class
16

Enhancer -s broken

. According to your docs <java classname="com.objectdb.Enhancer" fork="true" classpath="c ... ="classpath.default"> <arg line="-s ${bin.dir}/org/tinymediamanager/core/*.class"/> </java> unfortunalety ... . We changed it to: <java classname="com.objectdb.Enhancer" fork="true" classpathref="classpath
16

How prevent post-compile enhancement of non entity classes

classname="com.objectdb.Enhancer" fork="true" classpath="${objectdbjar}:${javac.classpath}:${j2ee.platform.classpath}"> <arg line="-s ./build/web/WEB-INF/classes/com/example/entity/*.class ./build/web ... " classpath="${objectdbjar}:${javac.classpath}:${j2ee.platform.classpath}"> <arg line="-s ./${build
15

Failing in embedded mode, correct javax.persistance?

.persistence I should use and where I can find it? Knut Hansson Knut Hansson It seems to be a classpath ... file in your classpath. Remove any other JPA / ObjectDB jar files from the classpath. Alternatively, include in the classpath only objectdb-jee.jar + javax.persistence-2.2.0-release.jar. support Support
13

Cannot cast com.objectdb.jpa.Provider to PersistenceProvider

. objectdb.jar is added into GF's classpath (domains\domain1\lib\ext folder). Any help ... of objectdb.jar. support Support This is what I get when I put objectdb-jee.jar in GF's classpath. Mention: I have just objectdb-jee.jar into the classpath. SEVERE:   java.lang.NoClassDefFoundError: javax
4

createContainerEntityManagerFactory(info, map)

are specified). If a Bean Validation provider is present in the classpath, the container must pass
4

javax.persistence.spi.PersistenceProvider

if no properties are specified). If a Bean Validation provider is present in the classpath, the container
4

getMappingFileNames()

named and be resource-loadable from the application classpath. Each mapping file name corresponds
4

getNewTempClassLoader()

Method javax.persistence.spi.PersistenceUnitInfo ClassLoader getNewTempClassLoader() Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs. The scope and classpath of this loader is exactly the same as that of the loader returned

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