ObjectDB ObjectDB

Internal Website Search

161-170 of 200 resultsRefresh
8

Does ObjectDB support @Parent for @Embeddable reference to parent?

under ObjectDB instrumentation: @Entity class User implements Serializable { @Id ... { User user; public void setUser(User user) {..} setURL(String url) { if (user
8

newbie - lots of exeptions

_war/, URLEntry : file:/C:/Users/Administrator/Documents/NetBeansProjects/ProhireNetwork_DataSync/dist ... :/C:/Users/Administrator/Documents/NetBeansProjects/ProhireNetwork_DataSync/dist/gfdeploy ... "/> <property name="javax.persistence.jdbc.user" value="admin"/> <property name="javax
8

How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client?

/Guestbook/user/siegfried -X GET The logs say Oct 11, 2013 11:21:28 PM org.springframework.web.servlet.DispatcherServlet noHandlerFound WARNING: No mapping found for HTTP request with URI [/Guestbook/user ... = "/user/{username}", method = org.springframework.web.bind.annotation.RequestMethod.GET, headers
8

Problem connecting to the replicated server

//masterserverurl.net:6136/prod/theFile.odb;user=slaveUserName;password=slavePassword; I get an error: User ... Error Check that you add the user (slaveUserName) to the server's user list of the slave server. support Support Hello. Yes I did, I even gave the slave user permission to the same path as the master
8

Entity has be persistended,but query not fetched?

().begin();                 User user = new User();         em.persist(user);         Query query = em.createQuery("SELECT u FROM User u");         query.setFlushMode(FlushModeType.AUTO ... User {} } Maybe you are using a different EntityManager for the query? Updates can only be visible
8

Replication error - parsing objectdb config

/NewMessagePipe.odb;user=admin;password=admin" /> </server> The 6126 server is running fine but the 6136 ... .persistence.PersistenceException Replicated database objectdb:///localhost:6136/TestReplication.odb;user ... :6136/TestReplication.odb;user=admin;password=admin is unavaliable at com.objectdb.o.MSG.d(MSG.java
8

Multitenancy with discriminator

this other objects; public class User { protected String id; protected Domain mainDomain; protected Set<Domain ... ; ... } Here are some feature of the required filtering system: a user that has "Enterprise 1" as "mainDomain" will be normally able to see entities belonging to the "Enterprise 1" domain a User
8

LDAP and ObjectDB

.clarke St Clair Clarke Most applications manage users and permissions in the database but not in the configuration file. You can use one shared user in objectdb.conf for the entire application and manage your application users and permissions using your own persistent objects in the database
8

ObjectDB Enincompatible with Quarkus?

-timeout="0" /> <url-history size="50" user="true" password="true" /> <log path="$objectdb ... " /> </server> <users> <user username="OBJECTDB_ADMIN_USER" password="OBJECTDB_ADMIN_PASSWORD"> <dir path="/" permissions="access,modify,create,delete" /> </user> </users
8

ODB tries to create log files inside its own jar on Win7

I sent a demo of an app I've been developing on Linux to some Windows 7 users, and they were unable ... Eclipse packaged it. Either way, it does not affect Linux users; I can copy my executable jar ... to 2.3.7.b15, but in my haste to get feedback from Win7 users, that wasn't the only change I made. I

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support