ObjectDB Database Search

51-72 of 72 results

Clarification on free license restrictions

, all used by composition .  I get the following error: Error: Failed to commit transaction: Attempt

WebService : Failed to get reference value of field using enhanced method

with. So to facilitate this mechanism you can specify a parameter in your services.xml file as under.( from the wso2 site )” composite . . . . . . . .

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed

Is ObjectDB the only object database that supports JPA?

Other Object database doesn't support JPA?   Manikandan ManikandanPalaniappan JPA is designed as an API for Object Relational Mapping (ORM), so many JPA features cannot be supported by regular object databases. For example, user defined primary keys and composite primary keys are features

EmbeddedId with Generated field value

I know the following 2 ways to declare a composite Primary key: ********* Solution 1 ********* @Entity @IdClass(CompositePK.class) public class A {     @Id private long uid;     @Id private String zone; } public class CompositePK {     

Is there an administration tool with which I could create extra indexes?

Hello, I have composite index, and it was working fine, but now I need to add more features to the software and I need to throw more indexes in there. I wanted to know what's the best way to do this. 1. Have some admin tool CREATE INDEX..... ON a.b or 2. add more @Index to the object entities. in

Saving custom list which implements java.util.List fails

Java collection types. Consider composition instead of inheritance. i.e. the  MyList  entity

Extended mapping-definitions

proper indexes. You can also use composite indexes that consist of the className field

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

, and this should be fixed. Update: Issue #1140 has been filed to cover the limitations of composite url and automatic server switch. support Support

How to deploy an Objectdb project with Jboss AS 7?

.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation

Adding multi part path index on non-embedable object member

of stores. A composite index on the fields in Store. ObjectDB will maintain each index separately

significant performance decrease

also composite indexes: on classIdentifier + type on classIdentifier + objectName support

Slow searching with two indexes

. This is something that ObjectDB should do better. Anyway, the best solution may be defining a composite

2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object"

. Could you please provide details on the primary key of JdoBlob2 ? Is it composite ? embedded ID

ObjectDB 2.4.0

collision . Improved BIRT support ( issue #659 ). Improved evaluation of query plans that use composite

ObjectDB 2.5.2

of a composite BETWEEN query. Fixed NullPointerException when using AND TRUE in WHERE clause (issue

ObjectDB 2.5.5

with JBoss. Fixed query execution issues with using composite indexes. Fixed a bug in using LIKE operator in

ObjectDB 2.6.1

Added an option to disable temporary file deletion . Added support of using entity classes with missing dependent types. Added support of composite indexes with components of different lengths . Fixed a bug in reflection mode in detecting changes after flush ( issue #1602 ). Fixed

InternalException when using MEMBER OF on a large list in a query

the key before the entities are persisted so that we can build even references. a) Composite Primary Key

ObjectDB 2.8.1

Improved query plan evaluation (including for selecting composite indexes). Fixed new statistics collection for queries. Fixed a bug in LEFT OUTER JOIN queries ( issue #2438 ).

ObjectDB 2.8.4

Fixed a critical bug that may cause collisions between schema versions ( issue #2621 ). Fixed unsupported unwrap to throw _PersistenceException (a subclass of PersistenceException). Fixed an Explorer bug in presenting composite IDs. Fixed a bug in using date and time query parameters in

ObjectDB needs "insert ignore"

). Use an ID class or an embedded ID as the second parameter if  you have  a composite