ObjectDB Database Search

1-50 of 73 results

Privacy Policy

through a mobile device. Tracking Technologies and Cookies We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service

Apache License, Version 2.0, January 2004

, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose

JPA Class Enhancer

to be enhanced. Enhancement improves efficiency in three ways: Enhanced code enables efficient tracking

ObjectDB License

is available through the Forum and via Issue Tracking . If you are interested in private priority

Tracking changes to new collections (in enhancement mode) after flush

BTC EmbeddedSystems It seems like a failure in automatic tracking of changes in enhanced classes ... (and therefore the title of this thread was updated), but to  tracking changes after flush to new ... ;entity.list.add("not- tracked ");         em.getTransaction().commit

Best practice for history tracking

tracking is only for reporting bugs and feature requests and not for general discussion and questions. In

Optimization Question

of data objects called tracks . These tracks change very frequently over time (every 10-15 seconds ... sequence executes when a track update comes in: - If it’s a new track simply add it to the database. - If it's an update to an existing track , delete the entire previous entry and then add in the new

Dirty checking

) some config settings to track changes to collections, e.g: http://www.objectdb.com/java/jpa/setting ... thinking, I need to: 1) set the config file to track array changes. 2) capture all entities changed ... , and requires significant testing. What I'm looking to do is to be able to use dirty tracking to a single

PersistenceManager.getObjectsById(Collection,boolean) throwing JDOException

may help.   support Support Ok, I think it must be a problem with the way I'm keeping track ... (AbstractObjectDBDatabase.java:259) at peoiws5. track .server.DefaultTrackServer.processCommands(DefaultTrackServer.java:347) at peoiws5. track .server.DefaultTrackServer.handleNextCommands(DefaultTrackServer.java:333

PostUpdate on array changes

is whether it is possible to track changes to lists of primitives? dmoshal David Moshal Hmm, digging into ... objectdb.conf file I will revisit the issue of dirty tracking of arrays. However, I have these new ... ? dmoshal David Moshal Can't seem to get array tracking to work. Given an entity (class A) 

Schema-Update: Rename superclass and remove one subclass

tracking for further discussion and tracking . support Support

Soft Reference Object Cache Recommendation

to achieve the desired JdoBlob2 caching, then I think I must need to track all JdoBlob2s ... ; Perhaps setting ObjectDB to use weak references but then using persistent object callback/listeners to track

OneToMany and cascade delete problem

.bug.forum.T501$Product#54 (error 631) at com.objectdb.pc. track .EntityTracker.beforeAccess ... ) at com.objectdb.pc. track .EntityTracker.backupEntity(EntityTracker.java:740) at com.objectdb.pc.load

UPDATE query to set a new field after schema change

, without using an UPDATE query. support Support A new issue was added to the issue tracking system based on this post. Further discussions and updates regarding this problem will be in the issue tracking . support Support

Future JDO versions?

that are currently not supported by ObjectDB. The main missing features are listed in the issue tracking ... UUID. Other features seem to be less important, but please update the issue tracking regarding any request that you may have. support Support

Compare old and new schema

Hello, I have an old database file with important data. Over time, I have modified some of the entity classes but did not keep track of the changes. Some fields may have been renamed or removed ... . It is feasible but difficult to keep track of all changes such as renaming attributes, renaming

ObjectDB Project Management

Does ObjectDB have a JIRA account or something similar where issues, tasks, improvements, suggestions, etc can be tracked ? ThreaT Ashton Hogan See Issue Tracking (under the Support menu). support Support

OptimisticLockException

tracking id generator, specific to internal requirement) - and got the same issue ... on pessimistically tracked entity.   Modified conf file, and got the test case working perfectly.  

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

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

here have been recorded carefully at every step, including Git tracking and tracking in a CMS web

Pessimistic Lock Timeouts setting

where multiple threads can hit a shared counter (which is used to track separate customers product

Can I Disable the Creation of the "log" Directory?

an issue (a bug report in the Issue Tracking system)? CBE CBE Build 2.6.8_07 should fix this issue

Trouble viewing db in Explorer.

is DEBUG, in order to track searching for classes). If possible, please publish a database file that demonstrates the problem. support Support

