ObjectDB Database Search

51-100 of 124 results

JBoss 7 startup fails

handlers 13:49:22,697 INFO [org.jboss.as.connector.subsystems.datasources] ( Controller Boot Thread ... .clustering.infinispan.subsystem] ( Controller Boot Thread) Activating Infinispan subsystem. 13:49:23,900 INFO [org.jboss.as.naming] ( Controller Boot Thread) Activating Naming Subsystem 13:49:23,954 INFO [org

Updating Entities

.createEntityManager(); ... } I use a set of controller classes for each of the models. Each controller package ... a function called setTable() for each of the Overview controllers which consists of content similar ... controller ; private Paygrade p; ... @FXML private void handleModify() { String rate = paygrade

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

, method: public void com.mirq. controller .UserC.findUser(java.lang.Long) WARNING:   javax.ejb ... (EJBLocalObjectInvocationHandlerDelegate.java:88) at com.sun.proxy.$Proxy211.findUser(Unknown Source) at com.mirq. controller .__EJB31 ... .jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:101) at com.mirq. controller

Activation license not picked up in Jenkins

is about ObjectDB activation licenses and Docker.   Gradle Test Executor 1 STARTED mr. controllers .spec.MrProrationSpec STARTED mr. controllers .spec.MrProrationSpec max_rate_target_below_first STARTED mr. controllers .spec.MrProrationSpec max_rate_target_below_first STANDARD_ERROR [2020-09-03 22:03

Java FX tableview fill with an aggregated query

) at javafx. controls /javafx.scene. control .Button.fire(Button.java:203) at javafx. controls /com.sun.javafx.scene. control .behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:208) at javafx. controls /com.sun.javafx.scene. control .inputmap.InputMap.handle(InputMap.java:274) at javafx.base/com.sun.javafx

How to resolve 404 errors with Eclipse/Maven Spring MVC

for you too. Either will do. What I cannot figure out how to do is single step thru the controller class using ... debug thru the controller class.   Thanks siegfried siegfried siegfried heintze I am not sure I ... these 404 errors, I can easily set a break point in the controller class and single step

UserException - Object User#2 belongs to another EntityManager

(BaseEjbProxyHandler.java:283) at com.pingushare. control .TradesC$LocalBeanProxy.findTradeByClient(com/pingushare/ control /TradesC.java) at com.pingushare.boundary.dashboard.RequestsOngoingB.init ... .objectdb.jpa.JpaQuery.getResultList(JpaQuery.java:695) at com.pingushare. control .TradesC.findTradeByClient

Objectdb server out of heap space

(Thread.java:722) I don't understand why this should happen - a server process has full control ... ; sjzlondon Steve Zara  a server process has full control of its resources, and so should never end ... the ObjectDB server, are limited to the maximum heap size of the JVM, so they cannot have full control

How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client?

with URI [/Guestbook/user/siegfried] in DispatcherServlet with name 'spring' Here is my controller . @ Controller @RequestMapping("/api") public class APIController{     @Autowired   ... ().get(0); }   } siegfried siegfried heintze Take a look at this part of your code: @ Controller

Spring + Maven + persitence.xml

:368) com.jadebaboon.nucleus.modules.home. controller .HomeController.renderHomePage(HomeController ... . controller .HomeController.renderHomePage(HomeController.java:35) sun.reflect.NativeMethodAccessorImpl

Mismatch client-server protocol prefix

.tracker.webservice. controller .PositionController.getPositions(PositionController.java:55) Another one in ... much control what happens to the entity manager. From what I see from the logs Spring reuses

Soft Reference Object Cache Recommendation

) it indeed looks as a JVM tuning issue, because ObjectDB has no control on soft references (as ... am concerned that the PAGs will grow beyond my control when my production application is servicing

ObjectDB JDO - foreign key constraints

would have preferred to get an exception instead. How can I control this behaviour? Also, how can I control

How to change properties in urls2.xml?

properties. I have no control on the port and password used. :( Does it exist a way to change urls2.xml ... ) but you might find it in a forum discussion. You should be able to control the port

Closed EntityManagerFactory after upgrading glassfish 3.1.1 to 3.1.2

) at com.n2nconnect.mm.jsf. controller .ProjFeedController$1.createPageDataModel(ProjFeedController.java:60) at com.n2nconnect.mm.jsf. controller .ProjFeedController.getItems(ProjFeedController.java:159

Problem with entities detection

) at controller .centroController. (centroController.java:70) at view.MainFormController ... to have entities on my controller location to make it work. It´s a JavaFX Application. jlmedina Javier López

Redeployment in GlassFish - Failed to open file

Source) at edu.um.fcsit.jpa. controller .GuestController$1.createPageDataModel(GuestController.java:58) at edu.um.fcsit.jpa. controller .GuestController.getItems(GuestController.java:158) at sun.reflect

Metamodel Attribute NOT EQUALS to same Attribute in a different EntityManager

Attribute from Metamodel initialized on @PostConstruct event IS NOT EQUALS of the same Attribute from Metamodel of a differente EntityManager initialized on a @ Controller @RequestMapping event. I ... and the other on a @ Controller @RequestMapping event, they return not equals Attributes using

EntityManagerFactory.runInTransaction(work) - JPA Method

, the EntityManager is closed before this method returns control to the client. Parameters: work - a function to be executed in the scope of the transaction Since: JPA 3.2

