ObjectDB Database Search

51-100 of 181 results

Java 9 support

? com.objectdb.spring ? removing some dependencies , e.g. on java.desktop ? etc. support Support Use ... , which other modules an automatic module might depend upon.  After a module graph is resolved ... :". So kind of taking that approach with unknown modules and their unknown dependent modules

JBoss 7 startup fails

.jboss.as.jpa] (MSC service thread 1-1) added javax.persistence.api dependency to Guestbook_ObjectDB_web ... ) added javax.persistence.api, javaee.api, org.jboss.as.jpa, org.javassist dependencies to Guestbook ... .hibernate dependency to application deployment (since 1 PU(s) didn't specify jboss.as.jpa

Extended mapping-definitions

persisted depending on its java-class. But in this case all the instances would be saved in the same 'table ... [...] - It depends on how objectDB stores java-objects. Does it store them depending on their java ... and fishing the elements with className = 'Cat'.   So it is a performance issue depending

virtual servers and one file

per file in the virtualized harddisk.  As of my understanding each virtual file is ( depending ... might solve that problem, wether in a file per entity or just depending on continous primary key. I will try ... to distant file areas. Maybe depending on the creation date? best regards Arne        

EntityManager JPA or JDO impl and different behavior

with dependency on the ObjectDB development project, which doesn't seem to work with a Maven project). support ... path to remove the M2_REPO dependency for objectdb jar and instead add a dependency to the objectdb ... with dependency on the ObjectDB project didn't work. support Support Please try build 2.3.4_05. support

Entity factory

via dependency injection like: @Entiy public class User { private final UserService userService;   ... are unsufficient since they are also created without the possibility to inject dependencies ... my own dependency injection method: I store the current Context in a ThreadLocal and access

InternalError on multiple AND and JOIN Query

filtered resources, i.e. build is platform dependent ! [INFO] Copying 0 resource [INFO] [compiler:compile ... -8, i.e. build is platform dependent ! [INFO] Compiling 9 source files to /home/pedwards/CONTEXTSPACE ... is platform dependent ! [INFO] Copying 1 resource [INFO] [compiler:testCompile {execution: default

Unexpected internal exception during set field of an Embeddable to null

pipeline that all our features built in the correct order. Example:  e depends on d;  c depends on b; d depends on a; b depends on a; Then the Build order is:  1) a    2) b

Eclipse4 RCP - No Persistence provider for EntityManager

one : Project X (Plugin Project with a product file to start the application) - product dependencies ... A - contains the LocalEntity class Plugin project B - Project A is dependency of this project - contains ... Service - ObjectDB Bundle is set as Dependency in the product.configuration File    paddy

Dirty checking

which might not suceed. So, I can't calculate any views that depend on other objects ... the client loads the user table. The actual users rows may depend on whether the client ... . because most views are composed from several different entity classes, and might depend on whether both (or

Transaction isolation support?

database, A and B would run in their own transaction, and the answer would thus depend on the the selected isolation level for the transaction in A.   mt Martin It depends when the list of books ... . If the collection is mapped by, then it depends on the fetch setting

Gradle-Kotlin Code Contributions

") } group = "tutorial" version = "1.0 -SNAPSHOT" repositories { mavenCentral() } dependencies ... ") } } dependencies { implementation("com.objectdb:objectdb:2.9.0") } AlphaOne Ron Brennan ... () // Custom Maven repository maven { url = uri("https://m2.objectdb.com") } } dependencies { implementation

Problems using Maven Repo

Maven dependency automatically - have the relevant repository entry etc. in my POM, Maven doesn't ... the jar File from this site and add the Dependency as an SystemPath all works are fine. Whats ... /main/resources/mahi/objectdb/objectdb.jar   I use also follow Dependencies too.   

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

multiple transactions, depending on the PersistenceContextType that is specified when its entity manager ... the point at which the stateful session bean that declares a dependency on an entity manager of type ... . The dependency on the extended persistence context is declared by means of the PersistenceContext

Eclipse plugin problem (using ObjectDB as a separate bundle)

dependencies .png   Once all dependencies have been resolved, do the following: 1. Run the application ... on attached dependencies .png), once the update is done and eclipse restarted,  select the _com.epimss

Removing objects where ManyToMany relationships exist

could it potentially lead to a number of different exceptions, depending on state, query type ... the database intentionally. It depends . On retrieval - inverse (mapped by) collections

Filename.odb$ Persisting Issue

runnable program (with no external dependencies ) that can demonstrate it. support Support This is as ... dependencies at this point since I use FXML files for all my UI. The problem I'm describing

javax.persistence.PersistenceException

as a dependency to the project. Not sure what else I should do.   Any help would be appreciated ... . Anyway, your application works after: Removing dependency on the com.objectdb.objectdb plugin. Adding objectdb.jar

Installing a VM security fix leads to inactive DB

and it's a real bother. We understand that depending on the license type some checks are necessary ... procedure that depends on the MAC address of the device. This used to be fixed in the past 

Cast exception?

are loaded in the parent Class Loader. If you change any of these dependencies it will affect ... . A solution in that case depends on the framework that you use. support Support I did a few more tests

ObjectDB within a resource adapter module and Java EE Connector Architecture

