ObjectDB Database Search

151-200 of 200 results

OutOfMemoryError on search after update on DB created with DB Doctor

(JpaQuery.java:716) at com.arunta.base.db.RecordingMetaDataDAO. find (RecordingMetaDataDAO.java:424) at com.arunta.app.services.RecordingService. find (RecordingService.java:247) at com.arunta.base.search

Exception while accessing the Persistence unit ...?

over the turorial few times. Here is my persistence.xml and attached please find the eclipse project layout: (Note ... with your complete Eclipse project. support Support Attached please find the eclipse project in a zip

Using explorer with a live embedded db

, regarding where ObjectDB tries to find the configuration. If you use ObjectDB in embedded mode, the ObjectDB server is irrelevant. Find the location of the objectdb.jar file that is in use by

Conflicting modifiers .... (javax.persistence.Id, javax.persistence.ManyToOne)

static Container getInstance(EntityManager em) { Container c = em. find (Container.class, "1"); if (c ... CompoundKeyMapItem getMapItem(Integer cachedKey, EntityManager em) { return em. find (CompoundKeyMapItem.class, new

Null returned by Persistence.createEntityManagerFactory

;         em. find (Task.class, Task.class);     ... ;       em. find (Task.class, Task.class);      

Error 990... and then new version?

to find any the annotations (whose classfiles are absolutely inside the jar I've included ... , dangit!  Of course as soon as I post, I finally find the bottom of your very out-dated maven

multi EntityManager with Spring Boot, but 'Too many persistable types (>10)

a license. (site license) Tsu Masaaki Tsugami The exception indicates that ObjectDB cannot find ... cannot find the configuration. support Support I'm trying with jpaproperties but I can't solve

Getting java.lang.ArithmeticException: / by zero

Please find the attached object db jar. binitbhaskar Binit Bhaskar I couldn't find the build number

Apache Tomee 1.5.2: Failed to use JTA (TransactionManager is not found)

.NameNotFoundException: Name [comp/TransactionManager] is not bound in this Context. Unable to find [comp]. at org ... a resource loading problem. ObjectDB cannot find TomEE's TransactionManager , which is required in order

alter table

of "add column"; but I can not find anything about "add index" in the links you given. TIA gzdillon ... his application to a small test. Eventually during this process of isolating the problem you may find

Retrieval by Access bug?

Dear Sirs, I have an object A, that has a OneToMany FetchType.EAGER List of objects B, that has a field with a reference to an object C. I have this code: ClassA objectA = em. find (ClassA.class ... of objectC, and I cant find any reason for that. Could be any bug in ObjectDB when I retrieve by navigation

Cannot catch a PersistenceException and continue the transaction

I try to create a factory that creates new objects just in case it doesn't find the relevant one in the DB. but because query.getSingleResult() fires NoResultException in that case it marks ... @TransactionalAttribute(TransactionType.NOT_SUPPORTED) - doesn't work for me because i need to find also objects created

Searching lists within objects

persisting a new one (this could also save space in the database). Split the query - first find the relevant attributes and then find the CDI that contains these attributes. AttributeType can be defined as

Ram allocation

Hi , We are submitting one offer for our client and we must prove to client that Objectdb can allocate 128GB ram of server where it is installed. So can you please help us where we can find that information on your site or if you have some datasheet where we can find that info that can be helpfull

AbstractMethodError ... __odbSetTracker(Lcom/objectdb/spi/Tracker;)V

.java:1003) ~[na:na] at com.objectdb.jpa.EMImpl. find (EMImpl.java:598) ~[na:na] at com.objectdb.jpa.EMImpl. find (EMImpl.java:518) ~[na:na] btc_es BTC EmbeddedSystems It may indicate a partial enhancement

Activated ObjectDB still throws "Too many persistable types"

to find out whether a started ObjectDB server is activated, without having to resort to an actual ... for that machine. Is there any way to find out whether a started ObjectDB server is activated, without having

Start ObjectDB inside java code.

seem to find a way to automatically start the server mode, and i can't really expect the player ... the question and am sorry if not, but I don't seem to be able to find the require information.  

Out of memory

that fix without side effects. support Support You can find UTC on my ftp account. Database file:  ... overhead limit exceeded I wonder, how can we find the cause of those problems? It's production env

Replication issue, Replayer failing due to NullPointerException.

and that fixed it. I am also finding the recording directories growing upon DB restarts ... a bug, but unfortunately exploring it and finding the cause will require a test case that will demonstrate the problem. support Support

Maven driven compile time ehnancement

have been enhanced: com.x.y.a.AB com.x.y.a.AC com.x.y.b.AA com.x.y.b.AZ   Hope somebody finds it useful. I searched around for it but couldn't find a maven centric way to handle it. Cheers Willks William

Query problem after transaction commit

; support Support Attached please find the test code. The screen output is at the end of the post ... me post the new code later. Thx. ken.odb Ken Please find attached the new single file code

EntityTransaction.commit() does not release a pessimistic lock

.getTransaction().begin(); Account a1 = em1. find (Account.class, 0, LockModeType.PESSIMISTIC_WRITE); a1 ... ().begin(); Account a2 = em2. find (Account.class, 0, LockModeType.PESSIMISTIC_READ

InternalError on multiple AND and JOIN Query

.LoggerContext[default] - Could NOT find resource [logback.groovy] 09:30:08,687 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 09:30:08,687 |-INFO in ch

ObjectDB 2.x is working without any activation code

, what could be the reason for this ? Also how to find out which activation code corresponds to which machine ... your machines. ObjectDB will automatically find matching activation key in the list. support Support

Items in list are doubled, when the entity class is not enhanced

.createEntityManager(); em. find (Customer.class, Customer.class); em. find (Item.class, Item.class

Should I be able to persist a JFrame (or gui components in general)?

your bin files worked was double clicking your jar files (none of the exe's worked--couldn't find java ... . The point is, it has been a goal of mine for some time now, to find a way of programming basic "editor

How to creat a Query with Sql which returns a List marks

with find (Mark.class, oldMark.getId()); but somehow the oldMark has no generated ID so i try know ... dbMark = dbConnection.getEm(). find (Mark.class, results.get(0).getId()); dbMark.setdMark(oldMark.getdMark

Failure after ObjectDB 2.4.5_07 upgrade from 2.4.4_06

) at com.objectdb.o.OBC.aL(OBC.java:990) at com.objectdb.jpa.EMImpl. find (EMImpl.java:591) at com.objectdb.jpa.EMImpl. find (EMImpl.java:514) CalculationServices Calculation Services More details are needed

remove & persist in same transaction => Attempt to reuse an existing primary key value

Hello Support, in our configuration (FlushModeType.AUTO) is the execution of  em. find (Entity.class, ) much faster than an equivalent query. To optimize the Performance we define a special ... (); System.out.println("load and remove"); em.getTransaction().begin(); EntityA persitedEntity = em. find

Update more than 10000 entities by an update query fails

(FlushModeType.AUTO); { assertTrue(emThree. find (MyModelElement.class, 10000).isVisible()); assertTrue(emThree. find (MyModelElement.class, 10001).isVisible()); } emTwo.getTransaction().commit(); emTwo.close

@Enhancement annotation

at all. We found this annotation by accident and proved its behaviour via tests, but did not find any ... I described ? Yes. This is an undocumented feature for internal use, but you can use it if you find

Deploying a BIRT Project using ObjectDB onto Tomcat

Hi I am currently having trouble deploying a BIRT Report onto Tomcat. The report works fine in the designer and I can run it without problem. However when i deploy it on Tomcat I get errors, Cannot find or process the %oda.data.source.id driver's data source extension configuration. Cannot find

Problem with entities detection

put packages inside the entities package, ObjectDB is not able to find the entities. For example, in my case ... " package. When I have this configuration, ObjectDB throws and exception because it can´t find

UserException: Invalid configuration in 'internal' - Check permissions

if the EntityManagerFactory class can't be initialized because it can't find the database. I have tried with several input ... ().getLocation().getFile(); This code is used by ObjectDB to resolve ObjectDB Home, by first finding the path

in-memory and on-disk support?

I've had a quick read through the features/FAQ and haven't been able to find a clear answer. I'm looking at replacing a setup of H2 where I have 40GB in-memory backed by 800GB on-disk, the 40GB in ... physical memory as cache, so you may find that you get the performance that you need

On initialisation of lists: impact on migration from EclipseLink to ObjectDB

); } } This has impact on migration; in my case I would have to find an explicitly init about 1000 lists, because I have a large number of hand-coded (harder to find ) and generated (easy to regenerate) Lists in entities

server.exe on 32bit and 64bit Windows

. support Support The problem is that it cannot start because it cannot find the jvm on the 64bit ... message box with text: "Failed to find Java VM" 2. Trying with explorer.ini with line vm.location=c

Several parallel threads to speed up query on one DB

Emmanuel Keskes More information is needed. Please post thread dumps. support Support Please find ... . Some locking and waiting is normal. Please describe your findings that you think are abnormal

Empty temporary dat files in the temp folder

, begin a transaction, do some stuff ( find , persist, remove …) and then commit or in the case of errors ... ; // do anything - access an entity   MyEntity myEntity = em. find (MyEntity.class, 1);   em

system exception occurred during an invocation on EJB GuestDao

:212) ... 33 more   mbana mbana The exception indicates a failure to find a persistence unit ... .xml file. If you cannot find the problem try download and run the Maven version of the tutorial

Eclipse plugin problem (using ObjectDB as a separate bundle)

.org/e4/updates/2010 (You might have to select "Contact all update sites during install to find ... during install to find required software - is enabled. support Support Hello, Make certain the Group items by

Unexpected not reproducable exception during commit

when an attempt to insert a new (key,value) to the index finds that pair of (key,value) already in the index ... to find more information in the log file. Thank you for this report. support Support

Error whilst running

.java:976) at com.objectdb.jpa.EMImpl. find (EMImpl.java:625) at com.objectdb.jpa.EMImpl. find (EMImpl

ObjectDB BIRT Driver Update

\MANIFEST.MF (The system cannot find the path specified) java.io.FileNotFoundException: C:\Users\kwhittin ... \META-INF\MANIFEST.MF (The system cannot find the path specified) at java.io.FileOutputStream.open

Negative snapshot user count

) at com.objectdb.o.OBC.aK(OBC.java:969) at com.objectdb.jpa.EMImpl. find (EMImpl.java:551) at com.objectdb.jpa.EMImpl. find (EMImpl.java:474) at rbccm.felix.objectdb.messaging.ObjectDbMessagePipe.removeData

EOFException

.getResultList(JpaQuery.java:675) at rbccm.felix.objectdb.workflow.ObjectDbGraphContainer. find (Unknown ... on persistance. I've attached the database in question. ObjectDbDoctor finds a number of errors in

Schema-Update: Rename superclass and remove one subclass

= em. find (ChildClassA.class, 1); entityWithID1.mode = "a"; ChildClassA entityWithID2 = em. find

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

that version during enhancement (use File view mode not Project view mode in NetBeans to find ... have not done thorough bracketing of this one yet to find out which version introduced

New entity objects are duplicated on merge cascading

.createEntityManager();         Book book = em. find (Book.class, 1);   ... ();         A a = em. find (A.class, 1L);      

Multiple MEMBER OF query

Hello, Having an entity Items that have a collection field called labels , I need to find items that have two specific labels. @Entity public class Items { private List labels; } I can find an item that have one label: SELECT i FROM Item i WHERE :label MEMBER OF item.labels I can select items