Internal Website Search

101-150 of 200 results

Getting java.lang.ArithmeticException: / by zero

if you provide the exact build number that you use (or upload the ObjectDB jar file). support Support Please find the attached object db jar. binitbhaskar Binit Bhaskar I couldn't find the build number. It may be a very old jar. Please try the attached jar, which is the last build of ObjectDB 1.x embedded

Wrong data stored in date only fileds

(following fixing another clock change issue ). Please try build 2.6.4_03 which should work ... . There is a change in this build , following this forum thread , but it should not generate new fields or properties. You may however need to rebuild your project for this new build . If this doesn't help please provide

How prevent post-compile enhancement of non entity classes

I have recently moved to post-compile enhancement (from automatic run-time enhancement) using an Ant build .xml for a NetBeans web app. My adapted build .xml works for both full project build ... the enhancer on entity files. For full project build the following works, by grouping entities

Recursive calls with @PreUpdate annotation and Glassfish OutOfMemoryError

the enhancement (I do this build time with maven). First, for the test case I supplied: 1) You need ... version "1.6.0_26" Java(TM) SE Runtime Environment ( build 1.6.0_26-b03-384-10M3425) Java HotSpot(TM) 64-Bit Server VM ( build 20.1-b02-384, mixed mode) Willks William Apologies,    In my haste I

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

. The question of Bypass does not any diferrence. I am using some generic functions to build generic ... .personID == :personID")   I really need to use my generic functions to build the typedquerys ... are done perfectly well. The problem is in the fact that I'm building the typedquerys through use of generic

ObjectDB 2.x is working without any activation code

computers,) as long as your development / build machine is activated and the classes are enhanced ... , we are using OEM license to generate the activation code for individual build and development PC ... the logs were not opening but recentely we have faced a strange issue , we have used a new build machine

Problem with log file in an embedded db with netbeans platform application

