ObjectDB Database Search
51-100 of 120 resultsJBoss 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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
Spring + Maven + persitence.xml:368) com.jadebaboon.nucleus.modules.home. controller .HomeController.renderHomePage(HomeController ... . controller .HomeController.renderHomePage(HomeController.java:35) sun.reflect.NativeMethodAccessorImpl | |
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 | |
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 | |
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 | |
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 | |
ObjectDB JDO - foreign key constraints would have preferred to get an exception instead. How can I control this behaviour? Also, how can I control | |
javax.persistence.SecondaryTable default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign | |
javax.persistence.SecondaryTable.foreignKey JPA Annotation Attribute in javax.persistence.SecondaryTable ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the pkJoinColumns element when table generation is in effect | |
javax.persistence.TypedQuery JPA Interface TypedQuery Type Parameters: - query result type Super Interfaces: Query Interface used to control the execution of typed queries. See Also: Query Parameter Since: JPA 2.0 Chapter 4 - JPA Queries (JPQL / Criteria) explains how to use TypedQuery . Public Methods int executeUpdate | |
javax.persistence.Version JPA Annotation Version Target: METHOD, FIELD Implemented Interfaces: Annotation Specifies the version field or property of an entity class that serves as its optimistic lock value. The version is used to ensure integrity when performing the merge operation and for optimistic concurrency control | |
Error 363 - Failed to read value of inverse relationship(Unknown Source) at edu.um.fcsit.jpa. controller .GuestController.create(GuestController.java:84) at sun | |
Server connection management to have configuration settings to control the connection pool (min/max connections, etc...). Thanks, Carl | |
Pessimistic Lock Timeouts setting, once the control was returned to proccessor bean from the JPA EJB method call, the transaction also ended. As | |
Object DB vs EclipseLink/TopLink: Unloaded relationships in detached entities (and so lazy loading would initially work), they become detached once the EntityManager under control | |
EntityManager JPA or JDO impl and different behavior, I get: com.objectdb.jdo.PMImpl Whats going on here? Is the entityManager not controlled by | |
best practice for DB recovery instance, restart the failed instance and then enable writes again(that will be controlled in the DAO | |
Issue with orphanRemoval and multiple EntityManagers very large amount of code, some of it not under our control . Refactoring all that code to remove | |
Spring MVC Errors ObjectDB for some time but I used it the way that in Controllers I was initializating new class that I | |
Saving custom list which implements java.util.List fails is that we are not in control of 'MyList' since it is legacy code from the Eclipse Modeling Framework | |
Object DB In memory : without Filestore with ObjectDB along with Concurrency controls and transaction mgmt. Let us know if it is possible to run | |
How to deploy an Objectdb project with Jboss AS 7? in 21ms 04:56:03,225 INFO [org.jboss.as. controller ] (DeploymentScanner-threads - 2) JBAS014774 | |
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 | |
ClassCastException on SELECT NEW ... after UPDATE over Java RMI, we are attaching here two DB files which were produced under controlled condition as follows: 1 | |
Embedding ObjectDB on server application (which is out of control of ObjectDB). If you specify the following path: objectdb:$objectdb/test.odb | |
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 | |
High memory consumption even after close() of EntityManagerFactory results, flush updates, etc. are not affected by the new option, but can be controlled by the temp | |
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 | |
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 | |
ArrayIndexOutOfBoundsException on flush a controlled environment. felixobjectdb Richard Szurgot The full exception from the error message I | |
error 990 ?$$cb1b589.add( ) at net.mces. controller .FormController.addOffer(FormController.java:57) at sun | |
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 | |
javax.jdo.InstanceCallbacks four other interfaces, without changing any of the methods or semantics. This allows fine-grained control | |
javax.jdo.PersistenceManagerFactory getDataStoreCache () Return the DataStoreCache that this factory uses for controlling a second-level | |
PersistenceManagerFactory.getDataStoreCache() - JDO Method JDO Method in javax.jdo.PersistenceManagerFactory DataStoreCache getDataStoreCache () Return the DataStoreCache that this factory uses for controlling a second-level cache. If this factory does not use a second-level cache, the returned instance does nothing. This method never returns null . Return: the DataStoreCache Since: JDO 2.0 | |
javax.jdo.Query, the listener is called for each appropriate deleted instance. Before returning control to the application | |
Query.deletePersistentAll() - JDO Method classes, the listener is called for each appropriate deleted instance. Before returning control |