utility JAR file that is packaged in the EAR file with its dependent module. When a separate utility ... to declare a dependency on the utility JAR file using the typical MANIFEST. MF Class-Path: declarations

How to package orm.xml when using EJB in WAR?

). However, when a different web project (WAR file), which declares a dependency to the database EJB is built ... -around seems to be to add a copy of orm.xml into src/main/resources/META-INF of the web project that depends on the EJB

TimeSeries and ObjectDB

series efficiently. The optimal way to organize the data depends on the specific application activity ... many entity objects is obviously slower than retrieving one entity object. As noted above, it depends

AbstractMethodError ... __odbSetTracker(Lcom/objectdb/spi/Tracker;)V

enhanced code (unfortunately we cannot avoid them, enhanced classes have dependency ... with failed dependency of classes, so if ObjectDB is involved the first thing to check is that all the classes

Spring 4 setup

under dependencies :                  com ... Spring Boot too. I have 2 questions for the answer. 1. I have to add h2 dependency to my pom file

Maven and multiple JARs

to run too). - Dependent more specific project: SpecEnt, SpecEJB, SpecWeb (downstream). Just having 2 ... -overwrite-resource-file-in- dependency webel Dr Darren Kelly

Maven driven compile time ehnancement

. The exception is thrown because the  GuestListener class depends on a missing type ... that do byte code enhancements missing the external dependencies . I guess I should have stated

How to use ObjectDB properly in spring boot application?

profile you may need to activate it (no profiles are currently active). you must keep H2 dependency ... ;ObjectDB does not include JPA and JTA after 2.6.3 version. This is now divided into 3 dependencies

Problem using Maven Repository - Enitiy Class will be ignored

the jar File from this site and add the Dependency as an SystemPath all works are fine. Whats the problem ... .2_02 / 2.6.3), dependency on JPA and JTA should be explicitly specified in the pom.xml file:  

objectdb:2.8.4 - Error occurred during initialization of boot layer

for confirmation. We will use  the objectdb-jee-2.8.4.jar with following dependencies javax.persistence ... for objectdb-jee-2.8.4.jar as shown in attached dependency file. Harman Alexander Golyshkin Yes. This is the preferred way to go. support Support

ClassCastException of same object type

. However, this solution is not appropriate for the application. I need to be able to change plugins depending

Jboss 6 persistence.xml startup error

.plugins. dependency .AbstractKernelController] (WorkerThread#0[127.0.0.1:53209]) Error installing

Objectdb recovery

the risk of data loss significantly at the possible cost of performance (the exact effect depends

Is 2 level cache in use?

and then check if it is cached. The L2 cache doesn't always improve performance. It depends on the application

Missing (null) elements in eager loaded references

dependencies , only the minimum required classes, in each class only the minimum required code, in

WebSphere Liberty Configuration

Hi! I've been trying to get ObjectDB configured with WebSphere Liberty server. I have been able to get the sample app running in TomCat but when I run the jee version of the guestbook in WebSphere I get a combination of errors depending on how I tweak the configuration the most promising error I

Optimization Question

it would be impossible to predict which method is faster without trying. It also depends on many

Spring Data JPA - PersistenceException thrown

After a few hours of debugging, I found that the MetaModel is for JPA 1.0 spec. The dependency listed

disabling JDO in objectdb embedded mode

me why these .jdo metadata are needed ? Should I add additional maven dependencies to fix the problem

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

and eliminates the need for another dependency to an ORM, such as Hibernate, since it implements the JPA ... . To use the @Index annotation, I had to add a dependency to the JDO API version 3.1 (old link: https ... was that it had a single JAR file with no external dependencies (e.g., compared to Hibernate

Compatibility Problems Upgrading from 2.6.9_04 to 2.7.6

Hi, We are preparing to upgrade our database servers and application dependencies from 2.6.9_04 ... that includes these dependencies and the problems disappeared.  From my latest round of testing ... and code dependencies simultaneously.  What are the consequences if we performed the upgrades

Improve ObjectDB Server

Improve ObjectDB Server to behave and feel more like a traditional db-server: - Remove SWING dependency (i.e. remove the tray icon or make it external from the core server) - Provide the possibility to easily install the objectdb as service on each system (requires removing swing dependency

Adding objectdb-jee.jar to the maven repository

), dependency on JPA and JTA should be explicitly specified in the pom.xml file:     

NullPointerException in __odbGetNumMember

for some entity classes to be loaded before enhancement, depending on how exactly you do the enhancement

combined index not used

? If it is, then any unique substring from that query plan that doesn't depend on parameters should work

NullPointer when accessing persistent field

you a snapshot of some of the utility dependencies )   The code being called is accessing a map declared

ObjectDB 2.9.4_06

Switched dependency to Jakarta Persistence 3.2.

auto-generated uuid fields

, but we will have to check that nothing depends on the ID being null until the object graph is persisted. spiffy

Server NPE

with index or the object without depending on startup order. I think in this case the object with index

ObjectDB enhancement fails on "is" form for @Transient boolean isLoaded(), ok for "getter" form @Transient boolean getLoaded()

getBalance() { ... } ... @Transient // because status depends upon non-persistent context public boolean