ObjectDB Database Search
151-200 of 200 resultsDoes ObjectDB support @Parent for @Embeddable reference to parent?.IDENTITY) private Integer id; @ Access (AccessType.PROPERTY) @Embedded private Profile profile; public ... well, but get methods should be annotated when using property access , rather than the annotated fields, as ... of setter trick seems to work. Thanks. but get methods should be annotated when using property access | |
TemporalType injection with Calendar using JPA;Is there something obvious here that I am failing to see? @Embeddable @ Access (AccessType.PROPERTY ... ; And this is embedded in this Entity class @Entity @ Access (AccessType.PROPERTY) public class Chart implements ... , and added some converter methods. @Embeddable @ Access (AccessType.PROPERTY) public class | |
Performance issue in a query due to compareTo calls with the bottlenecks of the query execution. Why the compareTo() calls need so much time? @Entity @ Access ... @ Access (AccessType.FIELD) public class Values extends Identifiable { @Index private long stepNumber ... performance. support Support But what is needed to define an index on the field 'step'? @Entity @ Access | |
Bad Backups – Null Error when issuing simple query on backup via ObjectDB Explorer I have attempted to access two different backups that were taken by ObjectDB’s internal backup API. Upon attempting to access both of the databases via ODB Explorer (via server mode) I receive ... also when accessing these databases from your application? If you can share these databases or similar | |
Eclipse4 RCP - No Persistence provider for EntityManager an OSGi Service which provides the access to the ObjectDB database Plugin project client - uses the OSGi ... mentioned above. Particularly, for ObjectDB to be able to access resources and entity classes without changing class loaders its bundle must have access to classes and resources in relevant bundles | |
ObjectDB with JRebel: copious 'Not Enhanced:' errors with EJBs(EjbOptionalIntfGenerator.java) at com.sun.ejb.codegen.EjbOptionalIntfGenerator. access $200 ... .CommandRunnerImpl. access $1300(CommandRunnerImpl.java:109) at com.sun.enterprise.v3.admin ... (WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy. access $100 | |
Open several objectdb databases the same time Golyshkin In embedded mode a database can only be accessed by one process at a time. The server mode is designed for accessing a database by several processes simultaneously. You may also try ... -server connections. support Support What about database access performance (read/write speed | |
Glassfish 4 AbstractMethodError: com.objectdb.jpa.EMF.createEntityManager(WorkerThreadIOStrategy.java:115) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy. access $100 ... . access $100(WorkerThreadIOStrategy.java:55) at org.glassfish.grizzly.strategies ... :115) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy. access $100(WorkerThreadIOStrategy | |
LAZY @ManyToOne field functions as EAGER_BEFORE_CLOSE, and when it is true the fields are accessed and output before the finding entity manager ... , so that the fields are only accessed after the finding entity manager closes, I can still view b.cLazy ... ;there is no way for ObjectDB to know that such relationships are expected to be accessed | |
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 | |
NullPointerException while setting a new property value version). In my theory, this is a (possible) cause and what we are doing - concurrent access ... ) to make database access for write. Nothing special here I guess: public synchronized void saveCollection ... to be threadsafe. Entity managers must only be accessed in a single-threaded manner." Actually | |
Running ObjectDB on a node that does not have internet connectivity The stack trace indicates that an attempt to access the JDO dtd file (in order to verify ... available locally. Please switch to the last 2.0 RC version, in which the dtd is accessed locally ... , but an attempt to access the Internet might still happen if the XML headers of the package.jdo files | |
Glassfish 3.1.2.1 and ObjectDB 2.4.3 - which one are you running? Please specify the url that you are trying to access . What tools are you using (IDE ... .Parser.doJob(Parser.java:348) at org.glassfish.hk2.classmodel.reflect.Parser. access $300(Parser.java:70 ... .classmodel.reflect.Parser.doJob(Parser.java:348) at org.glassfish.hk2.classmodel.reflect.Parser. access | |
OEM Enhancer causing Jenkins job to freeze doesn't have access to internet, could this be an issue? Thank you Maruta M Sedlakova Usually the Enhancer doesn't need access to the Internet. Sometimes, however, an attempt to access | |
Empty query results after JAR creation Hansen Empty results or NoResultException may be caused by accessing an empty database. In your code you use a relative path to access the database: EntityManagerFactory emf ... you are trying to access the database in a wrong location? In that case, a new empty database | |
Mapped (Inverse) LAZY @OneToMany vs. Unmapped LAZY @OneToMany_BEFORE_CLOSE, and when it is true the fields are accessed and output before the finding entity ... ]"b2"] When I set DO_VIEW_BEFORE_CLOSE false, so that the fields are only accessed ... ]"ownedElement2"] a.listB_unmapped:[] Note that at no time after the find do I access the other mapping | |
Sample JDO Architecture for Follow Up Questions embedded mode using JDO (not JPA). * Database access needs to be super fast, like microsecond times ... is to minimize access to the disk, which is an Amazon EBS provisioned disk that is optimally accessed | |
Master database switching to read-only mode, possibly caused by slave failure to access the master from the client web application (e.g. due to a networking issue). support Support ... combined master/slave url in our client as read-only access is not sufficient for our needs ... . Since there are no messages in the master log, maybe this is not exactly a maser failure but a failure to access | |
Empty temporary dat files in the temp folder databases as large data sink. And for optimized data access we hold the connection to the EntityManager. In ... with just 1 MB) If we access entities from one of the additional DB’s we get five new pagesX.dat files ... ; // do anything - access an entity MyEntity myEntity = em.find(MyEntity.class, 1); em | |
Guestbook EE ear app please access along with web access . Ideally, I should have one ear and deploy that to any EE 6 app server, and have local web and remote access - just like that-. Thanks nat nat101 Nat Gross The purpose | |
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 | |
UTF Error Hi, I got this exception when accessing ObjectDB server 2.8.4 w/ 2.8.5_06. Regards, -- [ObjectDB 2 ... a test 2.8.5_06 server on the database file. When accessing the data with 2.8.5_06 client ... application is still using 2.8.4 objectdb, and when the 2.8.4 client accessing 2.8.5_06 server | |
database corrupt (old link) If you use ObjectDB in embedded mode (similarly to Access , which is discussed in that thread) then you must make sure that the ObjectDB database file is never accessed concurrently by ... system is shared). Accessing ObjectDB in embedded mode directly from two processes is fatal. Regarding | |
Enhancing a class causes it to not save changes. and all the classes that contain code that access or modify persistent fields in the entity classes directly (if the persistent fields are defined as private than they are only accessed and modified ... can match your needs. If you define all your persistent fields as private and access them using | |
Server out of memory exceptions so we have limited access . I've tried to recreate this in a test environment but have had no luck as ... . There shouldn't be more than 12 threads accessing the server at anyone time - if you're seeing ... to access the ftp site as the firewall here is blocking it - instead I've uploaded a multi-part rar file (14 | |
Internal Exception and Index Problems out to migrate the old databases to the new schema is to access the database with the new database ... exception from the database server when we access the corrupted database. Some queries just don't give any result if they access a not synchronized field (e.g. querying a UserModelData object 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 |