ObjectDB Database Search

51-73 of 73 results

How to use ObjectDB properly in spring boot application?

suggests excluding jdbc library that comes within spring-boot-starter-data-jpa.  abdullaharslan abdullah arslan No solution? :(( abdullaharslan abdullah arslan Spring Data JPA expects a JDBC

JBoss 7 startup fails

) Deploying JDBC -compliant driver class org.h2.Driver (version 1.2) 13:49:22,868 INFO [org.jboss.as ... ) Deploying JDBC -compliant driver class org.h2.Driver (version 1.2) 11:53:34,435 INFO [org.jboss.as

Error 363 - Failed to read value of inverse relationship

; properties.put("javax.persistence. jdbc .user", "admin");         properties.put("javax.persistence. jdbc .password", "admin");        

Possible issue with String fields

Hi I'm brand new to objectdb and I'm trying to create an objectdb from a sample db via jdbc . The code all works and for a few thousand records but when I increase the number of records I ... When I comment out the fields that are strings all works out fine. I tried replacing the jdbc field

Exporting the data out of the ObjectDB

have to write java module with JPA to retrieve entity and then using some kind of ORM or direct JDBC persist

mapping file is not being loaded

JDBC connection. The entity classes use  no  JPA annotations, as some of our internal

What are the steps of creating small web app?

, JSF, JSP, EJB, JMS, JPA, JDBC ,Security, Ajax using Primefaces. # Backend technologies: MYSQL

How to Use a SF with extended Persistence Context?

.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC -compliant driver class

ODBC - How to create a DSN connection in Window

Hi, is there a way to set DSN of ObjectDB in windows for excel data analysis? 搜索 复制 gzdillon Lai Yang You can use the connection URL , including protocol, host, port, path, username and password (when applicable) as DSN of ObjectDB databases. However, ObjectDB does not support ODBC or JDBC

How to create a wildfly datasource with dsJndi name to an objectdb database?

you. sikozptl Ulrich Schneider ObjectDB doesn't have a JDBC driver and a standard data source

How to define database structure and insert some initial objects from scratch

as jdbc driver for ETL software like Kettle? How about migrating data from another database

Connections pool

Hi! Does ObjectDB keeps and reuses a pool of connections as MySQL JDBC driver does? I mean when it's used in a container like Tomcat, Glassfish, JBoss etc. Thank you. zmirc Mircea Chirac Yes. Every EntityManagerFactory instance manages a pool of connections and reuses them when it creates new

Spring 4 setup

.persistence. jdbc .url", "test.odb");           

How to deploy an Objectdb project with Jboss AS 7?

.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC -compliant

Analyse opensource project

Hello , it will be good if you analyse open source project :   i heard it new. Maybe it can be helpful for more faster objectdb or jdbc side. kadirbasol Kadir BASOL It is a competing product, which of course, you may use if it works well for you. If you want to discuss it please use

What role is the JDO in ObjectDB?

; // EclipseLink     @org.apache.openjpa.persistence. jdbc .Index   

InternalError on multiple AND and JOIN Query

;        o org.springframework:spring- jdbc :3.0.5.RELEASE   

lockfiles in client/server mode

is defined in src/main/webapp/META-INF/persistence.xml with a jdbc URL that looks to me as

Deploying a BIRT Project using ObjectDB onto Tomcat

://terrarum.net/administration/deploying-birt-on-tomcat.html Instead of the JDBC driver use the ObjectDB

Glassfish , OpenEJB Realm

    Hello , i'm developing EJB Application. I was in dilemma using OpenEJB and Glassfish. They all support JDBC Realm but i want to use only ObjectDB solution. So , there is no JPA Realm for any application server.Thats big minus for objectdb.   I will try to integrate for glassfish

Problem to use find method on an abstract Class: AbstractMethodError is thrown

] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC -compliant driver class org.h2.Driver

Unexpected exception (Error 990) - Merge with no Transaction

; map.put("javax.persistence. jdbc .user", "xxxxx");        map.put("javax.persistence. jdbc .password", "xxxxxx");      final EntityManagerFactory emf

ObjectDB 2.0.0

ObjectDB Doctor. Fixed persistence.xml C/S connection property to "javax.persistence. jdbc .user". Fixed