Search:

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

Search: Search took 0.03 seconds.

  1. Was this problem ever solved (other than by...

    Was this problem ever solved (other than by manually invoking the FormAction.initAction() method, which is clearly not the intended use). I'm having exactly the same problem, using Spring webflow...
  2. Replies
    11
    Views
    17,271

    I've tried replacing EhCacheProvider with...

    I've tried replacing EhCacheProvider with SingletonEhCacheProvider, but it doesn't seem to make any difference. I still get the Warning
    "Creating a new instance of CacheManager using the...
  3. I'm afraid I didn't do much digging, but because...

    I'm afraid I didn't do much digging, but because the problem was urgent I ended up replacing dbcp with c3po connection pooling, which did the trick. C3PO seems to have more tweaking options, not...
  4. Hibernate session exception - JDBC begin failed

    Hi, I'm getting a org.hibernate.transaction.JDBCTransaction error due to the db connection going down once my application session expires.
    This has started happening since I upgraded from Spring...
  5. Thanks for the replies, I've just got back to...

    Thanks for the replies, I've just got back to this now. You're right, I shouldn't mix transaction strategies. The problem arose because I was trying to use the same DAO method to restore data that...
  6. Hibernate session.replicate() and TransactionException

    Hi

    This is a Spring Transaction management problem as much as a Hibernate problem.
    I'm using Spring's OpenSessionInViewFilter on my webapp. In my DAO business method I'm loading a series of data...
  7. Thanks Luke, I seem to have resolved this,...

    Thanks Luke, I seem to have resolved this, although I'm still not sure why it worked beforehand.
    As you say the url I was invoking was not protected, so I've added a general rule to the...
  8. Hi Luke AuthenticationInjectionFilter is a...

    Hi Luke

    AuthenticationInjectionFilter is a custom Filter class which inserts Authentication and User info into the Request object in its doFilter(). Unfortunately this is a project I've inherited...
  9. AuthenticationProcessingFilterEntryPoint not being called

    Hi

    I'm using Acegi Security 1.0.0 RC2 with Spring 1.2.8.

    My application authentication is all working fine once I login, but I've noticed that something that I've changed recently has...
  10. Replies
    2
    Views
    765

    Override getInitialPage()

    See the post http://forum.springframework.org/showthread.php?t=21252 - it seems like a good way. You could set some parameter that gets checked in your (overridden) getInitialPage() method, to go...
  11. Replies
    5
    Views
    2,219

    Have you seen this thread:...

    Have you seen this thread:
    http://forum.springframework.org/showthread.php?t=31999

    If you can't get the redirect to work, you could always add the objects to the session instead, but they seem to...
  12. Replies
    5
    Views
    2,219

    errors shown on the same page

    Hi,

    Not sure if you can use the errors Object when you redirect to another page, as the previous reply says you lose your request parameters. The 'normal' flow on form exception handling is not...
  13. Ok, but for validation?

    Thanks Costin, my initial reply was going to be 'I've already done that', but going back through the FAQs again I've come up with the solution of setting cascade="none" on the Set in my Hibernate...
  14. Hibernate and controller domain synchronization problem

    Hi

    I'm running Spring 1.2.6 and Hibernate 3.0.5 (with a MySQL 5.0 db)

    I have a problem with my domain objects in a SimpleFormController getting out of synch with the same objects in my...
Results 1 to 14 of 14