ObjectDB Database Search

101-150 of 200 results

Error 990... and then new version?

.ReflectionUtils.invokeMethod(ReflectionUtils.java:628) at org.junit.jupiter.engine. execution ... .hierarchical.ThrowableCollector. execute (ThrowableCollector.java:73) at org.junit.jupiter.engine ... .jupiter.engine.descriptor.TestMethodTestDescriptor. execute (TestMethodTestDescriptor.java:127) at org

Cannot cast com.objectdb.jpa.Provider to PersistenceProvider

(ApplicationLifecycle.java:219) at org.glassfish.deployment.admin.DeployCommand. execute (DeployCommand.java:491) at com ... .v3.admin.CommandRunnerImpl$2. execute (CommandRunnerImpl.java:522) at com.sun.enterprise.v3.admin ... . execute (CommandRunnerImpl.java:1762) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext

ObjectDB Enincompatible with Quarkus?

)     at org.junit.jupiter.engine. execution .ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)     at org.junit.jupiter.engine. execution ... .java:72)     at org.junit.jupiter.engine. execution .ExecutableInvoker.lambda$invoke$0

BeanCreationException in spring data JPA with objectDB

.startJetty(AbstractJettyMojo.java:371) at org.mortbay.jetty.plugin.AbstractJettyMojo. execute (AbstractJettyMojo.java:307) at org.mortbay.jetty.plugin.AbstractJettyRunMojo. execute (AbstractJettyRunMojo.java:203) at org.mortbay.jetty.plugin.Jetty6RunMojo. execute (Jetty6RunMojo.java:184) at org.apache.maven

Query becomes slower on moving from ObjectDB 1.x to ObjectDB 2.x

, with object 1.x, the same query was getting executed within an seconds and now the same is taking around 40 ... query. execute (param1, param2); This takes 1 second to execute using objectdb1.x, but the same takes ... ERROR  [ProcessSpawner. execute :46] ObjectDB Doctor [version 2.3.7_25] 11-Sep 14:55:33 ERROR 

Does "error 522" (connect timed out) have something to do with restrictions despite license activation?

(ReflectionUtils.java:389) at org.junit.jupiter.engine. execution .ExecutableInvoker.invoke ... .jupiter.engine. execution .ThrowableCollector. execute (ThrowableCollector.java:40) at org.junit.jupiter ... .TestMethodTestDescriptor. execute (TestMethodTestDescriptor.java:106) at org.junit.jupiter.engine.descriptor

