ObjectDB Database Search

1-27 of 27 results

Dont want to use Proxy Class

of persistable proxy classes may affect the app behaviour.  I have been trying to understand root cause ... proxy behaviour and just use java.util.ArrayList instead of objectdb.java.util.ArrayList ... to use proxy usage.   Thanks a lot in advance Best Regards Serhat       ksbaydar

JPA Persistable Types

practice when you work with ObjectDB. Proxy Classes When entities are retrieved from the database ... ) are instantiated by using proxy classes. These proxy classes extend the original classes and enable transparent ... , which is a subclass of the original java.util.ArrayList . Most applications are not affected by this, because proxy

JPA Container Injection Annotations

the container to inject EntityManager or EntityManagerFactory proxies directly into application components ... a shared, thread-safe proxy associated with the current transaction. Specifies the lifetime scope

JPA Entity Fields

because no proxy class is used and the inverse query is executed eagerly when the entity is first

JPA Class Enhancer

. Without enhancement, only persistent collection and map fields can be loaded lazily (by using proxy objects

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

(EJBLocalObjectInvocationHandlerDelegate.java:88) at com.sun. proxy .$Proxy211.findUser(Unknown Source) at com.mirq.controller.__EJB31 ... .invokeAndUnwrap(Reflections.java:396) at org.jboss.weld.bean. proxy .EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:108) at org.jboss.weld.bean. proxy .EnterpriseTargetBeanInstance

UTF Error

.invoke(EJBLocalObjectInvocationHandlerDelegate.java:90) at com.sun. proxy .$Proxy2213.findBySQL ... (EJBLocalObjectInvocationHandlerDelegate.java:90) at com.sun. proxy .$Proxy2213.findBySQL(Unknown Source) at beans.__EJB31 ... (EJBLocalObjectInvocationHandlerDelegate.java:90) at com.sun. proxy .$Proxy2213.findBySQL(Unknown Source) at beans.__EJB31

Mismatch client-server protocol prefix

$$FastClassBySpringCGLIB$$9166d7ec.invoke( ) at org.springframework.cglib. proxy .MethodProxy.invoke ... .springframework.cglib. proxy .MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop ... at creation. It's a thread safe transactional proxy according to the documentation. So I have not

Fetching Collections Puzzle

is retrieved from the database - the children field is expected to hold a proxy list  (e.g. objectdb.java.util.ArrayList , which extends java.util.ArrayList) . In the debugger the proxy list ... for example children.get(0) will cause the proxy to go and retrive the first element

Multiple inputs not supported on WHERE ?

.sun. proxy .$Proxy164.updateUserEnabledInternal(Unknown Source) ~[na:na]     at com ... ) ~[spring-aop-5.3.31.jar:5.3.31]     at com.sun. proxy .$Proxy164.updateUserEnabled ... $$8f483fc.invoke( ) ~[main/:na]     at org.springframework.cglib. proxy .MethodProxy.invoke

Spring Data JPA - PersistenceException thrown

) at com.sun. proxy .$Proxy13.getMetamodel(Unknown Source) at org.springframework.data.jpa.repository ... .invoke(AbstractEntityManagerFactoryBean.java:541) at com.sun. proxy .$Proxy13.getMetamodel(Unknown Source

Set timeout for BatchQueryItr

$ExtendedEntityManagerInvocationHandler.invoke ( ExtendedEntityManagerCreator.java:344 ) com.sun. proxy .$Proxy246.close

BTree 8 is not found at com.objectdb.o.JPE.d(JPE.java:91)

$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun. proxy .$Proxy2.stop(Unknown Source

ObjectDB version 2.1 has been released

viewing TreeSet and TreeMap in the Explorer. Fixed detachment of entities by replacing proxy objects

Maven Repo for ObjectDB

Gazal It is seems to be online now. support Support Sorry. Then its probably a proxy /firewall issue here. Thank you for the quick response. gazal Mohamed Gazal

Possible issue with LAZY Loading

proxy collection (because your application uses JPA property access rather than field access

EntityManager JPA or JDO impl and different behavior

what the EntityManager is because it's proxied by spring but from digging into the objects in debug I

Eclipse - Maven - Dependencies not getting automatically reflected

have any proxies and has set following in local m2 settings(C:\Documents and Settings\Sandy.m2\Settings

Object DB vs EclipseLink/TopLink: Unloaded relationships in detached entities

still have access in their proxies to retrieve additional dettached instances. If the object

Problem upgrading

-SNAPSHOT] at org.springframework.cglib. proxy .MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-4.2.3

Implement "equals" method

. How can this be? Are you maybe using proxies ? [1] https://vaadin.com/docs/latest/components/combo-box

version 2.4.5+ with GlassFish 3.1.2, errors when runs application. Version 2.4.4 worked but not 2.4.5 or later

.SecureReflections.invoke(SecureReflections.java:263) at org.jboss.weld.bean. proxy .EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:110) at org.jboss.weld.bean. proxy .EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) at org.jboss.weld.bean. proxy

javax.servlet.ServletException: Annotated methods must follow the JavaBeans naming convention. __odbHidden_getPropertyName

_ prefix - in order to add new proxy methods with the original method names. Apparently, this violates ... that. If this doesn't help maybe the Enhancer has to move the annotations to the proxy methods

Unexpected exception (Error 990) - NullPointerException

:88) at com.sun. proxy .$Proxy317.enrichVerfahren(Unknown Source) at de.kevinfleischer.zvagent

Enhanced classes problem

limitation (an array cannot be represented  by a proxy object as a Java collection

error 990 ?

.mces.db.DB$$FastClassByCGLIB$$d1c20735.invoke( ) at net.sf.cglib. proxy .MethodProxy.invoke(MethodProxy

ObjectDB 2.1.0

replacing proxy objects with ordinary objects. Fixed a schema evolution bug when adding a new super entity class .