ObjectDB Database Search
151-200 of 200 resultsGlassfish 4 JTA Data Source Support urls can be specified either as a virtual persistence unit name, or using the "javax.persistence.jdbc. url " property in a real persistence unit. Note that JTA is supported by ObjectDB but JDBC is not | |
Eclipse/JPA database tutorial This URL is not expected to be valid. Could you please upload the project? What version of Eclipse ... . Then the application should work on url : http://localhost:8080/Guestbook/GuestServlet A fixed | |
Modifier operations. So for example we have class: public class WebVisit { public String url ; // key public int visitsCount; } As for now I have to pull this class from database: WebVisit visit = em.find(WebVisit.class, url | |
Netbeans-Friendly Javadocs Is there a .jar or URL that I can use to get javadocs that work within Netbeans code prediction popup boxes? I tried attaching the URL : https://www.objectdb.com/api/java/jpa/EntityManager to the EntityManager object in Netbeans but it gives me the error: Javadoc not found. Either Javadoc | |
Remove not working(String[] args) { String url = "objectdb:$objectdb/db/test.tmp;drop"; EntityManagerFactory emf = Persistence.createEntityManagerFactory( url ); EntityManager em = emf.createEntityManager(); em | |
EntityManagerFactory objects being locked during EntityManager creation, the locking thread's stack trace indictes a slower operation of creating a new connection to the server. Possible directions you may consider: Increasing the size of the connection pool to reduce the need for new connections . managing your own pool of unused EntityManager instances (the ObjectDB pool | |
Guessbook tutorial: Java EE 6 JPA Tutorial - Maven Project to obtain a connection from a closed EntityManagerFactory at com.objectdb.o._PersistenceException.b ... a connection from a closed EntityManagerFactory at com.objectdb.o.MSG.d(MSG.java:61) at com.objectdb.o.OMF ... : Attempt to obtain a connection from a closed EntityManagerFactory at com.objectdb.o | |
Query becomes slower on moving from ObjectDB 1.x to ObjectDB 2.x steps 1. Update the package.jdo with an index defined 2. Convert the old odb file 3. Connect ... the old odb file 3. Connect to database, basically created a Persistance manager object for odb file ... file 3. Connect to database, basically created a Persistance manager object for odb file 2.x 4. Close | |
ArrayIndexOutOfBoundsException at com.objectdb.o.ALS.c(ALS.java:89)) for every packet grabbed which connect to an OpenDB database to add or update relevant entry's ... actor opens a connection to the database, does what it needs to do, and then closes the connection ... that the maximum allowed simultanious connections is not exceeded. Same problem Can someone please help | |
Groovy JPA example DataSource.groovy to connect to the ObjectDB database? As far as I gather, ObjectDB doesn't ... , so you cannot configure a JDBC based data source. You can connect ObjectDB from Groovy as specified in #1 above, or ... ), and it will be ignored, as long as the connection to ObjectDB is properly set in a persistence.xml | |
Type ... is not defined as an entity (@Entity is missing) (error 302) Hello, I am using ObjectDB 2.2.8_08 with eclipse 3.6 and Groovy objects. I am attempting to persist an instance of CultureRqst in the project com.epimss.lab by using a Connection class imported from ... .admin.db. Connection .store( Connection .groovy:579) at com.epimss.admin.db. Connection $store.call(Unknown | |
Lock prevents PersistenceManager.close when retainValues = false) Client VM (25.151-b12 mixed mode): "RMI TCP Connection (6)-192.168.1.142" - Thread t@24 java.lang.Thread ... Connection (5)-192.168.1.142" - Thread t@23 java.lang.Thread.State: RUNNABLE at java.net ... : - None "JMX server connection timeout 18" - Thread t@18 java.lang.Thread.State: TIMED_WAITING at java.lang | |
The server cannot start in CentOS all connections ? I will try tomorrow. gzdillon Lai Yang The server seems connected , but I set my pc ip ... for objectdb server? TIA gzdillon Lai Yang Hi, I have not connected a server ... ; gzdillon Lai Yang No need to change the configuration. See the manual for details on connecting | |
explorer NullPointerException the other issue that you mentioned, the [Recent Connections ] menu - could you post a stack trace? The stack ... , and it is not related to the [Recent Connections ] menu. support Support 1、the stack what I posted is exactly about [Tools Options], and [Recent Connections ] is normal。 2、what I mean is that: the time | |
Mismatch client-server protocol prefix. It also happens on the node which also runs the DB server. - Connection on localhost ... have also been reported due to other issues. Since the same connection and sockets are used ... communication. It could be because of concurrent use of the same connection and sockets (i.e. same | |
Database absolute filepath somehow. ThreaT Ashton Hogan ObjectDB 2.5.7 adds the ability to retrieve connection details. Please try ... ()); System.out.println(emf.getProperties().get("objectdb. connection .path")); EntityManager em = emf ... ().get("objectdb. connection .path")); em.close(); emf.close(); } } support Support Why did you call it test. tmp | |
unable to fix DB with Doctor (ArrayIndexOutOfBoundsException) One of my databases has failed (suddenly we were not able to connect with it from Java /with other DBs connection works fine/ and it is also not possible to connect with it from ObjectDB Explorer). DB was used by ver 2.6.9_09. I tried to fix it with ObjectDB Doctor (from ver. ver 2.6.9_09 | |
Spring Data JPA manager factory and this initiates a connection to the server with username and password "anonymous ... . This is related to the way that ObjectDB manages the Metamodel , which involves a connection to the database. In obtaining that connection outside an EntityManager (by invoking getMetamodel | |
OutofMemory error with Object DB 2.0, Password: public support Support I am not able to connect to the ftp site objectdb.com to upload ... is up and working. Ping as well. It may be a firewall in your workplace. support Support I can connect to other ftp sites from my PC, but cannot connect to objectdb.com Our IT team is still looking into | |
500Mb ObjectDb database opening issue(): openTempDataStore took [2510] ms Also checked to open DB without network connection (disabled local connection | |
Index causes increased memory usage database application, that simply connects to the application that supplies our data and stores it in ... instances), not 30 database connections . You can use as many PersistanceManager instances ... of our embedded ObjectDB database application, that simply connects to the application that supplies | |
Replication error - parsing objectdb config with a connection error) it failed with the exception below. Is there something wrong with my config? Caused by: com ... \$replication but I'm having some trouble connecting to the slave database: [ObjectDB 2.2.1_01] javax ... the number of Points using a connection to the slave database. Should this work? I've tried the slave | |
Activation Issue the meta model. At this state the connection to the (activated) server doesn't exists and the client ... it doesn't matter because it dies before connecting . The project starts a Spring application context ... the Retrieving Metamodel without Connection feature (which was implemented following your request two years ago | |
Object DB vs EclipseLink/TopLink: Unloaded relationships in detached entities get the connection need to traverse the LAZY relationship from the EntityManagerFactory and will able able to use it as long as the EntityManagerFactory is open. The connection used in not ... , which is what you are encountering. As long as the Entity is not serialized, and the connections | |
Out of Memory Error even though the connections are closed properly. We are observing many instances like ... ; EntityManagerFactory instances have bot been closed (note: closing the connections , i.e. the EntityManager instance is insufficient, as an EntityManagerFactory if open keeps a connection | |
Entity with java.util.Date column gives ClassCastException in BIRT.eclipse.datatools. connectivity .oda.OdaException ; java.lang.ClassCastException ... .java:121) Caused by: org.eclipse.datatools. connectivity .oda.OdaException ; java ... .ResultSet.getTimestamp(ResultSet.java:351) at org.eclipse.datatools. connectivity .oda.consumer.helper | |
ODB-WeakRefPurger threads not closing at all thread for every DB Connection (using JDO and PersistenceManager) and not closing any of it. I've counted the DB connections during whole run of the application and it was +- the same as count of live ... connections . Is the timeout for closing purger threads configurable, so I could try raising | |
JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception database connection : @PersistenceContext(unitName = "guest-pu") private EntityManager em;   ... connection : @PersistenceContext private EntityManager em; // Stores ... (TransactionAttributeType.REQUIRED) public class GuestDao { // Injected database connection | |
Empty temporary dat files in the temp folder to which we continuously have a connection (open EntityManagerFactory). For each user action we create an EntityManager ... databases as large data sink. And for optimized data access we hold the connection to the EntityManager. In ... a breakpoint - and take a look into temp - " + "All Database connections are closed | |
JPA - ExceptionInInitializerError when creating EntityManager services. It is successfully connected . Connection is OK. Restart Database server (SQL Server ... part of my project again i.e. adding Libraries, Setup Database Connections & Persistence Unit | |
License State and notarisation issues. The macos changes its mac-id every time I connect to our office via VPN ... forgot to disconnect the VPN connection there is no valid enhancement for the whole build ... would extend my gradle task and let it fail fast in case I forgot to disconnect the VPN connection . best | |
Log is almost empty (log level 'trace') side and the other on the client side. If there is a connection problem, an exception stack trace should be written ... a special request to do that by a new connection . This is used by the stop command , but could theoretically happen also by any software that connects the server and sends that special code | |
Is 2 level cache in use? on server uses the same amount of CPU and memory. I'm calling the same url in benchmark | |
Does ObjectDB support @Parent for @Embeddable reference to parent? { User user; public void setUser(User user) {..} setURL(String url ) { if (user.active | |
Configure ObjectDB in spring context.createEntityManagerFactory(environment.getRequiredProperty("objectdb.db. url ")); return emf; } } I've used | |
ObjectDB version 2.3 has been released support of ";drop" database url parameter. Adjusted the Enhancer to the new Java 7 class file format | |
Embedded Database Replication the server url for replication as with an ordinary server. support Support | |
Spring and packagesToScan.Provider.class); Map jpa = MapBuilder. put("javax.persistence.jdbc. url ", "objectdb://localhost:6136/mydb | |
Starting Explorer programmatically? Here are the relevant parts of my Gradle file: repositories { jcenter () maven { url 'http | |
ObjectDB version 2.1 has been released of url arguments ( ";user=admin;password=admin" ). Changed default to NonTransactionalWrite enabled | |
openejb jpa jaas module = Persistence.createEntityManagerFactory((String) options.get(" url ")); entityManager | |
ObjectDB License Error I got explorer-2.9.4.jar /mnt/disk1/DB/mydb.odb jpa.setProperty("javax.persistence.jdbc. url ", "objectdb | |
Is persistence version 2.1 supported? for persistence.xml was added in build 2.5.7_05. The url to java.sun.com doesn't exist, so the correct | |
Freeze during save HotSpot(TM) Client VM (25.151-b12 mixed mode): "RMI TCP Connection (2)-127.0.0.1" - Thread t@75 java.lang ... .concurrent.ThreadPoolExecutor$Worker) "JMX server connection timeout 74" - Thread t@74 java.lang.Thread ... .run(Thread.java:748) Locked ownable synchronizers: - None "RMI TCP Connection (1)-127.0.0.1 | |
Exception in thread "ODB-StoreHandler-5094" java.lang.NullPointerException when a database connection is closed during cleanup of the closed connection . We will need ... a connection that apparently was opened but never used (no login). There may be some impact over time | |
again merger missing logs + objectdb exception We will try to find that query hgzwicker Hans-Georg Zwicker The connection between the  ... Support the broken references are something that we are aware of, not connected in general ... . The connection between the queries that failed and the corruption of the the ObjectProperty | |
Best practise loading big data The current reading scenario is scetched here: Open DB connection to existing DB with one persisted ... connection with an open transaction but no referenced objects from outside the DB. Then I ran ... connection , create an entitiy manager and start to read the first half of the MyValue objects in nested | |
preUpdate-methods are called when there is no change updating the Entity even there was no change. RepositoryModelData repository = connection .find(RepositoryModelData.class, 1); repository.getObsTypes().iterator().next(); connection .getTransaction().begin(); connection .getTransaction().commit(); // -- will result in a call of @PreUpdate annotated | |
ObjectDB 2.5.1) to-many relationship in embedded objects (issue #1131 , #13). Fixed a bug in automatic url | |
ObjectDB 2.3.0 Added the ability to edit databases in the Explorer ( issue #2 ). Added the ability to execute queries in the Explorer (issue #3 ). Other small Explorer improvements. Added support of IN operator in JPQL queries. Added support of ";drop" database url parameter. Adjusted the Enhancer to the new |