Hi All,
Am a Spring MVC noob -- planning on using latest spring MVC version.
We have an existing JSP based webapp(deployed to Tomcat) that has a lot of java scriptlets. I've been asked to...
Type: Posts; User: anjanb; Keyword(s):
Hi All,
Am a Spring MVC noob -- planning on using latest spring MVC version.
We have an existing JSP based webapp(deployed to Tomcat) that has a lot of java scriptlets. I've been asked to...
We have a "Family" Hibernate Entity. This entity has(among others) 4 booleans properties. When retrieving the Families from the Postgres 8.4 DB, it is required that the List of families be ordered by...
Hi Enrico,
Thanks for the information.
I ended up resolving the issue by doing the following
ApplicationContext context =...
I am trying to access a Spring bean (defined in teh applicationContext.xml) in the service/business layer. The question is , how do you reach the application context?
The Spring reference has...
hi all,
this was fixed by removing @Transactional from all the beans except PersistenceTest.
However, I am wondering if I would like to be able to unit test the DAOs, how do I go about it.
...
Hi All,
using spring 3.03 and hibernate 3.3.2.GA with postgresql 8.4.x along with Hibernate Commons Annotations 3.1.0.GA.
I have a functional test which tests the persistence layer which is...
Hi All,
Writing some test code that is loading the Context file where spring crashes with the exception below.
It seems spring is NOT able to create an instance of a bean and assign it to the...
Thank you.
will remember this next time I need to work on classes only.
reminds me that I need to spend a few days going through the spring reference manual to understand the details.
Hi Marten,
Thank you.
I just followed your advice and it works! Except that I introduced Interfaces.
Thank you,
BR,
~A
Hi Marten,
Thank you very much.
Hibernate config : It has info like password, so I didn't post. But as I said earlier, this code is able to create a new record and retrieve it : THE ONLY...
Hi There,
I'm testing out my persistence layer in a small console application before moving it to the webapp. I am using Spring 3.x and Hibernate 3.x and using Java 6 with PostgreSQL 8.4.
...
hi there,
I'm considering using Roo to develop a GWT 2.1x app. I know that the STS bundle includes the Springsource TC server instead of Tomcat.
I'm wondering if after testing with "Tc...
Hi All,
Just wondering if you could throw light on why the “transactionManager” property on CsvFileDownloadRequestDao is NOT valid as complained by spring below ?
I got the error while...
Hi All,
Is there an upgrade doc that would guide someone from spring 1.x to spring 2.5.4 ?
What are the gotchas and things to look for ?
What tips can you suggest ?
Thank you,
Hi All,
Thanks in advance to any pointers and info.
I have a DB schema design which uses “Soft/virtual Deletes” where every table has a column “del_ind”(number) which indicates(1/0) whether a...
hi there,
I found the link(for 1.2.9) right at the springframework.org site -- just below the latest production release.
Thank you,
BR,
~A
hi there,
I went to the download section on springframework.org and the sourceforge site but could not locate a link to the framework for the 1.x version of spring.
Can someone direct me to...