ObjectDB Database Search
51-100 of 178 resultsJDO sequences from ORM file
I want to use sequences in JDO without using annotations. Normally this is done with a package -X ... (that are part of every build), but in a package .jdo file rather than an orm file. Maybe the problem ... ? Could you try putting it in the ordinary package .jdo file? support Support I didn't think sequence was valid
|
|
ODB tries to create log files inside its own jar on Win7
files inside objectdb.jar, which was inside the executable jar packaged by Eclipse.  ... more[/code] I don't know if this is a problem with ODB itself, or with the way Eclipse packaged ... including in Eclipse plugins so it seems to be related to packaging . Configuration and logging paths
|
|
Complex Schema Upgrade not working
and Member). Our new hierarchy looks like that: - The package "member" has been renamed to package ... ; Only renaming packages worked well but when trying to make a schema upgrade with the classes results ... has been properly restarted. All other classes which just had package renames are working well. Any idea
|
|
Database is erased after deploying a new web application version
(Unknown Source) Yotam Yotam Boaz Is com.webapp.firstwebapp your package ? java.lang ... on an invalid event. support Support I'm using 4 packages for this web application, each holds ... which extends HttpServlet is in the com.webapp.firstwebapp.services package . I've created
|
|
ObjectDB within a resource adapter module and Java EE Connector Architecture
EE Connector Architecture so that it may be packaged separately from (but used by components ... ; webel Dr Darren Kelly Related, from IBM Knowledge Center: EJB 3.x module packaging overview (old ... with it, can be packaged in the module for which they are required. They can also be packaged in the separate
|
|
DB reading fails in debug mode in Eclipse
of my.example. package .AnalyzeSettings using a no-arg constructor at com.objectdb.o.MSG.d(MSG.java:75) at com ... . package .Tool.deepCopy(Tool.java:1597) ... 20 more Caused by: com.objectdb.o.UserException: Failed to construct an instance of my.example. package .AnalyzeSettings using a no-arg constructor at com
|
|
Query becomes slower on moving from ObjectDB 1.x to ObjectDB 2.x
; Just now i realized that LogEntryAttributeImpl is defined twice in the package ... steps 1. Update the package .jdo with an index defined 2. Convert the old odb file 3. Connect ... with that package .jdo file removed the index. So maybe after fixing the package .jdo file you will not
|
|
Using the wrong class to access a database
the Point database described in the Getting Started section: package com.objectdb.tutorial ... entity } } em.getTransaction().commit(); } } the Point class: package com.objectdb.tutorial; import ... is almost the same as the first; it only calls the retrieve method, no data is added. The package name is 'com
|
|
Schema Update large refactoring
Hello, we want to perform a major refactoring of our package names and hence need to do an automatic schema update of our database using the objectdb.conf file. The old package structure looks like this: "com.btc.ep.*, while the new one will be "ep.*", where "*" can be any number of "sub"- packages
|
|
openejb jpa jaas module
hello , i've finished jpa jaas module. Here it is : package com.bayner.auth; import com.bayner.jpa ... ); ((PasswordCallback) callbacks[1]).clearPassword(); } } package com.bayner.jpa; import javax.persistence ... Templates. } } package com.bayner.jpa; import network.data.Settings; import javax.jdo.annotations
|
|
ObjectDB License Error I got
I wanted to use objectdb on my spring boot app. Here is what i have tried : package com ... ' // Use your package pattern here (from your Maven snippet it was "point.*") // Enhances these packages only (no subpackages): args 'com.manage.jpa.*', 'com.manage.jpa.inventory.*' , 'com.manage.jpa
|
|
Error occured during initialization of boot layer
.ResolutionException: Module objectdb contains package javax.transaction.xa, module java.transaction.xa exports package javax.transaction.xa to objectdb My entity class looks like this: package ... .transaction.xa and objectdb export package javax.transaction.xa to module javafx.swt. Ps.: I am using Eclipse
|
|
Persist error @ManyToMany how to define correct entities relationships
if they were embeddable entities) i added screenshot of the explorer package testodb; import java ... the table on 2, and it is not filled correctly, the other category is ignored. package ... what i need without keeping generated indexes. package testodb; import java.io.Serializable
|
|
General Performance Issues Illustrated with a Specific Method
]] listPatientsByIDsWithBasicData - Duration - 2993]] Entity Classes Client package lk.gov.health.phsp.entity; import ... Class package lk.gov.health.phsp.entity; import java.io.Serializable; import java.util.Date; import ... = ssNumber; } } Other Java Classes package lk.gov.health.phsp.pojcs; import java.io.Serializable; import
|
|
Cast exception?
.persistence package name inside the objectdb.jar file? So if there is a problem loading objectdb.jar at runtime, how can we get the exception contained inside the package ... and the objectdb package . I've also checked that objectdb is actually loaded by: trace("$$$$$"); trace
|
|
New to Product & Having An Issue
shows these two classes. package test.Domain; ...imports.... @Entity @Access(AccessType.PROPERTY ... () == null || this.domainId == null) return false; return this.domainId.equals(obj); } } package test ... (foreign.getObjectId())); } return false; } } I then setup a JUnit test case, like this: package test
|
|
NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1
--127.0.0.1-8080-1) [ObjectDB 2.5.1_05] Package test is not found by the enhancer (error 108) 12:25:10,224 ERROR [stderr] (http--127.0.0.1-8080-1) com.objectdb.o.UserException: Package test is not found ... (Thread.java:722) All objects is in the package "test". Please tell me what am I doing wrong
|
|
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 ... " attribute in the package .jdo XML ? If yes, how to handle this ? 3. Should the @Embedded annotations work ... the way objects are embedded. So I should have used in package .jdo. Btw, is this declaration
|
|
OutofMemory error with Object DB 2.0
.evictAll() after commit, it does not make difference. All the entity classes in my package .jdo ... and this is the only blocking issue for our release. I am also attaching our package .jdo files (previous file used ... ; madhuarish Bhanu Pathak Previous version of package .jdo madhuarish Bhanu Pathak Build 2.4.3_06 includes
|
|
Tomcat + JPA Problem
signer information of other classes in the same package [ObjectDB 2.1.0] class "javax.persistence.Entity"'s signer information does not match signer information of other classes in the same package 07.03 ... information of other classes in the same package at java.lang.ClassLoader.checkCerts(Unknown Source
|
|
How to Persist a Map of beans to collections of beans?
Hello, I am trying to add a new persistable object to the package .jdo for persistence in a .odb file. The class contains a field that is as follows: private Map m_objectToPersist; I'm ... this in package .jdo xml? Thanks in advance for your help. -A cvtsc Dev Team In the package .jdo file
|
|
Maven driven compile time ehnancement
mvn package jetty:run The enhancement message is shown, but the Guest.class file in ... . With the domain class project, I also have "Entity Listeners" so I omit those packages , but I'm a bit of a fanatic when it comes to package naming, which made it easier. Happy to help! Willks William
|
|
Duplicate Entity class names causes Exception in Query
I have two Entities which have the same class name but reside in different packages , only one of them is mentioned in the persistence.xml. I a NamedQuery I use the unqualified class name ... the query on objdbTest.Item package objdbTest; import .... @Entity @NamedQueries({ @NamedQuery
|
|
Explorer in 2.3
to rename the Entity Classes (especially the package names). dmoshal David Moshal One further point: I'm ... described above. dmoshal David Moshal You can rename packages , classes and fields by using
|
|
Problem with byte arrays in JDO - internal exception
This code generates an internal exception: package spiffy.test; import java.util.List; import javax.jdo.JDOHelper; import javax.jdo.PersistenceManager; import javax.jdo.PersistenceManagerFactory ... ("name1"); for (Example data : dataList) { System.out.print(data); } } } package spiffy.test.model
|
|
EntityManager refresh problem
-------------------- package example; import java.io.File; import javax.persistence.EntityManager; import ... ; } -------------------- - SimpleEntity.java -------------------- package entities; import javax
|
|
Migration problem
to this ? do i need to use jakarta objectdb or standard ? package com.manage.jpa; import lombok.Builder ... = "true") protected boolean enabled; } package com.manage.jpa; import org
|
|
EntityManager getMetamodel() causes crash
the db each time, so this is on an empty db. package test; import javax.persistence.*; /** * Test Case ... (); } } package test; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence
|
|
Problem with byte arrays in JDO - ClassCastException
to [B at spiffy.test.ObjectdbTest.main(ObjectdbTest.java:44) package spiffy.test; import java.util ... ; } } package spiffy.test.model; /** * * @author steve */ public class Example { private long id; private
|
|
enhancement issue
: [ObjectDB 2.7.1_02] Package app.model is not found by the enhancer (error 108) com.objectdb.o.UserException: Package app.model is not found by the enhancer  
|
|
Compare old and new schema
, some classes may have been renamed or changed package . Is there a way for me to check what "format ... classes, package changes etc... All these changes frequently take place between software versions
|
|
IN expression in a Criteria Query
andrewv Andrew Voumard A test that was written for the original report, still works with 2.5.3: package ... , that still works: package test; import java.util.*; import javax.persistence.*; import javax.persistence.criteria
|
|
Schema Update: class hierarchy change
of MyEntity package profileMigration.classhierachychange; import javax.persistence.Basic; import javax ... to BaseEntity: [Please note the changes in the Main method] package profileMigration.classhierachychange
|
|
TYPE Expression
package path but the exact name of the entity. Alex quasado Alexander Adam Build 2.3.4_02 includes a partial fix and the following test should work: package com.objectdb.test.bug.forum; import java.io
|
|
Missing atificat for ObjectDB?
. marlonmin martin Do I have to move the objectdb package to our company's own maven repository ... You may try moving the ObjectDB package manually, although it should work automatically. It is unclear
|
|
Error 613 - i cant put a list |
|
object creation during pmf.getPersistenceManager()
Hi We have observed that during pmf.getPersistenceManager(), objectdb is creating object instances for all classes declared in package .jdo. Could You explain why? we are not even sure ... on package .jdo file, this approach has advantage to writing constructors by hand, we skiped fields
|
|
javax.transaction.Synchronization with Java SE 10.0.1
.LayerInstantiationException: Package javax.transaction.xa in both module java.transaction and module java ... , which includes only a small subset of that package and particularly does not include
|
|
Changing existing objects from Entity to Embedded
another package which were defined as embedded-only, made a migration utility which read the original objects ... as in ObjectDB 1.0), either by annotation ( @Embeddable ) or by external XML metadata ( in package .jdo ). support Support
|
|
Trouble bug on explorer
: package model; import javax.jdo.annotations.Index; import javax.persistence.*; import java.io ... .UMR.H(UMR.java:764) ... 94 more package model; import javax.persistence.Entity; import
|
|
EntityTransaction.commit() does not release a pessimistic lock
result. (side note: EntityTransaction.rollback() releases it correctly) // Account.java package icke ... += a; } } // Main.java package icke; import javax.persistence.*; import java.io.File; import java.util
|
|
JDO PersistenceManager.getSequence() returns null sometimes
out with NullPointerException the second time. Entity class, in package testcase: package testcase; public class Thing { private String message; public Thing(String mess) { message = mess; } } package .jdo (in the root package ; you can verify that it is being read at run-time by introducing an error such as an invalid
|
|
Enhancer option -s works not as expected
. The enhancer supports specifying classes for enhancement either as packages and classes or as files ... packages . As in Java import statements, there is no wildcard for covering sub packages , and you have to specify each package and sub package explicitly, e.g. ... com.objectdb.Enhancer -noaware
|
|
Enum fields are set to null and embeddable enum class does not show in explorer
this is relevant. public enum Role implements package .of.Role { ... } @ElementCollection ... the interface (but different package )? itsme Martin Petzold I checked version control. The entity ... has the same name as the interface (but different package )? This is possible
|
|
Exception in thread "main" java.lang.NoSuchFieldError: __odbTracker
: __odbTracker at com. package .Network.__odbSet_Connections(Network.java:1) at com. package .Network. (Network.java:95) at com. package .EnhancementTest.main(EnhancementTest.java:14) Network class
|
|
Feature suggestion: Improved Maven Enhancer support
when there are lots of entities in different packages (and also a bit error prone, because you need to remember add a new argument each time an entity is added in a new package ): com
|
|
Why does ObjectDB duplicate classes from javax.jdo:jdo-api?
packages and classes that clash with the JDO API's JAR? If a project uses JPA and JDO, it is most likely ... which is an abstraction (I believe). Furthermore, I believe and finding the same packages in two different
|
|
Issues with JDO Casting & Full Qualified Names
Hi, As I've feared.. Fully Qualified Names in casting not working, throws an identifier expected exception: package com.test; import java.util.HashMap; import java.util.Map; import javax.persistence ... to be supported by JDO. Try: package com.test; import java.util.HashMap; import java.util.Map; import
|
|
Entity field renaming does not work
Hello, we use the ObjectDB version 2.8.5_05. We want to rename a field in an entity and it does not work: from: package com.btc.ep.analysis.verdict.tolerance.bl.internal.dmos; @Entity @Access ... ; We have also class and package renaming for other entities and it works correctly. btc_es BTC
|
|
ObjectDB BIRT Driver Update
. package .reporting.product Command-line arguments: -data C:\Users\kwhittin\new_workspace_birt -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp. package .reporting.product org.eclipse.birt.report
|