Internal Website Search

101-150 of 200 results

auto-generated uuid fields

auto-generated uuid fields

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

sample for you demonstrating the problem some months ago as an issue report at: BUG: objectdb-2.6.6_07 ... /ticket/1823) You had attempted to fix it in build 2.6.6_08. I reported today on investigations by version ... , they did not work. webel Dr Darren Kelly The issue that was reported and demonstrated by that support

Date field Index is corrupted due to time change

990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.7.0_80 (on Linux 2.6.32-279.9.1.el6.x86_64). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o ... /SystemDB.odb.rpmnew     Thank you Emil    prolancer Emil Andonov As reported by

Enhancement Check

auto generated classes, which are not signed and may be counted against the 10 classes limit ... for com.btc.ep.engine.bl.dmos.VectorResult   Does this not mean that ObjectDB has generated ... that ObjectDB has generated a synthetic class for VectorResult in both cases? After two attempts to load

Should derived fields of an EmbeddedId be manually maintained by app code?

] Unexpected exception (Error 990) Generated by Java HotSpot(TM) Client VM 1.6.0_27 (on Windows Server 2008 6.0). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o ... get an exception; Purged DB [ObjectDB 2.3.0_01] Unexpected exception (Error 990) Generated by Java

javax.persistence.TableGenerator

Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation. A table generator may be specified on the entity class or on the primary key field or property. The scope of the generator name is global to the persistence unit

javax.persistence.SequenceGenerator

Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation. A sequence generator may be specified on the entity class or on the primary key field or property. The scope of the generator name is global to the persistence unit

javax.persistence.ForeignKey

of foreign key constraints when schema generation is in effect. If this annotation is not specified ... to specify whether foreign key constraints should be generated . The syntax used in ... element is not specified, the provider will generate foreign key constraints whose update and delete

javax.persistence.GeneratedValue

for the specification of generation strategies for the values of primary keys. The GeneratedValue ... primary keys. Example 1: @Id @GeneratedValue(strategy=SEQUENCE, generator ="CUST_SEQ") @Column(name="CUST_ID") public Long getId() { return id; } Example 2: @Id @GeneratedValue(strategy=TABLE, generator

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

The following error is reported for objectdb-2.6.9.jar: Failed to commit transaction: Failed ... it will report : Java/JVM version: 1.8 Java/JVM detail version: 1.8.0_74 ObjectDB enhancer: begin ... . --- This is high priority for me; the same error (and another one to be reported following) also happens in

javax.persistence.JoinTable

or control the generation of a foreign key constraint for the columns corresponding to the joinColumns element when table generation is in effect. If both this element and the foreignKey element ... . These are only used if table generation is in effect. Since: JPA 2.1 ForeignKey inverseForeignKey default

javax.persistence.MapKeyJoinColumn

columnDefinition default "" (Optional) The SQL fragment that is used when generating the DDL for the column. Defaults to SQL generated by the provider for the column. Since: JPA 2.0 ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign

javax.persistence.ForeignKey.value

(Optional) Used to specify whether a foreign key constraint should be generated when schema generation is in effect. A value of CONSTRAINT will cause the persistence provider to generate a foreign key constraint. If the foreignKeyDefinition element is not specified, the provider will generate

javax.persistence.JoinColumn

Attributes String columnDefinition default "" (Optional) The SQL fragment that is used when generating the DDL for the column. Defaults to the generated SQL for the column. Since: JPA 1.0 ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation

again merger missing logs + objectdb exception

) Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0_91 (on Windows Server 2012 R2 6.3). Please report ... ] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0_91 (on Windows Server 2012 R2 6.3). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o

javax.persistence.OneToMany

-valued association with one-to-many multiplicity. If the collection is defined using generics ... and the orphanRemoval element apply to the map value. Example 1: One-to-Many association using generics // In ... () { return customer; } Example 2: One-to-Many association without using generics // In Customer

javax.persistence.Persistence

schema generation to occur. The Persistence class is available in a Java EE container environment as ... the factory. These properties may include properties to control schema generation . The values ... and/or create DDL scripts as determined by the supplied properties. Called when schema generation

javax.persistence.Column

that is used when generating the DDL for the column. Defaults to the generated SQL to create ... is included in SQL INSERT statements generated by the persistence provider. Since: JPA 1.0 int ... when generating the DDL for the column. Since: JPA 1.0 int scale default 0 (Optional) The scale for a decimal

Unexpected exception (Error 990) com.objectdb.o.InternalException

