ObjectDB Database Search
1-50 of 54 resultsEclipse/JPA Spring MVC Web Tutorial This is the Eclipse version of the Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in ... . Therefore, required JAR files (ObjectDB, Spring Framework ) will be downloaded automatically during build | |
Spring MVC JPA Tutorial - IntelliJ Project To open and run the Spring MVC JPA tutorial project in Download and extract the project zip file: Spring MVC JPA - Maven Project (8KB) Open the project in IntelliJ IDEA: Select File Open Project... . Select the guestbook- spring directory and click OK . Define | |
Spring MVC and JPA Tutorial This tutorial demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application using Tomcat (or GlassFish), JPA, ObjectDB and Maven. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by filling a simple form. All visitors | |
How to resolve 404 errors with Eclipse/Maven Spring MVC abandon eclipse and use the maven command line to deploy this Spring MVC web app to jetty and point ... that doesn't work. support Support Please see http://www.heintze.com/temp/hello- spring - mvc -annotated ... - spring - mvc -annotated-tomcat6-from-scratch.zip I't is still kinda crazy for a half dozen source code | |
Step 6: Set the Spring XML To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using ... of the web.xml file with the following new content: spring org.springframework.web.servlet | |
Step 6: Set the Spring XML To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using ... : spring org.springframework.web.servlet.DispatcherServlet 2 spring *.html 30 index.jsp The settings | |
Spring + Maven + persitence.xml.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:105) org.springframework.aop. framework ... . framework .JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) $Proxy278.findAllFromCache(Unknown ... .springframework.web.servlet. mvc .method.annotation.ServletInvocableHandlerMethod.invokeAndHandle | |
Configure ObjectDB in spring context You can see how to use ObjectDB with Spring Framework in this tutorial . support Support Yes I've seen that option, but my application is not an MVC , its just pure Spring application and I need to avoid ... it is simply ignored. But I am not sure how it will work with these Spring Framework beans. Regarding | |
Step 1: Create a Maven Web Project under Project Files in the [Project] window: To add dependency on the Spring MVC Framework and ObjectDB ... MVC Framework and ObjectDB/JPA support. The next step is creating a JPA Entity class . ... Name (e.g. Guestbook ) and select Java EE 5. Enter Maven Group Id (e.g. com.objectdb.tutorial. spring | |
Step 1: Create a Maven Web Project dependency on the Spring MVC Framework and ObjectDB and to automatically download all the required JAR ... stop Guestbook Now you should have a Maven based Eclipse dynamic web project (WTP) with Spring MVC ... . spring Guestbook war 1.0 Guestbook http://maven.apache.org UTF-8 objectdb ObjectDB Repository https://m2 | |
Persist not working when ObjectDB and another db is used in the same application (through spring) with different tx managers of the persistence unit (you use a definition from our Spring Framework tutorial that is good only when there is only one persistence unit): ... application (through spring ) with different tx managers, please find an example of this below. Any help ... .xml com.objectdb.jpa.Provider Spring xml | |
Mismatch client-server protocol prefix Hello! We migrated one of our legacy webservices to Spring Boot/ Spring MVC . Now i have a strange ... We also have a Spring Boot/Vaadin Webapp which works without any problems. What's going on here? Regards Ralph mosi0815 ... (MethodProxy.java:204) at org.springframework.aop. framework .CglibAopProxy$CglibMethodInvocation | |
Step 7: Run the Spring Web App/. This Spring web application can also run with GlassFish 3.0.1, with a small change in the  | |
Spring Data JPA - PersistenceException thrown In a Spring -managed application that has 2 EntityManagerFactories (one Hibernate and one ObjectDB), I see the 2 EMFs created successfully on startup, but then subsequently when the application is initializing Spring JPA repositories with Hibernate EntityManagers, the application throws | |
Puzzler: Not getting cascades on read from Spring context I've determined that the database is correctly initialized, looking at it from the Object Explorer, I can run the code that loads the database in a Junit test and it's initializing the children objects correctly, but in the application running in Jetty with Spring , fetching is not cascading | |
Spring and packagesToScan Hi i am trying to configure ObjectDB using Spring JavaConfig but packageToScan is not working. I am getting Type XXX is not found LocalContainerEntityManagerFactoryBean factory = new LocalContainerEntityManagerFactoryBean(); factory.setPackagesToScan("com.myentities"); factory | |
Distinct Error.invokeJoinpointUsingReflection(AopUtils.java:309) ~[ spring -aop-3.0.5.RELEASE.jar:3.0.5.RELEASE] at org.springframework.aop. framework .JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:196) ~[ spring -aop-3.0.5.RELEASE ... :309) ~[ spring -aop-3.0.5.RELEASE.jar:3.0.5.RELEASE] at org.springframework.aop. framework | |
Problem on JPA Merge Entity.; This a little webapp (using Spring / Spring MVC , ObjectDb, JPA) project under Eclipse. I upload ... - is it an ObjectDB merge issue or Spring / JPA transaction management issue? Maybe it is a missing ... ; support Support Hi, I think that it is an ObjectDb problem. The same code with Spring , JPA | |
Exception on creation when running multithreaded.invokeJoinpointUsingReflection(AopUtils.java:309) at org.springframework.aop. framework .ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.aop. framework ... . framework .ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework | |
Migration problem ? kadirbasol Kadir BASOL These are not ObjectDB or JPA annotations, but Spring Framework annotations. You will have to check with Spring Framework , which defines them, when they work and when they do not work. support Support ... ://gauthier-cassany.com/posts/ spring -boot-hibernate-search-conditional-indexing @Basic(fetch = FetchType | |
problem with lazy loading - unittest project attached hi, i'm still testing objectdb together with spring -data-jpa. i made a test which should simulate ... transactional, but the spring repository methods are. anyway, the expected result is in the database ... which is defined in my m2 settings.xml please add the spring milestone repo in the POM spring -maven | |
What are the steps of creating small web app? really need Hibernate for this project, Do I really need Spring MVC for this project. - What is best | |
Is it possible to using JDO and distributed transaction? I'am new to study JDO. Can and How I use JDO an distributed transaction?(multiple database)。 Is ObjectDB also provided JCA util just like DataNucleus? Reference: Spring Framework Reference Documentation JCA, JTA, and JDO Transactions - Using | |
Step 4: Add a Controller Class In this step we will add a Spring Controller to manage guestbook web requests: Open the [New Java ... the new Spring Controller class. Now replace the content of the new source file with the following code ... ); } } The GuestController class is defined as a Spring managed web controller using the @Controller annotation | |
Unexpected NoSuchFieldError exception_all_entities(ObjectDbDatabase.groovy:69) at app. framework .Database$delete_all_entities$0 ... .database.ObjectDbDatabase.transact(ObjectDbDatabase.groovy:82) at app. framework .Database$transact ... . framework .Database$delete_all_entities$0.call(Unknown Source) at org.codehaus.groovy.runtime | |
Step 5: Add a JSP Page name. The Folder should be WEB-INF (to prevent accessing the JSP directly not through Spring ). Click ... the controller in the previous step). The next step (and the last in this tutorial) is setting the Spring XML configuration . | |
ObjectDB throws `NullPointerException` in internal code (`com.objectdb.o.ENH.b`): DriverDAO.getAll() at hr.hydra. framework .ObjectDBRecoveryUtil.executeWithRetry ... .getResultList(JpaQuery.java:690) at hr.hydra. framework .MasterDAO.lambda$findAll$1(MasterDAO.java:318) at hr.hydra. framework .MasterDAO.ro(MasterDAO.java:224)   | |
ObjectDB License Error I got I wanted to use objectdb on my spring boot app. Here is what i have tried : package com ... ", // your Spring Data JPA repos entityManagerFactoryRef = "entityManagerFactory", transactionManagerRef ... ) - exceeds evaluation limit And there is no tutorial how to use this on spring boot with license as | |
Activation Issue. framework .ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.aop. framework .ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at org ... :110) at org.springframework.aop. framework .ReflectiveMethodInvocation.proceed | |
JRebel integration feature.lang.ClassLoader.defineClass(ClassLoader.java:615) at org.apache.felix. framework .ModuleImpl$ModuleClassLoader.findClass(ModuleImpl.java:1907) at org.apache.felix. framework .ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:727) at org.apache.felix. framework .ModuleImpl.access$400(ModuleImpl | |
Online backup in embedded mode fails. framework .ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.aop. framework .ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at org ... ) at org.springframework.aop. framework .ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation | |
Changes in detach behaviour? have a Spring DAO. It does the following: I call for example getUserByName("blub). Spring creates an em and starts a transaction. I get the desired user. I return the user. Spring closes ... the posting instructions ? You can simulate the effect of Spring transactions by closing and reopening | |
Will ObjectDB support .Net and EntityFramework? Hi, I'm porting an application POC from Java to C# with Entity Framework for data access. I ... . Are there some ObjectDB's version or support for C# and Entity Framework ? Thanks! Cthulhu Cthulhu Juan ... when there will be support for .Net Entity Framework ? Thanks in advance! Cthulhu Juan Perez | |
Java 8 Enhancer Problem Hello! I am currently migrating my project to Java 8. I'm using Spring and AspectJ load time weaving. Unluckily the LTW option of Spring is global. If it's enabled it also tries to find other class ... an exception which causes Spring to stop weaving. Caused by: com.objectdb.o.InternalException | |
Error with org.springframework.data.jpa.domain.AbstractPersistable I am working on a Spring Boot application. I want to integrate ObjectDB with Spring Data JPA. I refer to the http://www.objectdb.com/database/forum/860 to do the configuration. When I start ... . without Spring Boot): import java.io.*; import javax.persistence.*; public final class T1545 {   | |
Problem with distinct select, order by and equivalent alias/attribute path Hi, while working with a (standard-)JPA-query generating framework we run into an exception when ordering the results of some projection when the order by expression is different (though logically ... above manually (and actually have no idea why the framework is doing so...) - shouldn't | |
Populating entity id before transaction commit Hi, I have a question about populating auto generated id before transaction commit. We are using OBD with Spring and transactions are managed by Spring . The problem is, that we have custom annotation that wraps some of those functions to do additional work. But this annotation is executed before | |
Enhancer failure: Failed to process class file of type', 'src/main/groovy', 'app. framework .AuEntity', 'app.model.*' } compileGroovy.finalizedBy ( enhance | |
InternalError on query of empty database.springframework.aop. framework .JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:196) at $Proxy22 | |
Custom collection types Hi In our project in few places there are used collections from emf framework eg EcoreEMap http://download.eclipse.org/modeling/emf/emf/javadoc/2.5.0/org/eclipse/emf/ecore/util/EcoreEMap.html This is strange map for me, it implements List interface but does not implement Map interface | |
Cast exception?. A solution in that case depends on the framework that you use. support Support I did a few more tests | |
Logging archive contains non-objectdb log files, but can it be that it somehow changes configuration of our logging framework ? I'm just trying to grasp this issue. I'm | |
Great product - needs better marketing - more popularity frameworks and classes for customer management and manufacturer agent applications containing | |
Pessimestic Locking doesn't release when application unexpectedly terminates. Hi, We have several services in our app framework that we want to use a cluster singleton. Our approach to this was to use Objectdb's pessimestic locking. This seems to work, but if the owner of the current pessimestic lock abruptly quits without releasing the lock it doesn't get released.  | |
NullPointer when accessing persistent field(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit. framework .TestCase.runTest(TestCase.java:164) at junit. framework .TestCase.runBare(TestCase.java:130) at com.aqera.domains.one.tests.InitializationTest.runBare(InitializationTest.java:31) at junit. framework .TestResult$1 | |
ArrayIndexOutOfBoundsException on flush: rbccm.felix. framework .ApplicationException: Error flushing graph container at rbccm.felix.objectdb ... ) at rbccm.felix.gridservice.workflow.WorkflowService.process(Unknown Source) at rbccm.felix. framework ... .WorkflowService.process(Unknown Source) at rbccm.felix. framework .service.ServiceRunner.run(Unknown | |
ClassCastException after upgrade to 2.3.5_03 On upgrading to the latest version of objectdb I get the following exception on object retrieval: rbccm.felix. framework .ApplicationException: Error taking message from ObjectDB queue at rbccm.felix ... .ObjectDbMessagePipe.take(Unknown Source) at rbccm.felix. framework .service.ServiceRunner.run(Unknown Source | |
Can't open replicated database.AdminQueryService.process(Unknown Source) at rbccm.felix. framework .service.ServiceRunner.run(Unknown ... .messaging.ObjectDbMessagePipe.take(Unknown Source) at rbccm.felix. framework .service.ServiceRunner | |
Tutorial Typo I was going through the Eclipse Spring tutorial as part of my training, and I noticed this. On the page: http://www.objectdb.com/tutorial/jpa/eclipse/ spring /entity The tutorial first says: Enter META-INF as a new folder name and click Finish. Then, after the picture, it says: Right click | |
ObjectDB 2.0.4 Added support for JTA and Java EE Containers ( issue #8 ). Fixed a bug in indexing entity objects. Fixed a bug in fixing broken references in ObjectDB Doctor. Fixed a bug in modifying enhanced detached embedded objects. Fixed a spring transformer (LoadTimeWeaver) problem. Fixed a class |