ObjectDB Database Search

101-150 of 200 results

How to enable and disable auto schema update?

accessing ObjectDB, or as a JVM parameter (using -D). support Support Thank you for the response.  ... ")) can you please explain how can i demonstrate it. Set the relevant property before accessing ObjectDB, or as ... field and use the new class with ObjectDB but then try accessing ObjectDB with the previous class

Object explorer cannot open odb file. ObjectDB many-to-many relationship

; assertEquals(2, countProjectsAssignedToU1); //prouve that we can access the project p1 through u1 ... ) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641) at java.awt.EventQueue. access $000 ... ? I'd like to implement a many-to-many relationship so that User and Project can be directly access

Object DB vs EclipseLink/TopLink: Unloaded relationships in detached entities

.jspa?messageID=1706796 it describes a feature of Toplink/EclipseLink that allows accessing untriggered ... still have access in their proxies to retrieve additional dettached instances. If the object ... adequately explore aspects like accessing lazy relationships when combined with Glassfish. From http

Problem upgrading

.web. access .intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) [spring-security-web-4.0.3.RELEASE.jar:4.0.3.RELEASE] at org.springframework.security.web. access .intercept ... .springframework.security.web. access .ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114

Field level privileges

Hello , we are currently making new instant messenger but we were planing to use some security addons and privileges on access some of the fields on java side.   Can we give privileges to users ... only allowed insert ability. Anonymous access only accesses some of the fields. kadirbasol Kadir

ClassCastException of same object type

the forum. Is my issue related to the fact that my plugin is trying to access ObjectDB ... BuddyLoading! This seems to have solved my problems as I can now access objects from other plugins without classcastexceptions. cmahony Craig Mahony

Removing objects where ManyToMany relationships exist

references are not null values and they are more difficult to handle because accessing them cause exceptions ... you for your answer and help. Two short follow-up questions: You write that trying to access a removed

Pessimistic Lock Timeouts setting

on the record, a subsequent access (which is a valid scenario for me) would instantly throw a: com ... .   My situation is where many clients from 1 company are accessing the same counter when bulk

Possible cause for "Enhancement of type ... is old and cannot be used"

