ObjectDB Database Search

151-200 of 200 results

Single Server License and Embedded Mode

you have to update the configuration file by adding the  activation code . If the evaluation limits are not removed then most likely activation code was not added to the correct objectdb.conf ... enables activation of one machine, but after activating that machine you can run ObjectDB in both client

License Key on macOS Sequoia 15.6.1

(*). If I create a new activation code for my objectdb.conf it will be valid sometimes for 2 hours ... and validating the activation code in 2.9.3? My currently problem (only on this Apple Macbook M1 ... Stocker There were changes in Activator in version 2.9.3. The activation code is now computed

Unexpected exception during open the database

. We have also the code part, mentioned in Issue #1860 , in order to synchronize the ODB-IndexActivation Thread ... to the recent one. We don't observe any issues caused by the failing index activation and we don't ... one. We don't observe any issues caused by the failing index activation and we don't expect

Problems Running ODB Explorer

. Please note: I have had to activate odb a few times. rvxTeam2 Eugene Brobby Apparently you added the activation code to the objectdb.conf file that is in use by your application (and this is why it works ... more than one activation code in the xml configuration file. Technical support via this public forum

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

for building the Guestbook.war only maven.   My GuestDAO code is as follows: package guest ... () )    System.out.println( methodName + " is within an active transaction" );   else    System.out.println( methodName + " is out of an active transaction" ); } private List

Pre-detach loading: retrieval by navigation not working in if statement

portions of code from each and see whether ObjectDB support or your readers can figure ... optimizations I meant JIT Compiler optimizations and not Java compiler optimization, i.e. the byte code ... relevant byte code after enhancement. support Support  Have you tried build time enhancement

objectdb (licensed) + github action error

the assignment requirements accordingly. On our side we can increase the activation limits to enable repeating activations on upgrades, but unless you write code to automate activations (i.e. run the Activator from a program, open the result link from the program, parse the activation code , etc.), or

License State

activation , i.e. if a valid OEM activation code was found in the configuration file:  ... -id behavior drives me crazy (*). If I create a new activation code for my objectdb.conf ... regards Arne Arne Arne Stocker You can check if activation is working using a query:    

ObjectDB License Error I got

-view=false kadirbasol Kadir BASOL It is unclear from your post why the activation does not work, but the usual reasons are issues with setting the configuration and invalid activation codes . SpringBoot should work like any other application regarding the activation , but maybe you should try first

InternalException when reading a HashMap

the database) and we have the proper  activation key set in objectdb.conf file. Caused by: com ... types". We were then testing the same database files on our latest code . It was throwing a different ... . Also the network interface was not changed. But from some moment old activation key stopped working

Query problem after transaction commit

; support Support Attached please find the test code . The screen output is at the end of the post ... for all object Goods successfully] 04 SELECT u FROM Goods u where u._ code like : code AND u._desc like :desc  05 code = %, desc= % 06 UI: end query 07 UI: start printing result 08 code = A, desc= Good

How to use ObjectDB properly in spring boot application?

/overview Below is a sample code that I am using: ( taken from objecdb documentation ... ().rollback(); } It works but the code has become uggly since I had to use try catch finally blocks ... settings to be loaded from a particular profile you may need to activate it (no profiles are currently

ObjectDB Parsing taking huge processing time

Hi Team, We are trying to get the Persistence Manager Factory using the code mentioned ... a configuration file with many unused activation keys or having schema with hundreds of complex types ... .java:527) Thanks, Vinoth vinothr120 Vinoth Ramesh The threads are related to checking activation keys

Have developer license but need to use license on private lan server how to ?

. Open this link on another computer that has Internet access to obtain an activation code for the offline machine. support Support ... Hi , i have nearly finished my project on my workstation.Which has license of objectdb activated ... . So how to activate server license ?  I have Site Licences kadirbasol Kadir BASOL

Invalid/Missing licence when connecting, however correct licence is definitely present

licence for the server we are running our code on, and the previous version of the code uses the licence successfully without issue. I have upgraded the code and redeployed to the same server ... to having the activation key in an objectdb.conf file that is not in use. Therefore, the first thing

Academic license limitations?

at all. This is most probably an issue with the activation of your licence. The most common problem is putting the activation code in the wrong configuration file, i.e. letting ObjectDB use a configuration file other than the one that includes the activation code . support Support Thank you so much. I removed an accidental

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

the application has an ObjectDB OEM Activation code installed). ObjectDB class enhancing HAS been performed ... and activations in recent versions. Please make sure that your classes are OEM enhanced. See this forum thread . support Support Thank you for the link to the class enhancing confirmation checking code . 

InternalError on multiple AND and JOIN Query

- Will use the pattern time_example-%d{yyyy-MM-dd}.log for the active file 09:30:08,884 |-INFO in c.q.l ... / codes .html#layoutInsteadOfEncoder for details 09:30:08,908 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[TIMEBASED_ROLLING_APPENDER] - Active log file name: time_example.log 09:30:08,908

How to develop for a server license

