ObjectDB Database Search
1-29 of 29 resultsCannot find objectdb-jee.jar releases in the ObjectDB maven repository
Hi, I can only find objectdb.jar releases in the ObjectDB maven repository. If objectdb- jee .jar ... objectdb- jee .jar for the current and future maven releases ? Thanks Andrew andrewv Andrew Voumard Currently the Maven repository doesn't include objectdb- jee .jar releases. Following your post
|
|
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
|
|
How to Use a SF with extended Persistence Context?
) [objectdb- jee .jar:] at com.objectdb.o.ERR.f(ERR.java:60) [objectdb- jee .jar:] at com.objectdb.o.OBC.onObjectDBError(OBC.java:1484) [objectdb- jee .jar:] at com.objectdb.jpa.EMImpl.afterCompletion(EMImpl.java:398) [objectdb- jee .jar:] at com.arjuna.ats.internal.jta.resources.arjunacore
|
|
Error reading UTF string
.objectdb.o.BYR.R(BYR.java:1214) [objectdb- jee .jar:] at com.objectdb.o.BYR.R(BYR.java:520) [objectdb- jee .jar:] at com.objectdb.o.BYR.Q(BYR.java:503) [objectdb- jee .jar:] at com.objectdb.o.BYR.X(BYR.java:628) [objectdb- jee .jar:] at com.objectdb.o.TRS.k(TRS.java:272) [objectdb- jee .jar:] at com.objectdb
|
|
Adding objectdb-jee.jar to the maven repository
to include objectdb- jee .jar for the current and future maven releases? Thanks Andrew andrewv Andrew Voumard Currently the Maven repository doesn't include objectdb- jee .jar releases. The difference between these jars is that objectdb.jar includes JPA 2 (javax.persistence, etc.) and objectdb- jee .jar
|
|
Guestbook example from tutorial does not work.
Hi, I have Problems to initialize objectdb in a jee envoirment. I used the Guestbook from ... that the objectdb- jee .jar file is not located in the correct location, and therefore ObjectDB ... you for your quick reply. But thats a maven example. If i place the object- jee .jar to th /Web-inf/lib
|
|
Jboss 6 persistence.xml startup error
the attached sample file. Use objectdb- jee .jar instead of objectdb.jar . The new jar ( objectdb- jee ... 6 Guestbook tutorial adjusted to JBoss AS 6.0 (including the objectdb- jee .jar ) is attached. Just
|
|
WebSphere Liberty Configuration
to get the sample app running in TomCat but when I run the jee version of the guestbook in WebSphere I ... ? If you are using a local ObjectDB jar file, is it objectdb.jar or objectdb- jee .jar? Where is the JAR ... ;that the objected- jee .jar is the same as the objectdb.jar without the spa libraries in it and as
|
|
Cannot cast com.objectdb.jpa.Provider to PersistenceProvider
loading conflict. To avoid it try using objectdb- jee .jar instead 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
|
|
How to resolve 404 errors with Eclipse/Maven Spring MVC
; Eclipse Juno (eclipse- jee -juno-SR1-win32-x86_64), maven 3 and Tomcat 6 to create a new maven project ... - jee -juno-SR1-win32-x86_64), but the project explorer is closed and cannot be opened
|
|
Which version to use with Glassfish ?
Hi Should I use objectdb.jar or objectdb- jee .jar with glassfish ? THanks Paul Newman pnewman Paul Newman objectdb- jee .jar is preferred. support Support
|
|
mapping file is not being loaded
directory). Both objectdb.jar and objectdb- jee .jar are on the classpath. Finally, the application
|
|
Spring + Maven + persitence.xml
objectdb- jee .jar instead of objectdb.jar ? support Support Yep that was it. My mistake. Thanks! Baiazid Mircea Stanciu
|
|
Is it possible to using JDO and distributed transaction?
and Understanding Java Data Objects JDO : Usage of DataNucleus within a JEE environment 
|
|
How to package orm.xml when using EJB in WAR?
the objectdb- jee .jar in the ejb project. If there is still a problem - try to demonstrate it by changing the attached project. support Support
|
|
How to create a wildfly datasource with dsJndi name to an objectdb database?
Hello everybody, maybe someone can help me creating a wildfly datasource to an objectdb database? I want to setup the authentication in my JEE -Application working the following way: - users are stored in my objectdb database - wildfly has a security domain setup using the DatabaseServerLoginModule
|
|
Failing in embedded mode, correct javax.persistance?
/ ObjectDB jar files from the classpath. Alternatively, include in the classpath only objectdb- jee .jar + 
|
|
Using explorer with a live embedded db
the objectdb- jee .jar file that I am using in my embedded app 2. Edit the objectdb.conf INSIDE
|
|
Apache Tomee 1.5.2: Failed to use JTA (TransactionManager is not found)
application WEB-INF/lib directory. Try also using objectdb- jee .jar instead of objectdb.jar
|
|
BIRT plugin: Trouble with Client/Server connection
;user=admin;password=admin using objectdb- jee .jar - (manifest.mf) Bundle-Version
|
|
Felix, rollback exception, error 613
Hello, i have a problem under felix osgi environment. I tested both 2.6.0 & 2.7.5 versions. I can begin, persist and commit once, but not twice; even after framework restart. I need to delete my database file. I joined my jee /bndtools workspace. I needed to change the classloader to properly
|
|
java.lang.NoClassDefFoundError: javax/persistence/criteria/AbstractQuery
Updating from 2.7.1_02 to 2.7.2_02 I now get this error, did something change? java.lang.NoClassDefFoundError: javax/persistence/criteria/AbstractQuery dmoshal David Moshal Nothing was changed, this class is part of JPA. Maybe you are using objectdb- jee .jar instead of objectdb.jar (or Maven
|
|
How to deploy an Objectdb project with Jboss AS 7?
objectdb- jee .jar instead of objectdb.jar I used persistence.xml with the sentence java:/DefaultDS
|
|
Replication error on slave restart
(all: master, slave, local). All communication with DB is over EJB persistance-unit (with objectdb- jee
|
|
ObjectDB embedded JAR location in Payara
Also I am running Payara with Object embedded and have placed the JAR in the domain lib folder with the objectdb-2.6.9_09.jar. Does that sound like the right thing to do? Thank you paul Paul Hudson You can place objectdb- jee .jar (or the jar from Maven) in the WEB-INF/lib directory of your web application. support Support
|
|
ObjectDB 2.6.8
Added JPA XML validation schema files to Maven/ JEE objectdb.jar. Added automatic release of pessimistic locks on client-server connection failure. Fixed an OptimisticLockException bug on commit after flushing a removed modified entity object. Fixed a NullPointerExeption on new index building
|
|
Why does ObjectDB duplicate classes from javax.jdo:jdo-api?
are now provided when you download ObjectDB, objectdb.jar (with JPA) and objectdb- jee .jar
|
|
javax.jdo.JDONullIdentityException: The identity must not be null.
When stopping my JEE 6 Web Profile application in Glassfish 3.1.1, I sometimes get this exception, yielding in not merging athene.odb and athene.odb$. A bug in objectdb? bjjl@ps2:~$ ls -l /var/db/athene/ total 122080 -rw-r--r-- 1 bjjl webservd 2621440 2012-05-24 16:40
|
|
Table view does not work for queries
the database's jar with the Build 2.8.3_04's jars objectdb.jar and objectdb- jee .jar so I
|