Search:

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

Search: Search took 0.01 seconds.

  1. How to mix Old style JSP app and Spring MVC

    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...
  2. user-defined function possible in HQL order-by clause ?

    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...
  3. Hi Enrico, Thanks for the information. I...

    Hi Enrico,

    Thanks for the information.

    I ended up resolving the issue by doing the following

    ApplicationContext context =...
  4. call to get hold of the already instantiated ApplicationContext ?

    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...
  5. hi all, this was fixed by removing...

    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.
    ...
  6. @Transactional results in PersistentObjectException: detached entity passed to persis

    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...
  7. BeanCreationException while loading Beans using ClassPathXmlApplicationContext

    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...
  8. Thank you. will remember this next time I need...

    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.
  9. Hi Marten, Thank you. I just followed...

    Hi Marten,

    Thank you.

    I just followed your advice and it works! Except that I introduced Interfaces.

    Thank you,

    BR,
    ~A
  10. classproxies

    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...
  11. Tx not commiting records using @Transactional and

    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.
    ...
  12. Does a Roo app developed using STS work on plain Tomcat

    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...
  13. Replies
    1
    Views
    1,101

    why UnsatisfiedDependencyException ?

    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...
  14. Replies
    1
    Views
    809

    upgrade strategies from 1.x to 2.5.4

    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,
  15. Soft Delete @Filter ann. on @OneToMany association not working

    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...
  16. Replies
    1
    Views
    697

    found it

    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
  17. Replies
    1
    Views
    697

    How to download Spring 1.x

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