ObjectDB Database Search

101-116 of 116 results

@Column length is not working.

I am using objectdb 2.8. 3 , I have a Entity class with a column that is declared as  @Column(unique = true, nullable = false, length = 16)  but when i m trying to insert a string for that column with a string that has more than 16 character, not able to get any error or exception from

OEM: Too many persistable types (>10) - exceeds evaluation limit (error 1011)

.moxydox.server.Main.lambda$start$ 3 (Main.java:337) at com.unilogical.moxydox.server/com.unilogical

ObjectDB licencing rules

get prices for OEM licence. We have a DMS like custom build software with 5-6 customers and 2- 3 developers

Evaluation License

developer or you work for a small startup company of up to 3 developers, and you think that you can provide

Problem with queries on lists with reverse mapping

you for this report. This is fixed in build 2.4. 3 _01. support Support

Does ObjectDB support @Parent for @Embeddable reference to parent?

AFAIK JPA does not directly support an @Embeddable referencing the parent in which it is @Embedded. But Hibernate has a special @Parent for it (see Entity extensions 2.4. 3 .4.@Parent ). @Entity public class Person { @Embeddable public Address address; ... } @Embeddable public class Address

Dates

Question on dates. SQL doesn't seem to store timezone with dates (oddly). So, any best practises with ODB? 1. use java.util.Date 2. Milliseconds since January 1, 1970, 00:00:00 GMT 3 . other? dmoshal David Moshal When a Date instance is stored in an ObjectDB database it is converted automatically

Guestbook example from tutorial does not work.

;   3 .13.0-37-generic Architecture:   amd64 JVM Version:    1.8.0

connection pooling

chapter 3 ).     The max attribute specifies the maximum number of simultaneous connections

explorer feature request: ability to auto refresh

. ObjectDB 2. 3 will support some of the features that were available in ObjectDB 1.x explorer

Issue with upper?

Adam Build 2. 3 .6_07 fixes this issue. Thank you for your report. support Support

JQL-Update Queries fails with activated L2-Cache

, but it is quite a mystery why " .clear() " has to be called. Scenario 3 : Enabled L2 Cache, updating elements

Server crash - Mismatch client-server protocol prefix

regarding this issue.  I had upgraded my production server to 2.5.2 on 8/15 (from 2. 3

Unexpected exception

I'm evaluating object db, but, when I tried to persist some data got an error with no useful information:   [ObjectDB 2.8.2] Unexpected exception (Error 990) Generated by OpenJDK 64-Bit Server VM 1.8.0_232 (on Linux 3 .10.0-957.27.2.el7.x86_64). Please report this error on https://www.objectdb

UPDATE statemen crash when i put the WHERE clause.

. parseInt (linie.get( 3 ).trim()) ; System. out .println(lab_points) ; updateEm.getTransaction

File lock exception on odb$

Apparently there was a problem when a recovery file exists but it is empty. Build 2. 3 .7_09 should fix