Search:

Type: Posts; User: rnavarro; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,267

    It's ok i have find my errors. I had some...

    It's ok i have find my errors. I had some dependencies errors in my pom.xml.

    Thanks for help !
  2. Replies
    5
    Views
    3,267

    Yes, my jpa configuration create the tables in my...

    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...
  3. Replies
    5
    Views
    3,267

    Hi thank for your response. For the second...

    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...
  4. Replies
    5
    Views
    3,267

    Transaction error

    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...
Results 1 to 4 of 4