Ben,
Please post the correct url, the following URL doesn't work,
http://www.springsource.org/files/S2_CaseStudy_TomTom.pdf
Thanks
Type: Posts; User: aasheikh; Keyword(s):
Ben,
Please post the correct url, the following URL doesn't work,
http://www.springsource.org/files/S2_CaseStudy_TomTom.pdf
Thanks
Yes, Marten, I am using MyISAM, I have changed and everything works as expected.
again, Thanks a lot
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...
Below are my spring, service, and dao configuration
Spring data configuration:
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource">
<property name="driverClassName"...
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...
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...
Sorry!, Marten, I could not see the other post and I thought it didn't work...
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...
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...
my stupid mistake!!, One of my files have the following controller with a same name as the view name "index"
<bean id="index"...
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">...
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...