It's ok i have find my errors. I had some dependencies errors in my pom.xml.
Thanks for help !
Type: Posts; User: rnavarro; Keyword(s):
It's ok i have find my errors. I had some dependencies errors in my pom.xml.
Thanks for help !
Yes, my jpa configuration create the tables in my schema, and id's columns are in auto increment .
My mock use real entities, it don't use easyMock or something like.
protected void...
Hi thank for your response.
For the second exception, my entities @id are @GeneratedValue(strategy = GenerationType.AUTO)
when i call persist() method, it should generate an id, without use...
Hi, I try to use spring for a personal project.
here is my context.xml
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close">
<property...