I have a java project using Spring 3.0 , JPA 2.0 with MyEclipse IDE Trying to convert some basic dao integration tests to spring and have run into a few issues. Here\'s my setup:
I have made a really simple Employee class just for learning purposes. I have made a JDBC resource and connection pool in Glassfish and added the JPA Facet to my Eclipse project. I am now just trying
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Standard Java EE environment: JPA + EJB called from JSF beans. Server: glassfish 3.1.1 Code which is developed, tested and deployed with Hibernate as JPA provider, refuses to persist entities with Ec
I need to make an audit module to my Java Web App. I use EclipseLink, not Hibernate (can\'t use Envers). I searched a lot some way to get the SQL or JPQL that JPA is executing, so I could log somethin
I\'m trying to run the code below, but I keep getting the error \"Cannot merge an entity that has been removed\".
Is it possible to have a default imple开发者_运维知识库mentation when no class is provided for an indicator field value for not raising this exception?
I am quite a newbie to Spring JPA in cooperation with ObjectDB database, but I have encountered a problem that I cannot work out.
I\'m currently trying to fetch data with JQPL. My Query looks like SELECT NEW com.test.CustomObject(t1.name, CASE WHEN(t2 IS 开发者_C百科NOT NULL) THEN true ELSE false END) FROM table1 t1, table2 t2
Noob question here. I\'m following this example/tutorial to try and isolate a problem I keep getting on my main project. Problem is, the entityManagerFactory keeps returning null (thus, I get a NullPo