Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    8,488

    Ben, Please post the correct url, the...

    Ben,

    Please post the correct url, the following URL doesn't work,

    http://www.springsource.org/files/S2_CaseStudy_TomTom.pdf

    Thanks
  2. Replies
    24
    Views
    4,616

    Thanks Marten,

    Yes, Marten, I am using MyISAM, I have changed and everything works as expected.

    again, Thanks a lot
  3. Replies
    24
    Views
    4,616

    Hi Marten, I am using MySQL Version: MySQL...

    Hi Marten,

    I am using
    MySQL Version: MySQL 5.0.75-0ubuntu10.2

    I don't see anything wrong in the log file:


    2009-09-22 03:22:09,390 [main] DEBUG...
  4. Replies
    24
    Views
    4,616

    l

    Below are my spring, service, and dao configuration

    Spring data configuration:


    <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource">
    <property name="driverClassName"...
  5. Replies
    24
    Views
    4,616

    both run within session and it shows rolled back

    I still don't see what I am doing wrong, from the log file everything looks ok, the two operation(create, and read) run within a session, and it shows it is rolled back, but the record still sits in...
  6. Replies
    24
    Views
    4,616

    thanks Marte, that is right second one works only...

    thanks Marte, that is right second one works only if I don't read the created object
    eg, see commented out two lines. As soons it tries to read the entity, the first create is flushed to database...
  7. Replies
    2
    Views
    2,455

    Sorry! Marten

    Sorry!, Marten, I could not see the other post and I thought it didn't work...
  8. Replies
    2
    Views
    2,455

    Spring 3.0.0M4 Integration test, rollback

    I have just configure test class to test one of DAO object, test runs successfully but one that I have failed to make to work for one day is rolling back after method complete. I have configured it...
  9. Replies
    24
    Views
    4,616

    Annotation Integration testing spring 3.0.0M4

    I have just configure test class to test one of DAO object, test runs successfully but one that I have failed to make to work for one day is rolling back after method complete. I have configured it...
  10. Replies
    2
    Views
    1,271

    my stupid mistake!!, One of my files have the...

    my stupid mistake!!, One of my files have the following controller with a same name as the view name "index"


    <bean id="index"...
  11. Replies
    2
    Views
    1,271

    Re: Using multiple view resolvers

    Please help, I have spent several hours on this, and I still don't see why it is not working...



    <bean id="viewResolver"
    class="org.springframework.web.servlet.view.UrlBasedViewResolver">...
  12. Replies
    2
    Views
    1,271

    Using multiple view resolvers

    HI


    I have configured two view resovers (id="xmlViewResolver" and id="viewResolver"). I am expection one of the view resolve may resolve the view logic name, but now the one who has the...
Results 1 to 12 of 12