Intermittent: "Attempt to reuse an existing primary key value" when persisting a new instance

that the issue is hard to track . It must be a really small bug as it hardly ever happens (maybe

Cascading makeTransient

  makeTransient action, difficulties in tracking changes if the entity is made persistent

explorer feature request: ability to auto refresh

) via the explorer.   dmoshal David Moshal Your feature requests were added to the issue tracking

zip file or JAR manifest missing

, only one line, is always on the bottom. No more stack track ! gzdillon Lai Yang Maybe this is related

Unable to update a OneToMany Set

object does not track changes. This is explained in chapter 3 of the manual. support Support Thank

EntityManager getMetamodel() causes crash

I am trying to track down some obscure errors with multi-threading.  This involved looking at the EntityManager Metamodel but this caused an ObjectDB exception.  So I reverted to your example code in the tutorial (with class Point ) and it works as expected: : (995, 995) (996, 996) (997

ObjectDB version 2.3 has been released

the Issue Tracking system to contribute ideas and suggestions. support Support

Cannot find objectdb-jee.jar releases in the ObjectDB maven repository

a  feature request was add now to the issue tracking . The difference between these jars is that 

ObjectDB future

the forum, the issue tracking and the download page and see that ObjectDB is different. Since it first

auto-generated uuid fields

supported. Discussion was moved to a new feature request in the issue tracking . support Support

Beginners questions

and tracking changes You can post as many questions as you want, but please follow the posting instructions

osx menu item about window

osx menu item (for starting/stopping server, viewing config files, data roots, etc) is extremely useful. However, currently the about box doesn't show the current jar version of the server (and with rapid updates, it's difficult to know which version of the server is currently running, and track

ObjectDB and JPA

supports JPA 2.0 (except several unimplemented features - see the issue tracking ). Hibernate supports

Modifying something with Explorer -> app JPQL with Enum doesn't work anymore

considerably more time from us, it could only be processed in the slower issue tracking route. Thank

any plan for monitoring tool ?

    hello , is there any plan you have for monitoring objectdb realtime. Tracking queries and finding bottlenecks?   kadirbasol Kadir BASOL There is a ticket created by me. You can subscribe to it: https://www.objectdb.com/issue/169 and add you own requirements. lwalkowski Lukasz Walkowski

Collection update does not increase entity version and is not persisted

Markus Ritter Your test case demonstrates an issue in tracking changes to a collection in an object ... code, ObjectDB has to fall back to tracking changes by comparing object snapshots, which is less efficient. support Support

Enhancing a class causes it to not save changes.

Crutcher In enhancement mode ObjectDB tracks changes to entity objects when the values ... . In reflection mode ObjectDB doesn't track anything until flush/commit and then it just compares

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

by the persistent context (EntityManager) and changes made to the objects will be tracked as ... A feature request to implement a similar extension in ObjectDB was added to issue tracking . support Support

Can't open replicated database

having much joy replicating the exact circumstances which cause it. I'll send an update if I can track

Why does ObjectDB duplicate classes from javax.jdo:jdo-api?

for the quick reply! Should I open an issue for this technical debt? jleblanc Joel Leblanc This thread is now included also in the Issue Tracking . support Support

NullPointer when accessing persistent field

John Francis We have spent some time tracking this down. If we do not do static enhancing we do not

javax.servlet.ServletException: Annotated methods must follow the JavaBeans naming convention. __odbHidden_getPropertyName

(Thread.java:680) webel Dr Darren Kelly Upgraded issue tracking version to 2.2.6_01 webel Dr Darren Kelly

auto-generated uuid fields

was added to that documentation page . The issue tracking system enables listing all the unsupported JDO

Eager load Map

- thats fine by me. Just for reference what environment are you running in? (Just in case I can track

How to change properties in urls2.xml ?

request, so it should have been posted to the forum and not to the issue tracking system. Please read

ObjectDB 2.2.5

in using strings in criteria queries. Fixed a bug in collection change tracking in a new entity

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

I'm getting the ClassCastException below when querying objects. As yet I haven't been able to track down the exact circumstance in which it occurs - saving and querying objects works fine on attempts to recreate - but presumably at some point an object gets saved which objectdb doesn't like. Any