ObjectDB Database Search

51-100 of 200 results

ObjectDB with JRebel: copious 'Not Enhanced:' errors with EJBs

.SCM.w(SCM.java:455) ... 76 more Severe: [2016-10-30 09:16:46 #6 enhancer.agent] I am using post - compile ObjectDB enhancement in an Ant script that targets folders with @Entity classes only.    

Suggest link to Maven example from Enhancer tool page

/tutorial/jpa/web/maven Needs also an explanation about: process-classes Or: compile Related:  https://www.objectdb.com/forum/240 webel Dr Darren Kelly Following your post the manual was amended. Thanks. support Support

evictAll() behavior

me what to check br   Tomasz Tomasz Wozniak Hi i've changed enhacment from the load time to compile time ... are enhanced correctly. If you can post a program that demonstrates the problem it could help. support

com.objectdb.o.NLV cannot be cast to com.objectdb.o.RSV

() + " ]"; } }   Thanks for your help. galandor Orlov Sergey Please post the full exception stack ... , it would be very helpful. support Support [2013-08-02 13:43:09 #8207 query. compiler ] [2013-08-02 13

Finding an object by its datetime

of what I'm trying accomplish (won't compile of course). My resultlist from my query gets zero results ... . Could you please send a complete runnable example, as described in the posting instructions ? support

An InternalException occurs when gets an result list

.JpaQuery.getResultList(JpaQuery.java:716) btc_es BTC EmbeddedSystems Could you please post ... is thrown during query compilation in checking the variable type. Could you please check if 

Different behavior with persist() and queried instances?

agent enhancer but maven compile time enhancer but the class itself is enhanced as I ... is this: - Create a class with a simple list in it like in my first post - Open up connection to server to any

problem using macbook with M1 chip?

we just switched to macbook pro with M1 chip and trying to start our project hangs in (see attachment),  // Compiled from UNM.java (version 1.5 : 49.0, super bit) public final class com ... . It is unclear why the byte code of an ObjectDB class was posted , if it contains relevant information

Extending model by "common entity"

, after compiling and running new version of application, I got some errors: java.lang.NoClassDefFoundError: pl ... is generated by the server). If it doesn't help - please post (or submit in a support ticket) a test case

Source not found error after downloading ObjectDB 2.3.7_04

2 days Pallavi pallavi You have to provide more details. What kind of error is it? Compilation ? Debugging? Runtime? If it is an exception - provide a full stack trace. If it is a compilation error or ... .  Basically the PMF.class is compiled from PMF.java and in the source file I am not able to find

Starting Explorer programmatically

://m2.objectdb.com' } }   dependencies { // OBJECTDB: compile 'com.objectdb:objectdb:2.7.5' compile 'org.eclipse.persistence:javax.persistence:2.2.0' compile 'javax.transaction:jta:1.1' }       dmoshal David Moshal this didn't work:   compile 'com.objectdb:explorer:2.7.5

Embedded & Activation & Scalation

and do enhance them at runtime, not compile time.. ?   Alex quasado Alexander Adam Multiple processes ... during enhancement, so the enhancement has to be performed before deployment (at compile time). This works well for existing ObjectDB OEM users. It will not work, however, if your object model is unknown at compile

InternalError on multiple AND and JOIN Query

{execution: default- compile }] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 9 source files to /home/pedwards/CONTEXTSPACE ... is platform dependent! [INFO] Compiling 1 source file to /home/pedwards/CONTEXTSPACE_workarea/objectdb

Integration

know i'm not using loadtime weaving but compile time weaving with aspectj) anyway, i got a spring ... compiler arguments(maven compiler plugin) but i need a little guidance here as to figuring

com.objectdb.o.TEX: Type ... is not found, for a class that's already been enhanced successfully.

