ObjectDB ObjectDB

Internal Website Search

111-120 of 142 resultsRefresh
15

Dirty checking

there is: void postDirty(InstanceLifecycleEvent event) http://www.objectdb.com/api/java/jdo/listener ... can see, there are: a) Lifecycle Listener classes, e.g: http://www.objectdb.com/java/jpa/persistence/event and b) some ... after a commit what objects changed in the prior commit. in other words a 'post-commit' listener. I
15

JPA lifecycle events across processes

Hi, wondering if it's possible to listen for changes in one process from another process? ie: process A changes an entity process B listens for @PostPersist thanks dmoshal David Moshal This is not supported. You may be able to implement your own cross process event listeners based on the JPA event
13

Entity factory

.setEntityFactory(myFactory); The JPA listeners are unsufficient since they are also created ... style). An alternative would be if one can create JPA listener instances inside his application and add this listener via API call to ObjectDB (like . Is it possible to implement such a functionality
11

How to Use a SF with extended Persistence Context?

thread 1-13) JBAS017100: Listening on localhost/127.0.0.1:4447 13:52:02,439 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on /127.0.0.1:9999 13:52:02,439 INFO [org.jboss.as ... : Admin console listening on http://127.0.0.1:9990 13:52:03,175 INFO [org.jboss.as] (MSC service
11

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

[org.jboss.as.remoting] (MSC service thread 1-10) JBAS017100: Listening on /127.0.0.1:9999 08:17:22,672 INFO [org.jboss.as.remoting] (MSC service thread 1-11) JBAS017100: Listening on localhost/127.0 ... :23,456 INFO [org.jboss.as] (MSC service thread 1-12) JBAS015951: Admin console listening on http://127
9

Tomcat + JPA Problem

: Exception sending context initialized event to listener instance of class OcspServer.CertEntryListener java ... location is specified on: http://www.objectdb.com/tutorial/jpa/eclipse/web/listener You can change
9

How to deploy an Objectdb project with Jboss AS 7?

: Listening on /127.0.0.1:9999 04:56:02,526 INFO [org.jboss.as.remoting] (MSC service thread 1-7) JBAS017100: Listening on localhost/127.0.0.1:4447 04:56:02,528 INFO [org.jboss.as.server.deployment.scanner
9

Maven driven compile time ehnancement

enhancement) was generated by the on the fly enhancement in the listener during run, and not by the Maven ... Listeners" so I omit those packages, but I'm a bit of a fanatic when it comes to package naming, which made it easier. Happy to help! Willks William
9

ObjectDB is opening too many sockets

released some of these objects, reducing the number from 1860 to 1149. The ObjectDB server listens to new ... methods to stop ServerSocket listening: https://stackoverflow.com/questions/2983835/how-can-i-interrupt
6

connection pooling

: The port attribute specifies a TPC port on which the server is listening for new connections. Usually

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