.AbstractSingletonContainer. access $000(AbstractSingletonContainer.java:74) at com.sun.ejb.containers ... that uses property access mode. More details are in this issue thread  (see post #4). support Support

Database is erased after deploying a new web application version

to my root directory (and opened all permissions for it) but now there's a problem with accessing ... of accessing the file from the new web-app version, but is there a more elegant way

Trouble viewing db in Explorer.

(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue. access ... .EventQueue. access $000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt

Enhancer failure: Failed to process class file of type

.ObjectStreamClass. access $1500(ObjectStreamClass.java:81)         at java ... .ConstructorAccessorImpl loaded by com/objectdb/o/BCL cannot access jdk/internal/reflect superclass jdk

Optimistic locking: prevent version increment on entity collection attribute

with the containing entity. Check what the object contains in the debugger, and try to access the collection ... that transaction could be detached when I try to access the collection with the same EntityManager in the same

DB Explorer and Doctor unable to open DB file

The difference between your application and the Explorer/Doctor is that your application has access ... with a classpath that includes access to all your classes. In that case the synthetic class generation

Memory use in OneToMany relationships

mode, each  PicData is loaded when it is accessed . In reflection mode, when the collection is accessed , all the PicData objects are loaded. This exact behaviour may be changed in future versions

Sync ObjectDB and MySQL

yet when it will be implemented. You may try wrapping operations against ObjectDB in a database access layer code that will execute these database operations on both ObjectDB and MySQL ( accessing MySQL using another JPA implementation). support Support

Missing (null) elements in eager loaded references

is multithreaded. Try to get more details if this happens again. You may also try accessing the fields ... seem to be related to ObjectDB but to concurrent access to an unsynchronized ArrayList . It is unclear

Cast exception?

because the URLClassLoader is not accessible for it. Where do you install the objectdb.jar file ... it before first access to ObjectDB:     Thread.currentThread().setContextClassLoader(Player.class.getClassLoader()); support Support

Soft Reference Object Cache Recommendation

to get rid of older objects before more recently accessed ones.  I attempted to use Java ... might stand for something like "Page Access Group element". So, I eventually derive at the conclusion

WebSphere Liberty Configuration

server on the planet, does not allow direct access to the JTS TransactionManager. Instead, for common ... . Liberty is great. It is just that accessing the JTA transaction manager is not standard

Password in Embedded Mode?

Is there a way to setup a database file that will be accessed in embedded mode, such that it is locked with a password.  Thereby making it impossible to use ObjectDB to access the contents of the file without providing the correct password when obtaining a connection.  In my case, I'm

Query by array element

This query is not supported since you cannot access arrays in queries. You can implement a method in MyEntity that wraps the array access operation and then use that method in the query. It is supported by

New to Product & Having An Issue

shows these two classes. package test.Domain; ...imports.... @Entity @ Access (AccessType.PROPERTY ... .Domain; ...imports.... @Embeddable @ Access (AccessType.PROPERTY) public class DomainId implements

Potential ObjectDB bug

-servlet-1.1.0.Final.jar:1.1.0.Final] at io.undertow.servlet.handlers.ServletInitialHandler. access ... .handlers.ServletInitialHandler. access $000(ServletInitialHandler.java:76) [undertow-servlet-1.1.0

Catching exceptions from online backup

accessible via some API or the  TypedQuery.getSingleResult() would accept a parameter of type ... which I set in the target attribute, is not accessible for the app, a UserException is risen

Standalone server needs dependencies?

access as well, with no need for access to the classes. Anyway, if you are happy with the solution

Embedded mode usage question

access only or not. Is it ok to use object db in an embedded (non server) mode for a web app or web service, accessed by a number of end-users (consumers).   Thanks, Dmitri   livotov Dmitri

Embedded in JDO metadata not working in objectDB 2.x ?

Hi, I am using JDO access to the database with the persistence defined in package.jdo XML metadata files. In those metadata files I have few persistence-capable classes which had extents in ObjectDB ... only adjusted the neccessary code to access the database (JDOConnection, etc.) and converted the DB

Embedded & Activation & Scalation

when two instances try to access same db? Is everything synched properly? How does activation work ... embedded mode that way. In embedded mode only a single process can access the database

Failed to read DB file while online backup is running

These stack traces indicate accessing ObjectDB database after its file was closed. More details ... access (with PersistenceManagerFactory), but for the online backup I use JPA (hence I found in

Undeploying Glassfish web application does not disconnect from ObjectDB

Glassfish3.1.1 Netbeans7.1 ObjectDB 2.3.7_19 If I deploy a web application to Glassfish using ObjectDB as JPA provider, then undeploy, I can't access the database file in the ObjectDB explorer, the explorer claims the database file is being accessed by another process. If I restart Glassfish

Does "error 522" (connect timed out) have something to do with restrictions despite license activation?

trace) on an attempt to create a new EntityManager. Activation requires network access ... to activate) results from the same network access restriction that was solved. support Support

An ArrayIndexOutOfBoundsException with nested entities and enhanced entities

@ Access (AccessType.FIELD) public abstract class ModifierImpl extends DataTypeImpl implements Modifier ... . But perhaps, not quite comprehensible, the database was produced by the ObjectDB_2.6.8_05. And then accessed

Maven Enhancement with OSGi Plugins

which some of the classes are not accessible by the default class loader, consider enhancement as part of the build script, using an external JVM that will have access to all the classes. support Support

Homepage and forum nearly inaccessible

, and it has been like that for 1 year, since I started using ObjectDB. I'm also accessing from Europe, and many ... of May 19 22:00 the site is responding fairly normally when accessing from Germany. Let's hope it stays

Attempt to execute a query using a closed EntityManager

You are right. Apparently accessing an ID field could be handled differently than accessing a non ID

Project runs in Eclipse but not when exported to runnable jar

)         at java.awt.EventQueue. access $000(Unknown Source)   ... empty one is created ( accessing a database file that is embedded in a jar file is not supported by

Query Execution Error

quasado Alexander Adam Aaah.. I can see.. I guess it is because of the collection access again jeeze ... ')).debitor=true)))) BTW - should null pointer exceptions EVER happen if query access not set fields or

InternalException: null

Hi! when I run my application where 10 threads are concurrently accessing ObjectDB (only reading) via using ExecutorService, then these 2 mistakes are coming rapidly: 1. Caused by: com.objectdb.o ... .extech.serverImpl.QuantServerImpl. access $3(QuantServerImpl.java:4851) at eu.extech.serverImpl

[ObjectDB 2.2.5_02] Unexpected exception (Error 990) com.objectdb.o.InternalException: java.lang.NullPointerException: null

@ Access (AccessType.PROPERTY) public class Chart implements Serializable { private TimePeriod id; private ... ; } }   And its embedded primary key @Embeddable @ Access (AccessType.PROPERTY) public class

NULL reference, how to remove

we have in our db these objects, how can we remove them (we did already a -cp Doctor):     hgzwicker Hans-Georg Zwicker More information is needed about this NULL reference. Can we have access to the database? What happens when you try to access the containing entity object? How many

ODB-FileWriter holds unecessary entity reference after transaction and entity manager are closed

a MyStepBlockCollection with read access . If all of them potentially hold this amount of memory ... to know if - we do something wrong and should change the accessing methods or - if the analysis is right

Navigation through lazy loading from Detached Objects

: on accessing lazy loaded relationships outside a transaction, after a query, from Glassfish forum thread ... , thanks, Webel. webel Dr Darren Kelly Build 2.3.7_01 fixes NullPointerException in accessing inverse (mapped by) fields after detachment. support Support

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

:1362) at IceInternal.ThreadPool.run(ThreadPool.java:782) at IceInternal.ThreadPool. access $100 ... ) at IceInternal.ThreadPool.run(ThreadPool.java:782) at IceInternal.ThreadPool. access $100(ThreadPool.java:12

Errors after unexpected server shutdown

a quick solution, you may try to remove the index, i.e. access the database with a class (in the classpath)  in which that index is not defined, and then again redefine the index by accessing

each 1-2 days objects on some objectdb level lock/block each other

. It is blocked waiting to access a database page. Different threads can use the same database page  ... access is granted. We will try to eliminate this synchronization but the expectations

ObjectDB can't be activated

have access to the environment in which it happens we cannot test the fix. support Support The new version ... of the database. Would it help if we set up a web-session with access to the server? skolb Sebastian Kolb

ObjectDB 2.7.0

a specific enum type). Fixed a critical   "Enhancement ... is old" bug when using property access mode ... property access mode. Fixed a bug in allowing page sizes larger than 64KB (which are not supported by ObjectDB). Fixed an issue of very slow online backup.

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

is missed in the list. Do you have an idea why? @Entity @ Access (AccessType.FIELD) public class MappingImpl implements Mapping { //the UID of the Mapping @Id @ Access (AccessType.FIELD) @Column (name

Blocked by find

database which contains one type of Entity. Access is through an application wrapper object ... application - access is typically a number of persists as a request enters the system, several gets as