; Generated by Java HotSpot(TM) 64-Bit Server VM 1.7.0_71 (on Windows 7 6.1). Please report this error ... . [ObjectDB 2.6.0_04] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.7.0_71 (on Windows 7 6.1). Please report this error on http://www.objectdb.com/database/issue

com.objectdb.o.InternalException: null

" [ObjectDB 2.5.4_01] Unexpected exception (Error 990)   Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0 (on Mac OS X 10.9.2). Please report this error on http://www.objectdb.com/database/issue ... ) Exception in thread "AWT-EventQueue-0" [ObjectDB 2.5.4_01] Unexpected exception (Error 990)   Generated

javax.persistence.CollectionTable

) (Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the joinColumns element when table generation is in effect. If both this element ... for the table. These are only used if table generation is in effect. Since: JPA 2.1 JoinColumn

javax.persistence.MapKeyColumn

String columnDefinition default "" (Optional) The SQL fragment that is used when generating the DDL for the column. Defaults to the generated SQL to create a column of the inferred type. Since: JPA 2 ... statements generated by the persistence provider. Since: JPA 2.0 int length default 255 (Optional) The column

javax.persistence.SecondaryTable

default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the pkJoinColumns element when table generation is in ... [] indexes default {} (Optional) Indexes for the table. These are only used if table generation is in

javax.persistence.OrderColumn

columnDefinition default "" (Optional) The SQL fragment that is used when generating the DDL for the column. Defaults to generated SQL to create a column of the inferred type. Since: JPA 2.0 boolean insertable default true (Optional) Whether the column is included in SQL INSERT statements generated by

javax.persistence.GenerationType

.GenerationType Defines the types of primary key generation strategies. See Also: GeneratedValue Since: JPA 1.0 The Auto Generated Values article explains how to use GenerationType . Enum Constants AUTO ... . The AUTO generation strategy may expect a database resource to exist, or it may attempt to create

javax.persistence.PrimaryKeyJoinColumn

columnDefinition default "" (Optional) The SQL fragment that is used when generating the DDL for the column. This should not be specified for a OneToOne primary key association. Defaults to the generated ... @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key constraint

ArrayIndexOutOfBoundException

to avoid broken references), but it doesn't seem to be related to the reported exception. We are currently checking this problem, and apparently it looks related to the other issues that you reported ... your reports ), you may try wrapping it with your own method that will retry find several times

missing merger

special activity today at the time that these errors start please report .  We are using Java 17 ... that these errors start please report no it is completely random, we also have these errors: [2025-04-13 17:59:03 #25 *]  [ObjectDB 2.9.2_02] Unexpected exception (Error 990)   Generated by OpenJDK 64-Bit

[ObjectDB 2.5.6_05] Unexpected exception (Error 990)

server] [ObjectDB 2.5.6_05] Unexpected exception (Error 990)   Generated by Java HotSpot(TM) 64-Bit Server VM 1.6.0_25 (on Windows 2003 5.2). Please report this error on http://www.objectdb.com ... ] Unexpected exception (Error 990)   Generated by Java HotSpot(TM) 64-Bit Server VM 1.6.0_25

objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active'

) at com.greensoft.objectdb.test.mini.ejb.__EJB31_ Generated __ExtProjectBuilder__Intf____Bean ... , but this has no consequence for the problems reported .) The client @Singleton @Startup ExtConfigBean has an option ... DO_FORCE_COMMIT_AFTER_BUILD = false; // in ExtProjectBuilder You get this originally reported error

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

report about this bug so any help in exploring it would be appreciated. It seems related to handling ... on the database and send the result report ? Could you reproduce this exception on a new database ... to isolate the problem. support Support Build 2.1.1_08 should generate an exception with additional

Sometimes the ObjectDB throws an internal expeption if a persist() was executed

990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0_51 (on Windows 7 6.1). Please report ... [ObjectDB 2.6.6_08] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0_51 (on Windows 7 6.1). Please report this error on http://www.objectdb.com/database/issue

Unexpected error when loading all entity instance

: Exception in thread "main" [ObjectDB 2.6.9_05] Unexpected exception (Error 990)   Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0_74 (on Windows 10 10.0). Please report this error on http://www ... , but now I get the exception again: [ObjectDB 2.7.0_03] Unexpected exception (Error 990) Generated by

Persistence.generateSchema(persistenceUnitName,map) - JPA Static Method

create DDL scripts as determined by the supplied properties. Called when schema generation is to occur ... - the name of the persistence unit map - properties for schema generation ; these may also contain ... information is provided or if schema generation otherwise fails. Since: JPA 2.1

javax.persistence.TableGenerator.pkColumnValue