the application without restrictions if they can't use the key to generate an activiation code for their local objectdb? Can they simply use the generated activation code of the server (linux) or do they need ... Hello, our company recently aquired a server license, which can only be activated

Cast exception?

That seem to be the issue here, but I'm not doing any casting in the code ! Is it some casting done by ... my current web app, and I created a Point object successfully in code . So I think objectdb.jar ... at the Persistence.java source code and extracted the method that is throwing the exception: /* */ public static

Cross-platform license: Ubuntu and Windows 8

-visible adaptors.  Is there a way to configure things so that the activation code is associated ... I have a machine on which I dual-boot both Ubuntu and Windows 8.  I purchased an activation code which works fine on Ubuntu but is ignored on Windows 8.  I have checked

virtual servers and one file

the hardware. If you can publish diagnosis info of the slow activity it might help. support Support Thank ... a Megaraid controller with activated cache. I have attached a screenshot of the measured speed ... read activity when the system is warm - you shouldn't if the entire database is cached

jakarta.persistence.EntityManager.close()

is joined to an active transaction, the persistence context remains managed until the transaction completes

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

1st project)) INFO: RequestBean []: Created: com.greensoft.entity. Activity [null](TEST: the 1st activity ) INFO: RequestBean []: Persisted: com.greensoft.entity. Activity [14](TEST: the 1st activity ) INFO: RequestBean []: Created: com.greensoft.entity. Activity [null](TEST: the 2nd activity ) INFO

jakarta.persistence.MapKeyTemporal

: @OneToMany @MapKeyTemporal(DATE) protected Map employees; Deprecated: Newly-written code should use

jakarta.persistence.Basic

discouraged. Newly-written code should use the date/time types defined in the package java.time , or

jakarta.persistence.TemporalType

-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1

jakarta.persistence.Temporal

is of such a temporal type. Example: @Temporal(DATE) protected java.util.Date endDate; Deprecated: Newly-written code

Query fails with failed to read

-17 19:14:40 #1 config]  Invalid or expired activation code : AKEP-SJ5T-6S1Y-B65T-FWKY [2018-08 ... is thrown? Any other special activity at that time? Please post a full stack trace of the exception (strange ... we have it now 5-10 times per day. There is not any backup activity active during these times. It always happens

docker documentation

; dmoshal David Moshal I made some progress with this, but there is a strange issue. Groovy code (working): import com.objectdb. Activator import groovy.transform.CompileStatic @CompileStatic class Activation { static void main(String[] args) { PipedOutputStream piped = new PipedOutputStream

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

/retrieve EITHER: the transparent activation is failing AND/OR: entities are becoming detached. http://www ... if it affects. Transparent activation works only when the entity object is managed - once it becomes detached existing values are not expected to be cleared but then transparent activation is disabled

jakarta.persistence.TypedQuery.setParameter(Parameter,Date,TemporalType)

-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.TypedQuery.setParameter(String,Calendar,TemporalType)

argument is of incorrect type. Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.TypedQuery.setParameter(String,Date,TemporalType)

is of incorrect type. Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.TypedQuery.setParameter(Parameter,Calendar,TemporalType)

: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.TypedQuery.setParameter(int,Calendar,TemporalType)

argument is of incorrect type. Deprecated: Newly-written code should use the date/time types

jakarta.persistence.TypedQuery.setParameter(int,Date,TemporalType)

argument is of incorrect type. Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.StoredProcedureQuery.setParameter(int,Calendar,TemporalType)

of the query or if the value argument is of incorrect type. Deprecated: Newly-written code should use

jakarta.persistence.StoredProcedureQuery.setParameter(int,Date,TemporalType)

if the value argument is of incorrect type. Deprecated: Newly-written code should use the date/time

jakarta.persistence.StoredProcedureQuery.setParameter(Parameter,Date,TemporalType)

. Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.StoredProcedureQuery.setParameter(String,Calendar,TemporalType)

or if the value argument is of incorrect type. Deprecated: Newly-written code should use the date

jakarta.persistence.StoredProcedureQuery.setParameter(String,Date,TemporalType)

if the value argument is of incorrect type. Deprecated: Newly-written code should use the date/time types

jakarta.persistence.StoredProcedureQuery.setParameter(Parameter,Calendar,TemporalType)

of the query. Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.Query.setParameter(int,Date,TemporalType)

is of incorrect type. Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.Query.setParameter(String,Calendar,TemporalType)

is of incorrect type. Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.Query.setParameter(String,Date,TemporalType)

is of incorrect type. Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.Query.setParameter(int,Calendar,TemporalType)

is of incorrect type. Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.Query.setParameter(Parameter,Calendar,TemporalType)

code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 2.0

jakarta.persistence.Query.setParameter(Parameter,Date,TemporalType)

- if the parameter does not correspond to a parameter of the query. Deprecated: Newly-written code

Freeze during save

activation codes ). sjzlondon Steve Zara I have modified my object model to avoid the circular ... of cascading persistence?   I'm unable to proceed right now, as trying to run the Activator ... ; The loops consisted of references to the root of the tree.   I have managed to code