Internal Website Search

51-100 of 194 results

BeanCreationException in spring data JPA with objectDB

with name 'guestController': Injection of autowired dependencies failed; nested exception is org ... .BeanCreationException: Error creating bean with name 'guestDao': Injection of autowired dependencies failed; nested ... of autowired dependencies failed; nested exception is org.springframework.beans.factory

Class loading problem with private packages in OSGi environment

should have no dependency down (an exception is the dependency to the ObjectDB for the enhanced entities).  The persistence Layers have a dependency to the business layer and to the central DataAccess Layer. The Central DataAccess Layer has a dependency on JPA & ObjectDB and to all domains

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

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

javax.persistence.ConstructorResult

, depending on whether a primary key is retrieved for the constructed object. Example: Query q = em

EntityManager.find(entityClass,primaryKey,lockMode,properties) - JPA Method

should not rely on the standard timeout hint. Depending on the database in use and the locking

javax.persistence.JoinColumn.name

JPA Annotation Attribute in javax.persistence.JoinColumn String name default "" (Optional) The name of the foreign key column. The table in which it is found depends upon the context. If the join is for a OneToOne or ManyToOne mapping using a foreign key mapping strategy, the foreign key column

javax.persistence.JoinColumn

. The table in which it is found depends upon the context. If the join is for a OneToOne or ManyToOne

javax.persistence.EmbeddedId

class Dependent { // default column name for "name" attribute is overridden @AttributeOverride(name

CriteriaQuery.multiselect(selectionList) - JPA Method

depends on the specification of the type of the criteria query object created as well as the argument

CriteriaQuery.multiselect(selections) - JPA Method

execution depends on the specification of the type of the criteria query object created as well as

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

I can't get cascading delete to work in JDO

. Apparently cascading delete has never been implemented in ObjectDB (see also "Deleting Dependent ... ;           new Holder("h1", new Dependent ("d1"), new Dependent ("d2 ... ; query = pm.newQuery( Dependent .class);         List dependents = (List )query

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:     

Query.deletePersistentAll() - JDO Method

JDO Method in javax.jdo.Query long deletePersistentAll () Deletes all the instances of the candidate class that pass the filter. Returns the number of instances of the candidate class that were deleted, specifically not including the number of dependent and embedded instances. Dirty instances

Extent.iterator() - JDO Method

JDO Method in javax.jdo.Extent Iterator iterator () Returns an iterator over all the instances in the Extent . The behavior of the returned iterator might depend on the setting of the ignoreCache flag in the owning PersistenceManager . Return: an iterator over all instances in the Extent Since: JDO 1.0

javax.jdo.Extent

. The behavior of the returned iterator might depend on the setting of the ignoreCache flag in

javax.jdo.Query

, specifically not including the number of dependent and embedded instances. Dirty instances of affected

javax.jdo.InstanceCallbacks

. Classes which include non-persistent fields whose values depend on the values of persistent fields