JPA Annotation Attribute in javax.persistence.TableGenerator String pkColumnValue default "" (Optional) The primary key value in the generator table that distinguishes this set of generated values ... the primary key column of the generator table Since: JPA 1.0

javax.persistence.criteria.CriteriaBuilder

to work around the fact that Java generics are not compatible with varags. Since: JPA 2.0 The JPA ... CriteriaBuilder.Case selectCase () Create a general case expression. Return: general case expression

javax.persistence.criteria.CriteriaBuilder$Case

general case expressions. Case conditions are evaluated in the order in which they are specified ... : condition - "when" condition result - "then" result expression Return: general case expression ... a when/then clause to the case expression. Parameters: condition - "when" condition result - "then" result value Return: general case expression Since: JPA 2.0

out of memory error

] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0_91 (on Windows Server 2012 R2 6.3). Please report this error on http://www.objectdb.com/database/issue/new com ... ] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0_91 (on Windows

Server out of memory exceptions

reports this as: [2011-07-29 23:28:41 #20 server] java.lang.OutOfMemoryError: Java heap space [2011 ... #23 server] [ObjectDB 2.2.8] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.5.0_21 (on Windows 2003 5.2). Please report this error on http://www.objectdb.com/database

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

my evaluation of ObjectDB and report my client, the end-customer (without having to tell ... generated a broken database. It might be related to the flush bugs that are being fixed in the last builds ... that you have reported till now are related to using flush extensively (many times until commit). You should avoid

javax.jdo.spi.PersistenceCapable

. The extra methods in the PersistenceCapable interface might be generated by pre-processing a .java file, or might be generated from a tool directly. The exact technique for generating the extra methods is not ... the ObjectId. This method is generated in the PersistenceCapable class to generate a call to the field

javax.jdo.spi.JDOImplHelper

. This method is generated in the PersistenceCapable class to generate a call to the field manager ... , String name , and Float salary ) would have the method generated : void jdoCopyKeyFieldsFromObjectId ... to the key fields in the ObjectId. This method is generated in the PersistenceCapable class to generate

javax.jdo.annotations.Join

for a generated foreign key constraint. Since: JDO 2.1 String generateForeignKey default "" Generate or ... "true" or "false". Since: JDO 2.1 String generatePrimaryKey default "" Generate or assume a primary ... ". Since: JDO 2.1 String index default "" The name of the index to generate . Since: JDO 2.1 String

javax.jdo.annotations.Element

extensions. Since: JDO 2.1 String foreignKey default "" Name for a generated foreign key constraint. Since: JDO 2.1 String generateForeignKey default "" Generate or assume a foreign key constraint ... String index default "" The name of the index to generate . Since: JDO 2.1 String indexed default

javax.jdo.annotations.Value

String foreignKey default "" Name for a generated foreign key constraint. Since: JDO 2.1 String generateForeignKey default "" Generate or assume a foreign key constraint exists on the column or columns ... of the index to generate . Since: JDO 2.1 String indexed default "" Whether the value column(s

javax.jdo.annotations.Key

default "" Name for a generated foreign key constraint. Since: JDO 2.1 String generateForeignKey default "" Generate or assume a foreign key constraint exists on the column or columns associated ... to generate . Since: JDO 2.1 String indexed default "" Whether the value column(s) should be indexed

JDOImplHelper.copyKeyFieldsFromObjectId(pcClass,fm,oid) - JDO Method

is generated in the PersistenceCapable class to generate a call to the field manager for each key field ... , and Float salary ) would have the method generated : void jdoCopyKeyFieldsFromObjectId

JDOImplHelper.copyKeyFieldsToObjectId(pcClass,fm,oid) - JDO Method

is generated in the PersistenceCapable class to generate a call to the field manager for each key field in ... , and Float salary ) would have the method generated : void jdoCopyKeyFieldsToObjectId (Object oid

PersistenceCapable.jdoCopyKeyFieldsToObjectId(fm,oid) - JDO Method

an outside source to the key fields in the ObjectId. This method is generated in the PersistenceCapable class to generate a call to the field manager for each key field in the ObjectId. For example ... ) would have the method generated : void jdoCopyKeyFieldsToObjectId (ObjectIdFieldSupplier fm, Object objectId

PersistenceCapable.jdoCopyKeyFieldsFromObjectId(fm,oid) - JDO Method

to an outside consumer from the key fields in the ObjectId. This method is generated in the PersistenceCapable class to generate a call to the field manager for each key field in the ObjectId. For example ... ) would have the method generated : void copyKeyFieldsFromObjectId (ObjectIdFieldConsumer fm, Object objectId