UTF Error

) at com.sun.faces.lifecycle.RenderResponsePhase. execute (RenderResponsePhase.java:102) at com.sun.faces ... (HttpServerFilter.java:201) at org.glassfish.grizzly.filterchain.ExecutorResolver$9. execute (ExecutorResolver ... .java:177) at org.glassfish.grizzly.filterchain.DefaultFilterChain. execute (DefaultFilterChain.java

system exception occurred during an invocation on EJB GuestDao

.ExecutorResolver$9. execute (ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain ... . execute (DefaultFilterChain.java:136) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114) at org.glassfish.grizzly.ProcessorExecutor. execute (ProcessorExecutor

newbie - lots of exeptions

.DefaultProtocolFilter. execute (DefaultProtocolFilter.java:229) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain. execute (DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain. execute (DefaultProtocolChain.java

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

.filterchain.ExecutorResolver$9. execute (ExecutorResolver.java:119) at org.glassfish.grizzly ... .filterchain.DefaultFilterChain. execute (DefaultFilterChain.java:136) at org.glassfish.grizzly.filterchain ... . execute (ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent

jakarta.persistence.TypedQuery.setCacheRetrieveMode(CacheRetrieveMode)

Jakarta Persistence (JPA) Method in jakarta.persistence.TypedQuery TypedQuery setCacheRetrieveMode (    CacheRetrieveMode cacheRetrieveMode ) Set the cache retrieval mode that is in effect during query execution . This cache retrieval mode overrides the cache retrieve mode in use by

jakarta.persistence.TypedQuery.setCacheStoreMode(CacheStoreMode)

Jakarta Persistence (JPA) Method in jakarta.persistence.TypedQuery TypedQuery setCacheStoreMode (    CacheStoreMode cacheStoreMode ) Set the cache storage mode that is in effect during query execution . This cache storage mode overrides the cache storage mode in use by the entity manager

jakarta.persistence.TypedQuery.setFlushMode(FlushModeType)

Jakarta Persistence (JPA) Method in jakarta.persistence.TypedQuery TypedQuery setFlushMode (    FlushModeType flushMode ) Set the flush mode type to be used for the query execution . The flush mode type applies to the query regardless of the flush mode type in use for the entity manager

jakarta.persistence.StoredProcedureQuery.setFlushMode(FlushModeType)

Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery setFlushMode (    FlushModeType flushMode ) Set the flush mode type to be used for the query execution . The flush mode type applies to the query regardless of the flush mode type in use

jakarta.persistence.StoredProcedureQuery.setCacheRetrieveMode(CacheRetrieveMode)

Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery setCacheRetrieveMode (    CacheRetrieveMode cacheRetrieveMode ) Set the cache retrieval mode that is in effect during query execution . This cache retrieval mode overrides the cache retrieve

jakarta.persistence.StoredProcedureQuery.setCacheStoreMode(CacheStoreMode)

Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery setCacheStoreMode (    CacheStoreMode cacheStoreMode ) Set the cache storage mode that is in effect during query execution . This cache storage mode overrides the cache storage mode in use by

jakarta.persistence.EntityManagerFactory.addNamedQuery(String,Query)

procedure parameters. When the query is executed , information that can be set by means of the query

jakarta.persistence.EntityManager.callWithConnection(ConnectionFunction)

is executed in the context of the transaction. The given function should close any resources it creates

jakarta.persistence.EntityManager.createQuery(String)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager Query createQuery (    String qlString ) Create an instance of Query for executing a Jakarta Persistence query language statement. Parameters: qlString - a Jakarta Persistence query string Returns: the new query

jakarta.persistence.EntityManager.createQuery(CriteriaQuery)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager TypedQuery createQuery (    CriteriaQuery criteriaQuery ) Create an instance of TypedQuery for executing a criteria query. Parameters: criteriaQuery - a criteria query object Returns: the new query instance. Throws

jakarta.persistence.EntityManager.createQuery(CriteriaSelect)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager TypedQuery createQuery (    CriteriaSelect selectQuery ) Create an instance of TypedQuery for executing a criteria query, which may be a union or intersection of top-level queries. Parameters: selectQuery - a criteria

jakarta.persistence.EntityManager.createQuery(CriteriaUpdate)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager Query createQuery (    CriteriaUpdate updateQuery ) Create an instance of Query for executing a criteria update query. Parameters: updateQuery - a criteria update query object Returns: the new query instance. Throws

jakarta.persistence.EntityManager.createQuery(TypedQueryReference)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager TypedQuery createQuery (    TypedQueryReference reference ) Create an instance of TypedQuery for executing a named query written in the Jakarta Persistence query language or in native SQL. Parameters: reference

jakarta.persistence.EntityManager.createNativeQuery(String,Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager Query createNativeQuery (    String sqlString ,    Class resultClass ) Create an instance of Query for executing a native SQL query. In the next release of this API, the return type of this method will change

jakarta.persistence.EntityManager.createNativeQuery(String,String)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager Query createNativeQuery (    String sqlString ,    String resultSetMapping ) Create an instance of Query for executing a native SQL query. Parameters: resultSetMapping - the name of the result set mapping

jakarta.persistence.EntityManager.createQuery(CriteriaDelete)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager Query createQuery (    CriteriaDelete deleteQuery ) Create an instance of Query for executing a criteria delete query. Parameters: deleteQuery - a criteria delete query object Returns: the new query instance. Throws

jakarta.persistence.EntityManager.createQuery(String,Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager TypedQuery createQuery (    String qlString ,    Class resultClass ) Create an instance of TypedQuery for executing a Jakarta Persistence query language statement. The select list of the query must contain

jakarta.persistence.EntityManager.createNamedQuery(String)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager Query createNamedQuery (    String name ) Create an instance of Query for executing a named query written in the Jakarta Persistence query language or in native SQL. Parameters: name - the name of a query defined in

jakarta.persistence.EntityManager.createNamedQuery(String,Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager TypedQuery createNamedQuery (    String name ,    Class resultClass ) Create an instance of TypedQuery for executing a Jakarta Persistence query language named query. The select list of the query must contain

jakarta.persistence.FlushModeType.AUTO

Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.FlushModeType AUTO (Default) Flushing to occur at query execution . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.Query.setFlushMode(FlushModeType)

Jakarta Persistence (JPA) Method in jakarta.persistence.Query Query setFlushMode (    FlushModeType flushMode ) Set the flush mode type to be used for the query execution . The flush mode type applies to the query regardless of the flush mode type in use for the entity manager. Parameters

jakarta.persistence.Query.getFlushMode()

Jakarta Persistence (JPA) Method in jakarta.persistence.Query FlushModeType getFlushMode() Get the flush mode in effect for the query execution . If a flush mode has not been set for the query object, returns the flush mode in effect for the entity manager. Returns: flush mode. Since: Jakarta Persistence (JPA) 2.0

jakarta.persistence.Query.getCacheRetrieveMode()

Jakarta Persistence (JPA) Method in jakarta.persistence.Query CacheRetrieveMode getCacheRetrieveMode() The cache retrieval mode that will be in effect during query execution . Since: Jakarta Persistence (JPA) 3.2

jakarta.persistence.Query.getCacheStoreMode()

Jakarta Persistence (JPA) Method in jakarta.persistence.Query CacheStoreMode getCacheStoreMode() The cache storage mode that will be in effect during query execution . Since: Jakarta Persistence (JPA) 3.2

jakarta.persistence.Query.setLockMode(LockModeType)

Jakarta Persistence (JPA) Method in jakarta.persistence.Query Query setLockMode (    LockModeType lockMode ) Set the lock mode type to be used for the query execution . Parameters: lockMode - lock mode Returns: the same query instance. Throws: IllegalStateException - if the query is found

jakarta.persistence.Query.setCacheRetrieveMode(CacheRetrieveMode)

Jakarta Persistence (JPA) Method in jakarta.persistence.Query Query setCacheRetrieveMode (    CacheRetrieveMode cacheRetrieveMode ) Set the cache retrieval mode that is in effect during query execution . This cache retrieval mode overrides the cache retrieve mode in use by the entity

jakarta.persistence.Query.setCacheStoreMode(CacheStoreMode)

Jakarta Persistence (JPA) Method in jakarta.persistence.Query Query setCacheStoreMode (    CacheStoreMode cacheStoreMode ) Set the cache storage mode that is in effect during query execution . This cache storage mode overrides the cache storage mode in use by the entity manager

jakarta.persistence.ConnectionConsumer.accept(C)

Jakarta Persistence (JPA) Method in jakarta.persistence.ConnectionConsumer void accept (    C connection ) Execute the action using the given connection. Parameters: connection - the connection to use Throws: Exception - if a problem occurs calling the connection, usually a java.sql.SQLException . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.PersistenceConfiguration.SCHEMAGEN_CREATE_SCRIPT_SOURCE

Jakarta Persistence (JPA) Field in jakarta.persistence.PersistenceConfiguration SCHEMAGEN_CREATE_SCRIPT_SOURCE An application-provided SQL script to be executed when the schema is created. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.PersistenceConfiguration.SCHEMAGEN_DROP_SCRIPT_SOURCE

Jakarta Persistence (JPA) Field in jakarta.persistence.PersistenceConfiguration SCHEMAGEN_DROP_SCRIPT_SOURCE An application-provided SQL script to be executed when the schema is dropped. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.function(String,Class,Expression...)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression function (    String name ,    Class type ,    Expression ... args ) Create an expression for the execution of a database function. Parameters: name - function name args

objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active'

-OK-when-force-commit.png   But then, when the commit() is executed on the second build pass, I ... .java:219) at org.glassfish.deployment.admin.DeployCommand. execute (DeployCommand.java:491) at com ... .v3.admin.CommandRunnerImpl$2. execute (CommandRunnerImpl.java:534) at com.sun.enterprise.v3.admin

Unexpected exception

) at org.junit.jupiter.engine. execution .MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine. execution .InvocationInterceptorChain$ValidatingInvocation.proceed ... (TimeoutExtension.java:74) at org.junit.jupiter.engine. execution .ExecutableInvoker$ReflectiveInterceptorCall

ArrayIndexOutOfBoundsException on flush

.ObjectDbGraphContainer.putIfAbsent(Unknown Source) at rbccm.digest2. execution .Workflow2Runner.processGraph(Unknown Source) at rbccm.digest2. execution .Workflow2Runner.processWorkflows(Unknown Source) at rbccm.digest2. execution .Workflow2Runner.processWorkflow(Unknown Source) at rbccm.digest2. execution .Workflow2Runner

combined index not used

of options for executing the query. The query planner examines thousands of options eliminating options ... that represent different approaches for executing the query is prepared, each query plan is evaluated ... without executing it is guessing. Think of the progress bar and the evaluation of time remained

New issues with queries using build 2.7.6_08

.analysis.test.bl.internal.dmos.RequirementBasedTestExecutionImpl as execution , com.btc.ep.simulation.bl.internal.dmos. execution .ExecutionRecordImpl as record, com.btc.ep.simulation.bl.internal.dmos. execution .ExecutionConfigImpl as config WHERE execution MEMBER OF ?1 AND execution .verdictID = verdict.uid

Blocked by find

.objectdb.workflow.ObjectDbInstanceContainer@9c71a4 rbccm.digest.workflow. execution .WorkflowRunner.workflowCompleteForSomeTasks(WorkflowRunner.java:245) rbccm.digest.workflow. execution .WorkflowRunner ... .ObjectDbInstanceContainer.putIfAbsent(ObjectDbInstanceContainer.java:102) rbccm.digest.workflow. execution

Internal exception on flush

.objectdb.workflow.ObjectDbGraphContainer.putIfAbsent(Unknown Source) at rbccm.digest2. execution .Workflow2Runner.processSpawn(Unknown Source) at rbccm.digest2. execution .ExecutionGraph.splitWorkflow(Unknown Source) at rbccm.digest2. execution .ExecutionGraph.spawnWorkflows(Unknown Source) at rbccm.digest2

retrieval again and again started

issue. There are many query execution timeout exceptions in the new log. Did you set a limit of 10 ... on this issue) is shown (log #127), but that also happens at the same time of a query execution timeout exception (log #126), so hopefully we are still in the scope of query executions timeout

EOFException

. execution .Workflow2Runner.processWorkflows(Unknown Source) at rbccm.digest2. execution .Workflow2Runner.processWorkflow(Unknown Source) at rbccm.digest2. execution .Workflow2Runner ... . execution .WorkflowInstance#'e8bc02bc-ac4c-49c4-a87a-0fcc65a71778' (error 631) at rbccm.digest.workflow