 82 | 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. |
 61 | Tutorials for using JPA and ObjectDB in Eclipse and NetBeans (console applications, web application, Java EE 6 applications). |
 35 | 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 |
 35 | 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: http://spring.io/guides/gs/accessing-data-jpa/ Thanx. This tutorial uses Spring Boot and Spring JPA Data, so hidden |
 12 | .linkedObjects.objectNameUpper = 'SETUP' and
a.objectsInCharge.linkedObjects.type = 1 ... ObjectNode (v$2) instances that satisfy:
and(and((v$2.objectNameUpper='SETUP'),(v$2.classIdentifier='(TC ... .linkedObjects.classIdentifier = '(TC)' and
a.objectsInCharge.linkedObjects.objectNameUpper = 'SETUP |
 4 | 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 ... ;
@Before
public void setUp(){
this.em = emf.createEntityManager |
 3 | .it.IT_DALSaveAndLoadTest.setUp(IT_DALSaveAndLoadTest.java:53)
at sun.reflect.NativeMethodAccessorImpl ... .tests.it.IT_DALSaveAndLoadTest.setUp(IT_DALSaveAndLoadTest.java:53)
at sun.reflect ... .deleteDatabase(BaseTest.java:40)
at com.btc.ep.base.dal.tests.it.IT_DALSaveAndLoadTest.setUp |
 3 | ();
// Get system properties
EMAIL_PROPS = System.getProperties();
// Setup mail ... the all configuration 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 |
 2 | .tiro.entities.UsersGroupsRolesSecurityTest.setUp(UsersGroupsRolesSecurityTest.java:25)
at sun ... EntityManager em;
@Before
public void setUp() throws Exception {
// register all entities |
 2 | 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 |