Internal Website Search

51-100 of 200 results

Last build is not available on Maven Repository

Is there some special reason why the last two builds of 2.3.3 are not available in your Maven repository? mosi0815 Ralph Moser Just checked and 2.3.3_06 was indeed missing (but 2.3.3_05 was there). It is available now (refresh your browser). I will check what went wrong. Thank you for reporting this. support Support

On ensuring ID available after persist

On ensuring ID available after persist

Accessing objects to make them available after EntityManager close?!

Accessing objects to make them available after EntityManager close?!

DB persist operation results are not available for another Thread/EntityManager immdiately

a query. But there are not any results available . We debugged the problem. Thread B executes the query

virtual servers and one file

. Can you also check the cache that is available for files of this application by the OS / ESXi? How can I ... that is available for files of this application by the OS / ESXi?"? There plenty of RAM free ... by the OS in the large available RAM. Virtualization can restrict the available resources, i.e

persists and update together ?

UPDATE c=VALUES(a)+VALUES(b);   This query , inserts data or updates if its already available ... available then update if its available , if not add new object to db.   This will make more cycle then on mysql on top.   Is there any shortcut persists object if its not available

Corrupted Database or error in ObjectDBExplorer?

) available in the the classpath (either in the Explorer or using your application) in order to update ... and then opening the database with the modified class available in the classpath. Removing that temporary persistent field, and again opening the database when the up to date class is available in

mapping file is not being loaded

a simple configuration file to determine available persistence units, and then bootstraps ... other entity class that was reachable from the one I persisted was available via the Metamodel API ... : [Type T824$A] So the metadata is available even though the database is still empty. support Support

ObjectDB Manual

) Is there such an option I'm unaware of on your website or could you make the manual available for offline reading? Very best regards, Paul pberger Paul Hello Paul, At the moment the ObjectDB manual is available only online on ObjectDB website. Hopefully, a PDF version of the manual will be available later

Vacuum - Reclaiming Unused Space In Odb

this is available only offline and not when the database is open.     support Support Thank ... for some recent transaction. Since replication is sequential if that transaction is available , all the preceding transactions are also expected to be available in the replicated database.  support

Failed to synchronize replicated database

future development. 2. The replication should catch up if all the transactions are available , i.e. transaction recording of the master is available from the moment of the last slave database update ... , since the last breakpoint (i.e. an available db backup), e.g. for debugging. In replication

ObjectDB current status of the BIRT plugin

