Internal Website Search
1-50 of 57 resultsMulti-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 | |
Spring 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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
Memory use in OneToMany relationships Hello everyone, I have a question regarding the OneToMany / ManyToOne Relationship in ObjectDB. So imaging following setup : We have class A which holds an collection (List, Arrray ...) of class B. In a more usual DB like MySQL with a seperate server we first query for the Entitys of class | |
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 | |
Missing (null) elements in eager loaded references I have the following problem: Setup : Two hierachical Entities (Element, DataElement), which contain an ElementCollection of Embeddables (Costs). The Embeddable from the ElementCollection has a OneToMany relationship to DataElement. Every relationship is eagerly fetched Problem | |
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 | |
virtual servers and one file to get an access to an virtualized server and setup a testcase. My idea is to workout the treshhold | |
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 | |
Is it possible to remove parent/child entities without refresh? void setUp () throws Exception { entityManager = createEntityManager("d:\\Temp\\RemoveTest.odb | |
Intermittent Server Shutdowns Due to Out of Memory (OOM) Issues is being killed due to exceeding memory limits. Here are the specifics of my setup and the issue: Server | |
Merge with Parent/Child entities not possible entityManager; @Before public void setUp () throws Exception { entityManager = createEntityManager("d | |
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 | |
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 | |
Query filter comparing Dates. I attached the whole test case. public static void main(String[] args) { setUp (); Date date | |
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 | |
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 | |
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 | |
BIRT plugin: Trouble with Client/Server connection to server localhost:6136) Nothing made it to the log. The following is my setup : Dev Versions:   | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
Externalising persistence.xml properties in Glassfish?/mySQL one is because the app server provides the ability to have a connection pool setup | |
[ODB1] Chapter 8 - ObjectDB Server Trustore file has to be installed on the server machine. Setting the Server to use SSL To setup | |
NullPointerException using with "refresh" method explain what is going on, in case it could be related to our setup . We are very sure now, it is not | |
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 |