query. compiler ]                        ... ;   [2019-09-13 17:13:02 #16 query. compiler ]                ... . compiler ]    [2019-09-13 17:13:02 #18 query.manager]    [2019-09-13 17:13:02 #19 query

Activation license not picked up in Jenkins

.MetaClass [2020-09-03 22:03:33 #10 query. compiler ] [2020-09-03 22:03:33 #11 query.manager] Query "DELETE ... .registry] New type common.model.PageView [2020-09-03 22:03:34 #16 query. compiler ] [2020-09-03 22:03 ... _below_first STANDARD_ERROR [2020-09-03 22:03:34 #20 query. compiler ] [2020-09-03 22:03:34 #27 query

Soft Reference Object Cache Recommendation

(Trying again.  Last post , ~50 minutes to compose, failed, possibly due to an attachment upload size limit being exceeded before the post attempt.  =(  ) I desire ... of post #1 is needed. Does it show the byte[] that is not released and you expect to be released

Remove not working

CBE Ah, my problem above was using "Test.odb;drop" instead of "Test.tmp;drop". I'll post a new test ... engine is common to JDO and JPA). Note that it is usually a bad idea to add posts to an old thread. The issue in the original post was already solved. All our new posts (starting #5) discuss a totally

OEM: Too many persistable types (>10) - exceeds evaluation limit (error 1011)

1011) at com.objectdb/com.objectdb.jdo.JdoQuery. compile (JdoQuery.java:734) I ... evaluation limit (error 1011) at com.objectdb/com.objectdb.jdo.JdoQuery. compile (JdoQuery.java:734) at com

Activation Issue

the evaluation license restriction message again at compile time (which was I was seeing before putting ... a compile . The unit test only has the jar file, and creates an embedded database. The jarfile

Entity is not related to ObjectDB, but i get exception from ObjectDB

.e. all the project is enhanced, but then specific classes are compiled again without enhancement ... , but the super class is not enhanced anymore. Building the entire project (i.e. compiling all classes

ODB with Netbeans

ODB2 allows JPA attributes to be public (which is great), but JPA does not. So, in Netbeans, with attributes like this: @Entity class A {     public String name; } I get compile ... that you may ignore all these errors/warnings since even the errors are not compilation errors, so you can still build and run the project. support Support

Failed to validate XML

' repositories { maven { url "http://m2.objectdb.com" } } dependencies { compile 'org.slf4j:slf4j-api:+' compile 'javax:javaee-api:+' testCompile 'junit:junit:+' testCompile 'com.objectdb:objectdb:+' }  

Spring LTW Problem

Hello! I use ObjectDB with Spring. Today i tried to swich from AspectJ compile time weaving to load time weaving. (To get Jrebel working properly) So i added      To my context ... to ObjectDB. I don't even need LTW for ObjectDB because i enhance the classes at compile time. Any

Error when using Object DB Java Agent

Hello! We are using the Java Agent while developing our application because it's not possible to tell IntelliJ to enhance the classes after compiling them. Without enhancing it's painfully slow ... code is built with maven and the classes are compile time enhanced. With the agent we have a problem

Updating Entities

with a  minimal   one class runnable program, as explained in the posting instructions . support ... won't be able to post for awhile since I'm not at my work computer (acquired files from cloud ... Jared Hinze If the problem is an UPDATE query (as shown clearly on post #5 but was less clear from post

Query results are not up to date for entities, not primitives

that return values rather than entities, so these queries are different. Could you please post ... . Could you please explain this in more details? You may have to post a simple test case to demonstrate ... to be able to explore this issue, you will have to post a simple test case that demonstrates

Eclipse plugin problem (using ObjectDB as a separate bundle)

;  } Post -enhancement, all files were successfully enhanced. Here is the contents of the Wizards ... of your choice. 2. Copy and paste com.richclientgui.rcptoolbox_1.0.9.jar from the previous post into ... . NB: Remember that you MUST add groovy to the project as described above in "User Post #4" and 2

EntityManager JPA or JDO impl and different behavior

of the sample test in the posting instructions . Static inner classes should be used for the entity classes ... the posting instructions may help in providing support and fixing issues more quickly. Thank ... to ObjectDB may be seen as the same issue. But your last post discusses 2-3 new issues (that may need 2

Database is erased after deploying a new web application version

saying this file could not be opened (which createEntityManager throws). Please post ... is much faster than creating  EntityManagerFactory instances). support Support  Please post ... . This could be of course after catching an ObjectDB exception, but then please post the ObjectDB

explorer NullPointerException

the other issue that you mentioned, the [Recent Connections] menu - could you post a stack trace? The stack trace that you posted is caused on an attempt to open the [Tools Options] dialog box, and it is not related to the [Recent Connections] menu. support Support 1、the stack what I posted  

Missing (null) elements in eager loaded references

this to a minimal self contained test case, as explained in the  posting instructions , with no external ... with no gradle or maven taken from the posting instructions example. Kevin Kevin Pfaff Thanks ... if this is the original issue from post #1. support Support So the problem is not the db or the db

How to resolve 404 errors with Eclipse/Maven Spring MVC

. this is partially cross posted with the eclipse forum. After posting there I thought it would be more appropriate to post here). siegfried siegfried heintze Enhancement  (using com.objectdb.Enhancer or other method) is optional, but improves performance. You may post your tutorial based Eclipse project

Auto Date for Creation and Update

the issue (see format in the posting instructions ), we may be able to look into it. support ... , but only in minimal runnable test cases that isolate the relevant issue. As suggested in post #4 ... program, following the format in the  posting instructions . support Support We are on a point

Index causes increased memory usage

analyzing a heap dump and post information about the main ObjectDB classes that take the heap space ... don't have the numbers with me, but I can post what we discovered using different processing cache ... Hello, As a follow up to your last post I have a few questions that would help

WebService : Failed to get reference value of field using enhanced method

Eugen Please post the complete stack trace including nested exceptions (check the ObjectDB log file ... the class path. If you cannot solve the problem - try to isolate it and to post a simple test case ... tried to use External Objectdb Server, but it doesn't help. I know, there is another post

Unexpeted internal exception

worked correctly. How can i fix this? jrchalaco Roberto Pinto Please post the precise error message and the full stack trace of the error. It would be helpful to read the  posting instructions  to improve the effectiveness of your posts . support Support The application does not show any

2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object"

changed, just ObjectDB.) CBE CBE (P.S.  When I submitted the forum post , I received an ObjectDB ... sense. Anyway, post #8 is only a side note. See #7 for recent status. support Support You are saying ... ", but you explained to me in another forum post that that exception is "normal" and alright

problem with lazy loading - unittest project attached

: compile   support Support sorry, that's right, i'm using a central artifactory repository

Why the internal error was thrown?

sporadic in our TestSuite. We observed this problem on a 32BIT OS.  The same compiled export

JRebel integration feature

and other ObjectDB enhancement techniques, just javaagent, compile time enhancement may offer a way ahead

com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date

the compiler back to 1.8, deleted module-info.java, and put objectdb on the classpath, the application

OutOfMemoryError in a query with many variables

.run(Thread.java:680) quasado Alexander Adam The exception is thrown during compilation of a query. Can you post the query? Does it have a large number of variables ( 20) ? support Support Hi, Yes

Unexpected exception when execute query without enhanced entities

returns. Here it seems that there is another (earlier) error in the query compilation , so the non-enhanced class is not even used, as queries are compiled against the existing schema in the database

Activation & Object Model Enhancement

We'd like to buy and use OEM Licenses. However, our object model gets enhanced at runtime (using JEnhancer directly) and not at compile time so we can not "sign" our object model at compile time though we are unable (and don't want) to activate each oem instance so we'd need a solution

retrieval again and again started

as already mentioned in other posts the database again and again goes for a retrieval like ... in this log seem different than in the original post , so hopefully build 2.9.0_02 did solve the main ... ). There is one place in which "SectionClassifier" from the original post (and all your previous reports

combined index not used

that is executed using a hint (will be explained in the next post ). As you have several heavy queries ... of the query from the post above it will select the 2nd query plan. Selecting a query plan by text (e.g ... further issues. Then run the "objectdb statistics" query again using build 2.8.0_03. If you can post

Best practise loading big data

for posting questionable code snippets. I have repaired it. In this scenario the data is only read ... this case properly Kind regards, Rainer Lochmann btc_es BTC EmbeddedSystems Posts #7 and #8 ... for loops as sketched in post #6. For the next half I would to write something like MyValue v : s

ObjectDB 2.5.6

a NullPointerException in query compilation . Fixed a memory leak (Negative snapshot user count) in

Feature suggestion: auto-detection of entities via persistence.xml extension

to the EntityManager whether one performs compile -time enhancement or runtime enhancement ? That is, does