. My questions: - Is there a mistake in the tutorial or is the software update site (temporarily) not available ... ) is now available , which requires ObjectDB 2.5.3 or above (older versions can become available

PostUpdate on array changes

A, but no events are fired. The documentation suggests a 'makeDirty()' method, but this seems only available on JDO. Question: Is array tracking only available with the JDO api ? dmoshal David Moshal   ... .  Is array tracking only available with the JDO api ? Yes. Earlier you mentioned lists. Arrays

Newbie : How to return the auto-generated ID

Deepak Mishra The id is available in the id field so you can simply access it. By default, however, the allocated value is available only after commit or flush and not after persist . If you need to have the id available earlier (immediately after persist ) - you have to switch to sequence or table  value generation strategy. support Support

ObjectDB shuts down

to keep the necessary amount of RAM available for itself. I experienced something similar when my app server (Tomcat/Tomee) was using too much memory (out of the total available ), thus CentOS was killing it. zmirc ... will be available . Thanks peric.emil Emil Perić When the server is shutting down, do you see a stop

javax.persistence.EntityManager

for the EntityManager , if available . The result of this method is implementation specific. The unwrap method ... should not expect that the instance state will be available upon detachment, unless it was accessed by

Exporting the data out of the ObjectDB

. support Support Thank you so there is no out of box tool that is available , i will essentially ... them to relational store ? Thank you. Sandeep Sandeep Dhamale No out of the box tool available now

Database is erased after deploying a new web application version

That may be the problem. The servlet context is available in specific listener and servlet methods ... Note that getServletContext is available only after the servlet init method is invoked (by the web

Explorer in 2.3

... commands (also available in the context menu when right clicking a reference). Using copy and paste ... can be applied automatically on more than one database. You don't have the Explorer available in

Join query problem with new statetment

available 2011-07-05 06:40:34.847 ["http-bio-8080"-exec-3] DEBUG o.s.orm.jpa.JpaTransactionManager - Should roll back transaction but cannot - no transaction available 2011-07-05 06:40:34.872 ["http

Cast exception?

ObjectDB. Possibly JPA is available in the parent class loader separately from ObjectDB (for example, it is available as part of Java EE), in addition to being part of objectdb.jar. If JPA is loaded by

Replicated cluster recovery

anything and this functionality (or similar) is currently available . Thanks! felixobjectdb Richard Szurgot ... [], int, int, int) line: not available [native method] SocketInputStream.read(byte[], int, int) line

Starting Explorer programmatically

JAR file and it is not available on ObjectDB Maven repository. You can find it in the bin directory ... to our automatic Maven repository, so it was added to plans but will not be available immediately. support Support

Date field Index is corrupted due to time change

DB. I'll post additional information if and when it becomes available . Regards Emil   prolancer ... should fix this issue. support Support Thank you for making a build that contains the fix available

after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown

we are currently uploading the database that was repaierd and the logs, as soon as available we send ... available hgzpincher Hans-Georg Zwicker The release date is unknown yet. If you would like

Maven Repo for ObjectDB

Is there any Maven 2 or 3 support for ObjectDB, any repo available to download the libraries required Thanks, N.H meetnavpk Naveed Hussain A new Maven repository is now available on: https://www.objectdb.com/download support Support Thanks very much, that is perfect. meetnavpk Naveed Hussain

Eclipse4 RCP - No Persistence provider for EntityManager

bundled in the same JAR also after build 2.6.2_02. It is not available on Maven but if you download ... available in LocalEntity location, so you can change the context class loader only later

PersistenceUnitUtil.getIdentifier(entity) - JPA Method

JPA Method in javax.persistence.PersistenceUnitUtil Object getIdentifier (   Object entity ) Return the id of the entity. A generated id is not guaranteed to be available until after the database insert has occurred. Returns null if the entity does not yet have an id. Parameters

javax.persistence.EntityResult

when insufficient data is available are undefined. Example: Query q = em.createNativeQuery( "SELECT o.id, o

javax.persistence.PersistenceUnitUtil

(Object entity) Return the id of the entity. A generated id is not guaranteed to be available

javax.persistence.Persistence

JPA Class Persistence java.lang.Object ∟  javax.persistence.Persistence Bootstrap class that is used to obtain an EntityManagerFactory in Java SE environments. It may also be used to cause schema generation to occur. The Persistence class is available in a Java EE container environment as

EntityManager.getReference(entityClass,primaryKey) - JPA Method

that the instance state will be available upon detachment, unless it was accessed by the application

EntityManager.getDelegate() - JPA Method

JPA Method in javax.persistence.EntityManager Object getDelegate () Return the underlying provider object for the EntityManager , if available . The result of this method is implementation specific. The unwrap method is to be preferred for new applications. Return: underlying provider object for EntityManager Since: JPA 1.0

ClassCastException during query

that is available for ObjectDB or generated by ObjectDB if the class is unavailable). Another class is used ... loader that is available for your own application is also available for ObjectDB for loading ... made it available in one version for both ObjectDB and your other model classes, as discussed

Schema-Update: Deactivation of automatic entity class removing and introduction of a new class remove in the schema config

itself was still available in the classpath. If we complete remove the class, it works as we hoped.   Can you please explain what happens, if the entity class is NOT available . Or at least what we have to consider! As ... a method e.g. incrementSomething() and the entity 'childEntity' is not available the method

BIRT Driver Improvements

ObjectDB version that it contains. support Support + It should be available on maven to be able ... reports quasado Alexander Adam When could we have the birt driver avail ? We won't be able to ship ... ) available as a separate maven artifact in your repository..?   thanks Alex quasado Alexander Adam

Removing of an entity removes also another entity type

WHERE rm.type = 'interfaces' // now the ResolverMappings with type = 'interfaces' are not available anymore, the result is empty, only the ResolverMappings with type = 'scopes' are still available in ... with type = 'interfaces' are still available . btc_es BTC EmbeddedSystems Please note that mixing

combined index not used

that are clearly inferior to other available options. Eventually a short list of query plans ... database is available here: https://www.dropbox.com/s/i4wovoa0oq3wlgx/coreSystemDb.odb%203.zip?dl=0

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

: The new version is not yet available on the download page. btc_es BTC EmbeddedSystems Sorry, 2.6.7_04 is available now. support Support Maybe the fist reported Problem is solved, but now

javax.jdo.datastore.Sequence

if it is available . It is intended to return a sequence value object previously used. If the current sequence value is not available , throw JDODataStoreException. Return: the current value Since: JDO 2.0 long ... available or is not numeric, throw JDODataStoreException. Return: the current value Since: JDO 2.0 String

PersistenceManagerFactory.setTransactionIsolationLevel(level) - JDO Method

isolation levels are defined in javax.jdo.Constants. If the requested level is not available , but a higher level is available , the higher level is silently used. If the requested level is not available , and no higher level is available , then JDOUnsupportedOptionException is thrown. Standard values in order

javax.jdo.PersistenceManagerFactory

javax.jdo.Constants. If the requested level is not available , but a higher level is available , the higher level is silently used. If the requested level is not available , and no higher level is available , then JDOUnsupportedOptionException is thrown. Standard values in order from low to high

Transaction.setIsolationLevel(level) - JDO Method

are defined in javax.jdo.Constants. If the requested level is not available , but a higher level is available , the higher level is silently used. If the requested level is not available , and no higher level is available , then JDOUnsupportedOptionException is thrown. Five standard isolation levels are defined

javax.jdo.Transaction

.Constants. If the requested level is not available , but a higher level is available , the higher level is silently used. If the requested level is not available , and no higher level is available

Sequence.current() - JDO Method

JDO Method in javax.jdo.datastore.Sequence Object current () Returns the current sequence value object if it is available . It is intended to return a sequence value object previously used. If the current sequence value is not available , throw JDODataStoreException. Return: the current value Since: JDO 2.0

Sequence.nextValue() - JDO Method

JDO Method in javax.jdo.datastore.Sequence long nextValue () Returns the next sequence value as a long. If the next sequence value is not available or is not numeric, throw JDODataStoreException. Return: the next value Since: JDO 2.0

Sequence.currentValue() - JDO Method

JDO Method in javax.jdo.datastore.Sequence long currentValue () Returns the current sequence value as a long. If the current sequence value is not available or is not numeric, throw JDODataStoreException. Return: the current value Since: JDO 2.0

Sequence.next() - JDO Method

JDO Method in javax.jdo.datastore.Sequence Object next () Returns the next sequence value as an Object. If the next sequence value is not available , throw JDODataStoreException. Return: the next value Since: JDO 2.0

PersistenceManager.close() - JDO Method

JDO Method in javax.jdo.PersistenceManager void close () Close this PersistenceManager so that no further requests may be made on it. A PersistenceManager instance can be used only until it is closed. Closing a PersistenceManager might release it to the pool of available PersistenceManager s, or

javax.jdo.PersistenceManager

only until it is closed. Closing a PersistenceManager might release it to the pool of available PersistenceManager s, or