Search:

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

Search: Search took 0.03 seconds.

  1. To be able to retreive rows with lazy loading the...

    To be able to retreive rows with lazy loading the session must still be active. That means it cannot leave the transaction manager. Either turn off lazy loading or do the operations in a service...
  2. Replies
    0
    Views
    712

    Adding new columns when upgrading

    Hi,

    What would be the best approach on handling version upgrades in a spring application when it comes to altering columns that has been added in between versions?

    Im using jpa and the create...
  3. Replies
    0
    Views
    847

    Binding a RequestParam

    Hi,
    I am trying to use my custom PropertyEditorSupport editor as a converter of url variables to the correct object.
    I have the following code



    ...
  4. Feedback regarding custom PropertyEditorRegistrar

    Hi all.

    I am really new to spring so I would like some feedback regarding my implementation of custom PropertyEditorRegistrars.

    I realize that DI is the way to go and I really had to think a...
  5. How about rolling your own implementation of...

    How about rolling your own implementation of AuthenticationProvider ?
  6. Replies
    9
    Views
    16,949

    You can still use daoAuthenticationProvider and...

    You can still use daoAuthenticationProvider and do your own implementation of UserDetailsService and UserDetails to accomplish this.

    This is how I did the configuration in applicationContext.xml:...
Results 1 to 6 of 7