Search:

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

Search: Search took 0.02 seconds.

  1. The idea is to minimize the amount of data that...

    The idea is to minimize the amount of data that gets replicated as part of the session. In my system, most of the time, a single app server will handle a given session throughout the lifetime of...
  2. Can I get Spring Security to just store the username in the HttpSession?

    I'm trying to use replicated sessions in a database, which means I want to keep session data small (always a good idea anyway of course) and it has to be serializable. I'm using Spring Security,...
  3. Replies
    5
    Views
    6,956

    Old thread, but I stumbled upon it today while...

    Old thread, but I stumbled upon it today while researching failover strategies. The notion of the failover being built into the connection pooler sounded pretty good, so I wanted to try it out. I...
  4. OK that makes sense -- it doesn't really matter...

    OK that makes sense -- it doesn't really matter if getPreAuthenticatedPrincipal is called each time, because it is supposed to be a lightweight method to get the identifier of the person to be...
  5. Thanks for the reply, and the tip about Spring...

    Thanks for the reply, and the tip about Spring Social. Not sure I have the appetite to learn a new Spring project, but it may be better than me monkeying around with Spring Security without being...
  6. AbstractPreAuthenticatedProcessingFilter: repeated getPreAuthenticatedPrincipal

    I'm integrating Facebook logins to my web app. After some research, I've decided to try to use a subclass of the AbstractPreAuthenticatedProcessingFilter to do this. In my subclass, I made an...
  7. I realize this is an old thread, but I recently...

    I realize this is an old thread, but I recently came across this issue in a new project where I was moving away from the HibernateDaoSupport superclass and the associated getHibernateTemplate()...
  8. Replies
    7
    Views
    1,779

    I have solved my issue, simply by changing my...

    I have solved my issue, simply by changing my xsi:schemaLocation attribute. Before fixing it, the schemaLocation element was pointing to
    ...
  9. Replies
    7
    Views
    1,779

    Is there a way to get the older XSD, for...

    Is there a way to get the older XSD, for milestone 6? I have not upgraded to RC1 and now my configuration XML is invalid, since it points to the upgraded XSD at...
  10. Replies
    1
    Views
    1,185

    Error Channel and Task Executor

    I am new to Spring Integration and I'm trying to figure out how the error handling works. I have a service method to perform a chunk of work, and this service method can throw an exception. I use a...
  11. Mix of annotation-driven controllers, and xml config

    I'm upgrading a project from Spring 2.0 to 2.5, and I am playing with the new annotation-driven controller stuff. I do like how it cuts down on all my controller bean configuration in XML, but I am...
  12. Replies
    11
    Views
    17,276

    Now that EhCache supports multiple CacheManagers,...

    Now that EhCache supports multiple CacheManagers, I am wondering how to ensure that I use the same one for Hibernate as for my other caching needs.

    I am using "declarative caching" via Spring...
  13. Replies
    1
    Views
    1,007

    When advice will apply to a bean or method

    I've seen lots of postings here about confusion for when a particular advisor will apply to a given bean or method. (Note: I'm relatively new to AOP and probably will use some terms incorrectly.) I...
  14. JdbcTemplate PreparedStatementCreator efficiency

    I have a method that loops through a list of objects and updates each one in the database (each object represents a single row, with no relations to other tables). I would like this to be as...
  15. Replies
    11
    Views
    2,010

    I had a similar problem -- BindException vs Errors

    Well I just wrote a lengthy post about this but I guess I took too long to write it, because when I hit Sumbit Reply it asked me to log in again, and then of course my posting was lost. This was a...
  16. Replies
    11
    Views
    2,010

    I had a similar problem, but I fixed it -- Errors vs BindException

    I was having a similar problem, not so much to do with Eclipse not recognizing the methods, but they were never invoked when my wizard was being used.

    After I had given up and reworked my code to...
Results 1 to 16 of 16