\Ce\Desktop\ProteoB\ProteoApp\ build \cluster\modules\ext\log\odb20110921.log (The filename, directory ... a new file 'file:\C:\Users\Ce\Desktop\ProteoB\ProteoApp\ build \cluster\modules\ext\log\odb20110921.log ... Paolo Malpeli Thank you for the update. FYI, build 2.3.0_02 fixes this problem, and now ObjectDB Home

Integration

because of this problem. Please try the new build (2.0.3_03) that should solve this issue. Notice that in the new ObjectDB build load time weaving (enhancement) by Spring is currently disabled ... dries Thank you for your useful report. You can still use ordinary enhancement (e.g. during build

Merge of entity classes with "mapped by" very slow

. lwalkowski Lukasz Walkowski Merging entity objects that are already managed should be very fast. Build 2.4.2 ... it with the new build .   support Support Thanks for new build . Fix is working correctly. The speed ... a regression bug , so it had to be changed in build 2.4.3_01. Hopefully most of the performance gain will remain also with the new fix. support Support

Issue with orphanRemoval and multiple EntityManagers

the problem. Detecting orphan objects in reflection mode. This is fixed now in build 2.3.7_13. Notice that the test works well also with previous builds when enhancement is used. So even though it is good ... Build 2.3.7_18 fixes the cascading merge issue. support Support

Jboss 6 persistence.xml startup error

There were a few issues in using ObjectDB with JBoss AS 6.0. The good news is that a new build of ObjectDB ... .jar ) was added to ObjectDB distribution in the new build . It is identical to objectdb.jar ... - you might have to use JBoss 6.1 ( build 32 was tested successfully with ObjectDB) and replace the  jboss-reflect

Java 8 Enhancer Problem

. Regards Ralph   mosi0815 Ralph Moser Thank you for this report. Please check if   build 2.5.5_01 fixes this issue. support Support Build 2.5.5_01 fixes this issue but it has a new bug. When I ... ( issue #1373 ). Please try build 2.5.5_02.   support Support

Problem with distinct select, order by and equivalent alias/attribute path

option of build 2.6.5_03 for disabling the ORDER BY restriction checks:      ... is specified by the library user (the developer). Maybe you can change your query building to produce ... they'll fix this kind of query building in future releases since it still doesn't make any real sense

ObjectDB within a resource adapter module and Java EE Connector Architecture

default at least gets written respectively to: .../SpecWeb1/ build /web/WEB-INF/db/samename.odb .../SpecWeb2/ build /web/WEB-INF/db/samename.odb (for the case where deployed over .../ build ). The odb filename

Problem with byte arrays in JDO - ClassCastException

;    sjzlondon Steve Zara Thank you for this report. Please try build 2.7.1_08. support Support build 2.7.1_08 does not fix the problem. sjzlondon Steve Zara You are right, sorry. It fixed a simplified test case but not your exact test case. Build  2.7.1_09 should fix your test case as

NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1

and then redeployment solve the problem. You may also try using build time enhancement ... works fine. I added this code in build .xml.       galandor Orlov Sergey Thank you for the update. Build time enhancement is always preferred when possible. support Support

Changes in detach behaviour?

The last builds include fixes for some fetch issues so it is possible that ObjectDB behaves differently ... with a customized build .xml to enhance the classes. If you run the project you'll see the output "null ... source code instead of as an attachment is preferred). Please try build 2.3.5_05 that should fix this issue. support Support

JSON serialization and __odbHidden members

Hi.. Building a REST API (Jersey-based one) I noticed that every object I serialize to JSON ... ); return Response.status(200).entity(user). build (); The request is of PUT method with appropriate ... and see if it shall really work. tester15 John Please try build 2.6.4_03, which includes a different (and hopefully

ClassCastException on SELECT NEW ... after UPDATE over Java RMI

-EventQueue-0" [ObjectDB 2.5.4_04] javax.persistence.PersistenceException Failed to build result of type ... .objectdb.o.UserException: Failed to build result of type 'NEW com.arunta.base.db.FileNameDTO(r.id, r ... that contains a fix for this problem. Emil prolancer Emil Andonov Build  2.5.5_06 includes a fix

Grouping by date()

;, so AM and PM timestamps got different date values. Please try build 2.3.5_01. support Support New build works well. Thanks. lwalkowski Lukasz Walkowski I think I've found a one more place ... attached screenshot).     lwalkowski Lukasz Walkowski Please try the new build (2.3.5_06

How to convert a boolean to an int in the query?

Following your request we added support for casting boolean to int in build 2.5.2_03 ... . Build 5.5.2_03 was missing some required changes. Please try build 5.5.2_05

LEFT (OUTER) JOIN problem when mappedBy is defined

tested with 2.2.7 build 5 and 2.2.7 build 8 anaq x It was an ObjectDB bug. Please try build 2.2.7_09. Thank you for this report. support Support

can't get HashMap out of the database

Context, as discussed in this forum thread . In addition, you have to use the last build (2.3.2_04 ... of maps. Please try build 2.3.2_06. support Support Thanks for the fix, the test project now works ... , Natalia. natmaclin Natalia Levine Build 2.3.2_08 fixes another problem and your new test passes

Determining if Persistable Classes Have Trial Limitation

Hi,  I want to make our build automatically fail if classes are limited by the trial ... .6 Enhancer] 7 persistable types have been enhance How can I tell if a build does NOT occur with a valid key for the server performing the build ? Thanks, Clinton   CAPdev CAP Dev When a valid OEM

PersistenceException UserException: Failed to validate persistence.xml

\ build \web\WEB-INF\classes\META-INF\persistence.xml: at com.objectdb.o._PersistenceException.b ... .UserException: Failed to validate xml file C:\!heatboxes-web\ build \web\WEB-INF\classes\META-INF\persistence ... Failed to validate xml file C:\!heatboxes-web\ build \web\WEB-INF\classes\META-INF\persistence.xml

TYPE Expression

package path but the exact name of the entity. Alex quasado Alexander Adam Build 2.3.4_02 includes ... the revised test. support Support Build 2.3.4_03 should fix also the type literals problem ... Adam Build 2.3.4_04 should complete the fix of this problem. support Support

How to check if the classes were enhanced correctly with valid OEM license?

Hello, is there a way/tool how to check whether build classes were enhanced with valid OEM license? Scenario: 1) Build and enhance Java application with some Object DB license key. 2) Pick particular JAR containing enhanced classes from the build above. 3) Run some tool against picked JAR

500Mb ObjectDb database opening issue

500Mb ObjectDb database opening issue

alter table

to you, it is much easier to build such a test for someone that experience the problem and can reduce ... most cases it is impossible for someone that has not experienced the problem to build a test case and trying to build it from scratch is a waste of time. Your opinion may be different and I respect

Unexpected exception during open the database

. Indeed, it makes no sense to build a new index in the old database, so you may try disabling index ... EmbeddedSystems OK. Please try build  2.8.3_06. Exceptions can still be logged by setting ... compatible with version 2.8.5_05, indicating that an earlier build was probably used. Please check

ObjectDB Unable to process 1.6 L records.

of ObjectDB are you using? Can you try the last ObjectDB build and publish a track trace generated by ... build and publish a track trace generated by it? It is in production so not able to change the build

type.loader java.lang.ClassNotFoundException

.run(HND.java:133) at java.lang.Thread.run(Thread.java:655) The web project build has:     build /web/WEB-INF/classes/META-INF/persistence.xml     build /web/WEB-INF/classes

Error whilst running

. It seems that a change between builds 2.4.4_10 to 2.4.4_17 causes this error, but probably only in ... #1107 (a well as #194, #239, and #308). Build 2.7.2_01 should fix this bug. support Support Build 2.7.2_01 has a side effect that introduces another bug ( issue #2142 ). Build 2.7.2_02 should be used. support Support

Server out of memory exceptions

