ObjectDB Database Search

101-150 of 200 results

Internal exception in objectdb-2.4.4_17.jar

. find (EMImpl.java:551) at com.objectdb.jpa.EMImpl. find (EMImpl.java:474) CalculationServices

Unexpected NoSuchFieldError exception

while another transaction is running. In each case, I've found it difficult to figure out where to find the right documentation. Below is an example that has #1 and #2 together. Additionally it's not clear how I find

enhancement issue

can't find the classes when they are in a jar file??   dmoshal David Moshal To enhance a jar ... . Alternatively you may find build time enhancement or enhancement by an agent (specifying it explicitly with -javaagent explicitly) more suitable. support Support

New to Product & Having An Issue

); } } @Test public void findDepartment(){ Department d = em. find (Department.class ... out with the random UUID strings I generated. However, the second test findDepartment fails to find any

newbie - lots of exeptions

.internal.api.DelegatingClassLoader@15e8179 was requested to find class com.prohire.agent.entities ... is thrown when ObjectDB tries to scan classes in order to find entity classes and other annotations

Memory Leak in EntityManagerFactory ?

. If you find that the number of open and close invocations is the same and you still have a memory leak then this may be an issue in ObjectDB. On the other hand, if you find that the call to close

How to disable Transparent Update.

How to disable Transparent Update. I have done 2 task in a single transaction. 1. Find a entity by a em. find (Class cls,Object o) and change some fields.(not updating) 2. Persist a new entity. But i found the in 1st case the changed value was updated. I have attached the sample program

Cannot connect with client

they are, since the update of that version was from last year.  How do I find out exact I'm running ... to find the full stack trace of the exception in the log file. support Support IC,  I am using

openejb jpa jaas module

= entityManager. find ( UserInfo.class , username ); if(info != null) { String password = info ... (); final Principals principals1 = entityManager. find (Principals.class, principalId); subject.getPrincipals

TreeSet and compareTo() issue

Hi I'm trying to use TreeSet but getting NPE on the compareTo() method when it does a find (): at com.objectdb.o.LDR.z(LDR.java:269) at com.objectdb.o.OBC.aP(OBC.java:1058) at com.objectdb.o.OBC.aN(OBC.java:976) at com.objectdb.jpa.EMImpl. find (EMImpl.java:625) ... 123 more Caused by: java.lang

Failing in embedded mode, correct javax.persistance?

have reported. Answers I find invariably focus on the "persistence.xml ... persist. Can you tell me what version of javax.persistence I should use and where I can find it? Knut

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

Jboss 6 persistence.xml startup error

-data-source element in the persistence.xml that I managed to find . Also, when setting up a jboss

Not releasing locked MST object

us know what you find as it would help in working on eliminating this deadlock. support Support

NontransactionalWrite error using Collections.sort .

trace and check your code - you might find that your compareTo method changes a persistent field in

like operator (String)

that there is a user with following email 'test@mycompany.com' With :value  = "test" ObjectDB will find

Enum fields are set to null and embeddable enum class does not show in explorer

provide the necessary fix as soon as possible. support Support Please find attached the test case. I ... . Ok, if it only affects the Explorer I could find a work-around. However, I do not understand why in

queries under 2.7.6_4 significantly slower than under 2.7.6

. Unfortunately, although increasing the number of query plans that are examined can usually help in finding ... ) it may help identifying a pattern and finding a solution. If the schema and indexes are the same

cannot delete objects after crash (see issue 2283)

, we had to stop and run the Doctor. Find attached the latest log   hgzwicker Hans-Georg Zwicker ... . Could you please post your production objectdb.conf file? support Support find attached our configuration hgzwicker

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

Query Execution Error

to get this finally running though still struggling :(   Find attached the db for testing

Best practice for history tracking

for other users so it is important that it would be easy for others to find and see the questions and the answers. Thanks! support Support

Deadlock on Schema Update during Multithreading activity

(); The last command will work when ObjectDB can find managed classes automatically . support Support Version 2.5.1 should fix this issue. support Support