Internal Website Search

41-50 of 200 resultsRefresh

InternalException - reporting as requested

InternalException - reporting as requested

Glassfish 4 AbstractMethodError: com.objectdb.jpa.EMF.createEntityManager

. I attached the samples as NetBeans projects, so that you could check easier. 1 for GF3 (6 ... (Method.java:601) at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:396) at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke

Deploy ObjectDB in WildFly 10

get an error: 017-10-23 09:23:31,715 INFO  [org.jboss.as.jpa ... "         at org.jboss.as.server.deployment ...         at org.jboss.as.jpa.processor.PersistenceUnitServiceHandler

Performance problem

Hi, we have a strange performance problem with ObjectDB 2.5.3_01 and JBoss 7.1.1.JBOSS and other running ObjectDB. - CPU utilization of JBOSS server is max 5-10% (per core) - CPU utilization of JBOSS server is 80-150% (this is per core

Enhanced classes problem

) at com.objectdb.o.MST.aT(MST.java:508) at com.objectdb.o.MST.aS(MST.java:434) at com.objectdb.o ... can confirm that it happens in lazy loading, which is supported only when classes are enhanced. As ... "> System.setProperty("objectdb.temp.no-lazy-o2o-inverse", "true"); or as a JVM parameter:

SELECT clause (JPQL / Criteria API)

query returns country names as String instances, rather than Country objects: SELECT c.name FROM Country AS c Using path expressions, such as c

[ODB1] Chapter 7 - JDOQL Queries

There are various ways to retrieve objects from an ObjectDB database, as shown in ... to these three main components, queries can include other optional components, such as parameters, variables ... >. When a candidate collection is not specified explicitly, as it is in this query, the entire Extent

[ODB1] Chapter 6 - Persistent Objects

> operator, it always starts as a transient object, regardless of its type. Instances of persistent classes can become persistent later, as demonstrated by the following code: pm ... as a simple transient object. Then it becomes persistent by an explicit call to the

[ODB1] Chapter 8 - ObjectDB Server

this chapter. The Server as a Java program You can run the server as a Java program from the command line, as so: > java -cp <OBJECTDB_HOME> ... a usage message, as shown below: Usage: java com.objectdb.Server

[ODB1] Chapter 4 - JDO Metadata

B, C and D (in package test), as persistent. is probably defined as a subclass of class B (using extendsas a subclass of a non persistent class. Of course, in that case the fields