. Please try build 2.2.9_02 that should fix this. If it doesn't - try to disable the query program cache ... . support Support Any feedback regarding the new build that may fix the memory leak would be appreciated ... with the new build (although my local test was never that scientific anyway) . The new build was deployed

InternalException when using MEMBER OF on a large list in a query

. Build 2.6.3_04 should fix it. The issue is caused because of a bug in handling query results ... can fail with versions of ObjectDB before the new build . Note that although the new build fixes ... the key before the entities are persisted so that we can build even references. a) Composite Primary Key

Error during closing an entity manager

But we have done a full clean and build of our entity classes and there cannot be any enhanced entites and in ... . Do you have a way to reproduce it? i.e. if we release a build with an attempt to fix ... , but the error throws again. btc_es BTC EmbeddedSystems Could you please check build 2.7.1_03? support

Exception upon index definition change

Please try build 2.7.2_03. support Support Hello, thanks for your fast response. The new version works as ... in build of 2.7.2_03 in build 2.7.2_04 as they may cause duplication of index values on other types ... build 2.7.2_05, which should fix the issue again. support Support

Online Backup degrades responsiveness.

a new build with such new feature? support Support Thanks for your help.  I think ... #4 is implemented in build   2.8.6_01 . Please try it. support Support Thanks I'll report ... and the next build will except any type of Number . However, it is strange that no backup is created. Just tried

[ObjectDB 2.6.7_04] Unexpected exception (Error 990)

operation (before executing a query). It doesn't seem related particularly to build 2.6.7_04 or other recent builds , but to issue #1818 , that was already fixed. It is unclear why the previous fix is not working, but build 2.6.7_05 includes some addition that maybe can help. support Support 2.6.7_05 works

JDO PersistenceManager.getSequence() returns null sometimes

.setConnectionURL(" build /testcase.odb"); PersistenceManager pm = factory.getPersistenceManager(); Sequence seq1 ... require changing our large existing JDO 1.2 codebase. spiffy Jonathan Harley Build 2.4.7_04 fixes ... can be declared in classes using JDO annotations. Please try build 2.4.7_05 that should fix

Remove of an entry from a @OneToMany collection is not possible if the enhancer is disabled

;      int x;     } } Build 2.6.0_04 includes a fix of this issue ... into that build . Please try build 2.6.1. support Support

Querying error - java.lang.ClassCastException: com.objectdb.o.STV

to isolate the problem. support Support Build 2.1.1_08 should generate an exception with additional ... file structure that could cause this exception. Please upgrade to the last build (2.1.1_08 ... of the property at #3. support Support Build 2.1.1_08 produces the exception below. I've tried repairing

Sometimes the ObjectDB throws an internal expeption if a persist() was executed

.jpa.EMImpl.persist(EMImpl.java:442) btc_es BTC EmbeddedSystems Is it new in build 2.6.6_08 ... class. Is it a known entity class with existing instances in the database? support Support Build 2.6 ... if you still get the exception with the new build ? support Support It is an error which is sporadically

InternalException when querying indexed field using a list that contains duplicates

. spiffy Jonathan Harley Build 2.7.2_01 should fix this bug. support Support Build 2.7.2_01 has a side effect that introduces another bug ( issue #2142 ). Build 2.7.2_02 should be used. support Support

[ObjectDB 2.5.1_05] Unexpected exception (Error 990)

/1107 support Support Build 2.7.2_01 should fix this bug. support Support Build 2.7.2_01 has a side effect that introduces another bug ( issue #2142 ). Build 2.7.2_02 should be used. support Support

Unexpected exception Error 990

Build 2.7.2_01 should fix this bug. support Support Build 2.7.2_01 has a side effect that introduces another bug ( issue #2142 ). Build 2.7.2_02 should be used. support Support

ArrayIndexOutOfBounds with Critera API and function call

to our customer and went against a show-stopper again. We're building a simple query with the criteria api ... with no arguments. Please try build  2.4.4_07 that should fix this exception. Thank ... extends TestEntity_2 { }; We're actually selecting from type "TestEntity_3" and building the function

Unexpected not reproducable exception during commit

about this error it could help. If you can repeat the error we can release a new build that will log relevant ... EmbeddedSystems We can release a new build that will log relevant information to the log when this exception is thrown, for further diagnosis, if it happens again. support Support Build  2.7.6_02

Internal exception when quering

in every list of values in our selects:( Thanks Marta Maruta M Sedlakova Build 2.7.2_01 should fix this bug (which is a duplicate of issue #1107 ) support Support Build 2.7.2_01 has a side effect that introduces another bug ( issue #2142 ). Build 2.7.2_02 should be used. support Support

Internal error

better the context in which this exception is thrown. sjzlondon Steve Zara We can release a new build ... , so I can give you feedback soon.   sjzlondon Steve Zara Please try build 2.7.2_07 ... again please reopen it and report. support Support Apparently this was a regression caused by fixing issue #2027 . Build 2.7.6_08 should fix it. support Support