Internal Website Search

91-100 of 200 resultsRefresh

Issue deploying J6EE/Eclipse/Glassfish example to TomEE 1.5.1

In order to get past TomEE ignoring objectdb.jar, I tried using the objectdb-jee.jar.  It seems to be hardcoded to assume it is being deployed into JBoss AS: ....snip ... : Name [jboss/TransactionSynchronizationRegistry] is not bound in this Context. Unable to find [jboss

EntityManager.find(entityClass, primaryKey) is slow when accessing non-existent IDs

, true, "hot\titerate\t\tuncached\texisting\t<- comparably effective as 7, 8", order ... effective as 5, 6", order); } public static void main(String[] args) { String ... :00:49.520 [main] DEBUG org.jboss.logging - Logging Provider: org.jboss.logging.Log4j2LoggerProvider

Error 363 - Failed to read value of inverse relationship

> Storing the objects works fine and the relationships (both forward and inverse) behave as ... the following exception. As far as I can tell, I'm very closely mirroring the examples on this site. Any ... need to know the answer as soon as possible due to time constraints and submission deadline

A lot of ENT and SIV instances which are not cleared by GC

(InterceptorManager.java:822) at com.sun.ejb.EjbInvocation.proceed(EjbInvocation.java:582) at org.jboss ... .reflect.Method.invoke(Method.java:483) at org.jboss.weld.injection.producer.DefaultLifecycleCallbackInvoker.invokeMethods(DefaultLifecycleCallbackInvoker.java:89) at org.jboss.weld.injection.producer

Entity Management Settings

> (which serves as a first level cache). The valid values are "weak", as hollow, and loading their persistent content lazily, when they are accessed, could improve ... should be used as a fallback persisting method for instances of serializable types that are non

Comparison in JPQL and Criteria API

of comparison operators, as shown in the following table: represents an unknown value and expressions that include an unknown value are evaluated as unknown, i.e ... that belong to the same group as detailed above. Therefore, for example, a double

JPA Primary Key

, the primary key cannot be modified. It represents the entity object as long as it exists in the database. As an object database, ObjectDB supports implicit object IDs, so an explicitly defined ... keys. Instances of other persistable types are always stored as

Database Management Settings

should be indexed automatically by ObjectDB in the background, a soon as new indexes are detected, in ... the speed of the index building background process as a number between 10 and 70, indicating a processing rate of between 10% to 70% of the maximum database writing rate. As soon

Storing JPA Entity Objects

the persist method or implicitly as ... >Employee instance is constructed as an ordinary Java object and its initial as field values).

Schema Update

, classes and fields in ObjectDB databases as a complementary operation to renaming or moving ... the configuration file. As explained in chapter 2, other schema changes ... ="NewC$E" /> </package> </schema> The hierarchy, as demonstrated