EntityManagerFactory.callInTransaction(work) - JPA Method

back, and the exception is rethrown. Finally, the EntityManager is closed before this method returns control

InterfaceRef jakarta.persistence.RefreshOption

JPA Interface RefreshOption An option influencing the behavior of EntityManager.refresh . Built-in options control plain, plain, and plain. This interface may be implemented by custom provider-specific options which extend the options defined by the specification. See Also: LockModeType

InterfaceRef jakarta.persistence.LockOption

JPA Interface LockOption An option influencing the behavior of EntityManager.lock . Built-in options control plain, and plain. This interface may be implemented by custom provider-specific options which extend the options defined by the specification. See Also: LockModeType PessimisticLockScope Timeout EntityManager.lock Since: JPA 3.2

AnnotationAttrRef jakarta.persistence.JoinColumn.foreignKey

JPA Annotation Attribute in jakarta.persistence.JoinColumn ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect. If this element is not specified, a default foreign key

AnnotationRef jakarta.persistence.JoinColumns

ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control

PersistenceProvider.createContainerEntityManagerFactory(info,map) - JPA Method

to control schema generation. If a Bean Validation provider is present in the classpath

AnnotationRef jakarta.persistence.JoinColumn

ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control

AnnotationRef jakarta.persistence.MapKeyJoinColumns

@ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key

AnnotationAttrRef jakarta.persistence.MapKeyJoinColumn.foreignKey

JPA Annotation Attribute in jakarta.persistence.MapKeyJoinColumn ForeignKey foreignKey default @ForeignKey(ConstraintMode.PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect. If this element is not specified

AnnotationAttrRef jakarta.persistence.MapKeyJoinColumns.foreignKey

JPA Annotation Attribute in jakarta.persistence.MapKeyJoinColumns ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect. If both this element and the foreignKey element of any

AnnotationRef jakarta.persistence.PrimaryKeyJoinColumn

control the generation of a foreign key constraint for the primary key join column when table

Pessimistic Lock Timeouts setting

, once the control was returned to proccessor bean from the JPA EJB method call, the transaction also ended. As

Can I Disable the Creation of the "log" Directory?

, even when it does not create output.  I must tell my version control system and product

JPA inheritance issue with ObjectDB - Field not found in type error

= new ArrayList (); } return ts; } This is the method in the controller . public String

How to Use a SF with extended Persistence Context?

by the SL which can control it So I tried to loose the use of transactions in it by using

Installing a VM security fix leads to inactive DB

;. However, we do not have control on the MAC address, and changes in recent years

Problem with distinct select, order by and equivalent alias/attribute path

. Since you have no control on the library that creates these queries, you may consider using a new

Executing JUnit "all tests" throws "Object ... belongs to another EntityManager" Exception

, which suggests (to me) that I'm not controlling the Symbol class adequately. ( @PersistenceCapable annotates

virtual servers and one file

a Megaraid controller with activated cache. I have attached a screenshot of the measured speed

Error occured during initialization of boot layer

().commit(); My module-info: module MESTrack { requires javafx. controls ; requires javafx.fxml; requires

Server connection management

to have configuration settings to control the connection pool (min/max connections, etc...). Thanks, Carl

Understanding Database max-threads objectdb.conf Settings Option

, it was not completely clear to me if this setting controlled how many internal threads ObjectDB uses

Standalone server needs dependencies?

to execute the queries. support Support How do I control whether the queries use methods or not? 

Property fields

Hello   How can I use a Property, such as: javafx.beans.property.BooleanProperty as a field within an entity class? I want to bind a JavaFX CheckBoxTableCell control to the property.   Thanks Russ russ0ne Russell Martin You can use a simple boolean or Boolean  persistent field in

stress test -> com.objectdb.o.InternalException: null

.java:168) at com.fitbird. control .p2.WorkoutPlanC.find(WorkoutPlanC.java:56) at sun.reflect ... .fitbird. control .p2.WorkoutPlanC$$LocalBeanProxy.find(com/fitbird/ control /p2/WorkoutPlanC.java ... .fitbird. control .p2.WorkoutPlanC.find(WorkoutPlanC.java:56) at sun.reflect.GeneratedMethodAccessor194

com.objectdb.o.InternalException

.MyFileVisitor.visitFile( Controller .java:271) at com.gsi.sync.MyFileVisitor.visitFile( Controller .java:1) at java.nio.file.Files.walkFileTree(Files.java:2670) at com.gsi.sync. Controller .run( Controller .java:132

ArrayIndexOutOfBoundsException on flush

a controlled environment.   felixobjectdb Richard Szurgot The full exception from the error message I

How to change properties in urls2.xml ?

properties. I have no control on the port and password used. :( Does it exist a way to change urls2.xml

Enum fields are set to null and embeddable enum class does not show in explorer

the interface (but different package)? itsme Martin Petzold I checked version control . The entity

NPE at com.objectdb.jpa.JpaQuery.getResultList

.java:618) at ie.longpat.jpa.entity. control .MomentPayloadController.findMomentPayloadEntities

Collation and String Order

ObjectDB should support selecting collation when a new database is created. The collation will affect the way strings are sorted in queries (with ORDER BY). Currently strings are always ordered by Unicode order, and a workaround that enables controlling the order is to use normalizing, as