ObjectDB Database Search
1-50 of 57 resultsSpring 4 setup Can someone provide an example of setup ObjectDB embeded to be used with Spring4? Existing examples is like for Spring3 and I can't figure how to use ObjecDB in Spring tutorial: https://spring.io/guides/gs/accessing-data-jpa/ Thanx. anthony Anton Gusev This tutorial uses Spring Boot | |
Multi-tenant setup Hi, does anybody have experience with multi tenant setup of objectDB. For example using multiple schema or multiple database. How to handle connections between app (Jboss Wildfly) and pass query request to appropriate database, how to dynamically add new database or schema. There are lot | |
Best setup for huge amount of transactionsBest setup for huge amount of transactions | |
How to install ObjectDB? ObjectDB is distributed as a zip file. Just download and extract the ObjectDB distribution zip file. No need to run any install or setup program. You can uninstall ObjectDB by deleting the ObjectDB directory. ObjectDB does not modify the registry or any other system file. | |
New to Product & Having An Issue Greetings ObjectDB Users! I'm new to the product, and I've setup a simple test after reading ... (foreign.getObjectId())); } return false; } } I then setup a JUnit test case, like this: package test ... Department foundResult = null; @Before public void setUp (){ this.em = emf.createEntityManager | |
JPA - ExceptionInInitializerError when creating EntityManager(); // Get system properties EMAIL_PROPS = System.getProperties(); // Setup mail server EMAIL_PROPS.put("mail.smtp ... part of my project again i.e. adding Libraries, Setup Database Connections & Persistence Unit again. However same database setup is working fine for other project. I found same problem on Internet | |
Dependency from enhanced classes to the objectDB library.it.BaseTest.deleteDatabase(BaseTest.java:40) at com.btc.ep.base.dal.tests.it.IT_DALSaveAndLoadTest. setUp ... .it.IT_DALSaveAndLoadTest. setUp (IT_DALSaveAndLoadTest.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native ... . setUp (IT_DALSaveAndLoadTest.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method | |
Spring 2.5 LocalContainerEntityManagerFactoryBean, no getSharedCacheMode() I'm trying to setup Spring + JPA + ObjectDb in my test environment and having trouble with the following: Here is the stack trace I get: Caused by: java.lang.AbstractMethodError: org.springframework ... instead of using LocalEntityManagerFactory due to the constraints of my test setup and difficulty in | |
Mismatch client-server protocol prefix configuration changed. The strange thing is that we use this setup for all of our daemons and webapps ... we have with the same libs and setup . mosi0815 Ralph Moser Yes, this is a server configuration. It may decrease | |
Failed to validate XML.entities.UsersGroupsRolesSecurityTest. setUp (UsersGroupsRolesSecurityTest.java:25) at sun.reflect ... () + ".*"; private EntityManager em; @Before public void setUp () throws Exception { // register all entities | |
objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation. Some important remarks about the analysis, diagnostics, and the testing setup : - The diagnostics ... more Remarks on configuration and setup : In com.greensoft.objectdb.test.console.Main: 46: final | |
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 | |
combined index not used.objectNameUpper = ' SETUP ' and a.objectsInCharge.linkedObjects.type = 1) and (a.objectsInCharge ... ObjectNode (v$2) instances that satisfy: and(and((v$2.objectNameUpper=' SETUP '),(v$2.classIdentifier='(TC ... )' and a.objectsInCharge.linkedObjects.objectNameUpper = ' SETUP ' and a.objectsInCharge.linkedObjects | |
Password in Embedded Mode? Is there a way to setup a database file that will be accessed in embedded mode, such that it is locked with a password. Thereby making it impossible to use ObjectDB to access the contents of the file without providing the correct password when obtaining a connection. In my case, I'm | |
Tomcat + JPA Problem Hi i tried to setup the example from your webpage (jpa - Tomcat with Ecplipse) and i always get this Error: [ObjectDB 2.1.0] class "javax.persistence.Entity"'s signer information does not match signer information of other classes in the same package [ObjectDB 2.1.0] class "javax.persistence.Entity | |
in-memory and on-disk support? I've had a quick read through the features/FAQ and haven't been able to find a clear answer. I'm looking at replacing a setup of H2 where I have 40GB in-memory backed by 800GB on-disk, the 40GB in memory represents the first 40GB of the 800GB on-disk for super-fast recent entry searching | |
Jboss 6 persistence.xml startup error Hi, I'm trying to migrate a small EJB 3.1 project from Postgres to ObjectDb to test out feasibility, but I keep getting stuck on setting up the persistence.xml on JBoss 6 AS. Here is my setup : com.objectdb.jpa.Provider and here is the error: 2011-04-04 18:35:23,098 ERROR [org.jboss.kernel | |
Error 363 - Failed to read value of inverse relationship.ODBHelper.dropAll(ODBHelper.java:117) at com.pvdc.tests.model.entity.EventEntityTest. setUp (EventEntityTest | |
Criteria query error: Unexpected query token(); } Thanks again, I'm enjoying the simplicity of objectdb. Now I'm going to setup the JDO annotations to build up indexes. Willks William | |
Externalising persistence.xml properties in Glassfish?/mySQL one is because the app server provides the ability to have a connection pool setup | |
Pessimistic Lock Timeouts setting Hi, I realise that JPA2 doesn't necessarily define a standard API way for Lock Timeouts. However, there is a standardised query 'hint' that can be setup to make the underlying DB lock a record for a specific time. The hint property is: "javax.persistence.lock.timeout" I have a situation | |
Exception on creation when running multithreaded are of type CDI and in addition, as a setup for the test I'm creating another 3 objects of type PDI | |
EntityManager JPA or JDO impl and different behavior (this is what the unit test is setup testing at the mo). To reproduce the error, try replacing the annotation at line | |
Apparent Lazy Loading issues. (this is what the unit test is setup testing at the mo). To reproduce the error, try replacing | |
Replication Error Hello! I try to get a replication setup working on two test servers. So i copied my test database to one of them, enabled recording and started odb. The dbname.odr folder got created so i think everything is ok. Afterwards i added the replication tag to the configuration of the second server | |
Source not found error after downloading ObjectDB 2.3.7_04 any PMF.java class. For setup I downloaded the ObjectDB zip file. Placed it in source code | |
Stalling on "run File" in Netbeans when using -javaagent:lib/objectdb.jar" without any further output. My setup is complicated by the fact that I use JRebel technology | |
Configuration and Activation Code in ObjectDB 2.x the activation code to it. support Support HI, Thanks for the reply. I setup the configuration and updated | |
JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception (and attach relevant files) on how exactly you set your JBoss environment? support Support I have setup | |
Intermittent Exception "Attempt to update types in read only mode" I have a master/slave(s) setup and I am finding on the slaves that the slave client will get this message when trying to establish an EntityManager to the slave: Exception in thread "main" [ObjectDB 2.4.1_06] javax.persistence.PersistenceException Attempt to update types in read only mode (error | |
Exceeding max connections and crashing Hi, we have severe problems with ObjectDB crashing frequently. We can’t find the exact cause but we suspect several things. We use 2.5.3_03 version and we use it in production. The same setup in test environment hasn’t have these kind of problems First crash occurred when network went | |
Like fails if both underscore and percent are used em; @Before public void setUp () { emf = Persistence.createEntityManagerFactory("./foo.odb"); em = emf | |
Nexus proxy repository with ObjectDB I'm trying to setup a proxy repository in my local Nexus to retrieve artifacts from objectdb. Unfortunately I'm not able to get it configured properly and I'm not sure what is wrong. My repository config: ID: objectdb Name: ObjectDB Type: proxy Provider: Maven2 Format: maven2 Policy: Release | |
UserException: Package com.example.model is not found by the enhancer" + ".*"); during contextInitialization. In my setup I'm using JDK 8 , Object DB and Embedded Tomcat 8.0.3 so after clean | |
How to retrieve the ObjectDB version number? Hi! We need the ObjectDB version for debug purpose/logging. Our project supports also EclipseLink - http://stackoverflow.com/questions/3493495/getting-database-connection-in-pure-jpa- setup With the Connection object the Database name & version can be retrieved. For ObjectDB | |
Connecting to a remote objectdb server I am trying to configure my application in a client-server objectdb setup via tcp/ip. So I first made sure that the remote objectdb server is running using telnet from my local. $ telnet db.mydomain.com 6136 (worked fine, is able to connect...) My db was configured below: On my application | |
BIRT plugin: Trouble with Client/Server connection to server localhost:6136) Nothing made it to the log. The following is my setup : Dev Versions:   | |
Merge with Parent/Child entities not possible entityManager; @Before public void setUp () throws Exception { entityManager = createEntityManager("d | |
Is it possible to remove parent/child entities without refresh? void setUp () throws Exception { entityManager = createEntityManager("d:\\Temp\\RemoveTest.odb | |
JDeveloper Is there a tutorial or instructions as how to setup a connection in JDeveloper to ObjectDB? Thanks nat nat101 Nat Gross No, but you may be able to use the Maven examples (included in the ObjectDB download file) by importing them to JDeveloper. support Support ok. thanks. nat101 Nat Gross | |
Unable to store AtomicInteger is to store an int then from the entity call an extra setup function in @PostLoad | |
Remove an entity which attributes were changed - OptimisticLockException) at com.btc.ep.base.dal.tests.it.OptimisticLockTest. setUp (OptimisticLockTest.java:37) at sun.reflect | |
2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object" that to see if it fixes my issue. I am also investigating if my Java 9 module setup needs | |
Single Server License and Embedded Mode We have an application that runs on a single server in embedded mode to write server million records. Is it possible to use the single server license for embedded mode use? I've looked through the forum, but haven't been able to determine how to configure this type of setup | |
Does "error 522" (connect timed out) have something to do with restrictions despite license activation?) at web.TestObjectDb. setUp (TestObjectDb.java:42) at sun.reflect.NativeMethodAccessorImpl.invoke0 | |
Multi-tenant capability with hierarchies Hello, in this thread there was already the question about multi-tenant setups but only with an generel answer. What we need are multiple tenants (would be best if every tenant has its own file/db) but also the possibility of hierarchies. So If a tenant is parent of another parent, he can access | |
[ODB1] Chapter 8 - ObjectDB Server SSL To setup an ObjectDB server for using SSL, you have to put an element with a sub element inside | |
objectdb.home for client/server Currently, we do need to manually setup the objectdb.home property eventhough we're working on client/server mode. However, without setting this in our client, he complains about the missing objectdb.conf. Why is this required? Can't the server deliver it? Most of the time we do not even know | |
Out of Memory - Slow leak? testing but would it be worth changing our setup to a single database containing 2 tables representing | |
ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection ... .entity.Element is old and cannot be used" But my setup and the cause seem to me to be quite |