Internal Website Search

1-50 of 112 results

ObjectDB Issue Tracking

All about ObjectDB Issue Tracking in Java/JPA database - explanations, examples, references, links and related information.

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

Relationships and tracking changes

Relationships and tracking changes

How to track memory leak with ObjectDb.

How to track memory leak with ObjectDb.

Updating JPA Entity Objects

yet are also persisted. Automatic Change Tracking As shown above, an update is achieved by modifying a managed ... are more portable to ORM JPA implementations and provide better automatic change tracking support. UPDATE

ObjectDB Object Database Features

are supported. Support for remaining features is in progress - see issue tracking (requires login ... features is in progress - see issue tracking (requires login). Performance and Speed ObjectDB is extremely

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

efficient tracking of persistent field modifications, avoiding the need for snapshot comparison of entities

ObjectDB License

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

Entity Management Settings

should be tracked automatically in enhanced classes. See the Updating Entities section in chapter 3 for more details.

Posting Sample Code

To demonstrate a technical question or an issue - you may have to provide a complete runnable sample program . If an unexpected exception (e.g. NullPointerException or ClassCastException ) is thrown by ObjectDB - posting the full stack trace with no sample program (using the Issue Tracking

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) 

Different behavior with persist() and queried instances?

and no special proxy class from objectdb which can track changes. However, when we do simple re-select ... have re-selected it from the database? In each other case, the automatic change tracking is driven ... the persist() and the commit() call, my list property seems to be correctly tracked as it includes

Working with a cleared cache

(); // Query the database for all of the tracks to delete String jdoql = getQueryString(deleteCollection ... .readAndAdjust(UMR.java:603) at peoiws5. track .persistence. track .CvtscTrackLinkBean.__odbReadContent

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

Testimonials

forum and issue tracking to get impression. ObjectDB is stable and robust, but naturally like any ... tracking - bugs are usually fixed very quickly as soon as they are found. ObjectDB is in use

[ODB1] Chapter 3 - Persistent Classes

aware classes must be enhanced in order to track persistent fields. ObjectDB must know ... that perform the same accesses but also report to ObjectDB. Tracking changes in persistent arrays (in

Email notification about new build

Just a quick thought. It would be nice to get email notification about new builds. If a new build resolves a problem that I'm not subscribed for, I don't know about it until i check ODB page :) lwalkowski Lukasz Walkowski This is a good idea. It is now set as a website feature request in the issue tracking system. support Support

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

[ODB1] Chapter 6 - Persistent Objects

persistence capable or as persistence aware. Otherwise, modifications cannot be tracked by ObjectDB

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