Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Solved it... replace List with......

    Solved it...

    replace List with... (Collection<GrantedAuthority> authorities,
    so simple...
  2. 3.0.2 custom auth, authorities used to be Lists, now there Collections.unMod

    I've upgraded from 3.0 to 3.0.2 and now my custom authentication is somewhat broken.

    when the "super()" is set the UserDetailsImpl sets "authorities" to a "Collections$UnmodifiableSet" when it...
  3. Thanks, yea I'll get the nightly build in the...

    Thanks, yea I'll get the nightly build in the next day or two.
    forgot to check the source

    I'm in Ireland,its late
  4. Now I understand your JIRA, Grails gave me no...

    Now I understand your JIRA,

    Grails gave me no indecation as to what was wrong. Even with log4j warn,error and debug messages.

    I converted everything over to Spring MVC and tested,
    then when I...
  5. Cool, there's one more thing in the online API...

    Cool, there's one more thing in the online API documentation.
    The listener in the web.xml entry has not been updated.
    ...
  6. Replies
    3
    Views
    1,149

    Does it have to do with your custom

    Does it have to do with your custom

    <bean id="authenticationProcessingFilter" class="oas.security.MyAuthenticationProcessingFilter">

    As i have the same problem...
  7. ConcurrentSessionControlStrategy 3.0.RC1 documentation error?

    I'm trying to implement concurrent sessions, but I have a custom AuthenticationFilter meaning there's some more work involved.

    So reading the documentation under 11.3 Concurrency Control,
    ...
  8. Spring Security: Multiple Logins to the same resources: Form Login + Facebook Connect

    To begin I know about

    http://blog.kadirpekel.com/2009/11/09/facebook-connect-integration-with-spring-security/

    The only problem is that it completely replaces the Form Login with Facebook...
  9. Replies
    17
    Views
    4,966

    Hi, I sent you a PM for your email address, I...

    Hi, I sent you a PM for your email address,

    I can give u the project. With only everything required for the spring/ spring security and applet
  10. Replies
    17
    Views
    4,966

    Yes the cos.jar is in the Web-inf/lib folder,...

    Yes the cos.jar is in the Web-inf/lib folder,
    and I'm using Eclipse,
  11. Replies
    17
    Views
    4,966

    Jumploader_z.jar is placed within the webapp root...

    Jumploader_z.jar is placed within the webapp root directory.
    not in the web-inf. thanks for clearing that up for me.



    webapp/
    .
    .jumploader_z.jar
    .
    .JavaScript/
  12. Replies
    17
    Views
    4,966

    I tried what you posted but no luck, I'm a...

    I tried what you posted but no luck,

    I'm a little confused as to your mapping using the standard
    web.xml mapping, where I have to put both the front end DispatcherServlet(all requests should be...
  13. Replies
    17
    Views
    4,966

    Nope it didn't work the param...

    Nope it didn't work

    the param name="uc_uploader" is the url called to post the images.

    I just want to be able to run the applet on screen.

    I think there is a problem due to spring security....
  14. Replies
    17
    Views
    4,966

    Outside the WEB-INF folder. Accessible on the...

    Outside the WEB-INF folder. Accessible on the client side


    webapp/
    .
    .jumploader_z.jar
    .
    .JavaScript/
    .
    .WEB-INF/
  15. Replies
    17
    Views
    4,966

    Did you ever find a solution to this? I can't...

    Did you ever find a solution to this?

    I can't figure it out.

    The DispatcherServlet wants a mapping to the *.class
    yet I have added the jar file to the root of the project thus leaving it...
  16. I have both POST/GET in the one controller. Does...

    I have both POST/GET in the one controller. Does that make a difference?



    Controller A {
    @RequestMapping(method = GET, value = "/pages/{id}")
    getMethod(...) {


    @RequestMapping(method =...
  17. Spring 3 MVC RESTful "/{xxxx}" clashing with DWR "/engine.js"

    I have an Annotated controller mapped like


    @Controller
    public class UsernameController {


    @Autowired
    private UsernameService usernameService;
  18. Replies
    4
    Views
    1,712

    First thing is, can yo get it to send an email...

    First thing is, can yo get it to send an email atall without Quartz?

    I've been trying to just be able to send an email for awhile now,
    http://forum.springsource.org/showthread.php?t=68558
  19. Hey karldmoore, Using method 1, I am able to...

    Hey karldmoore,

    Using method 1, I am able to load 7 collections along with the User object in one batch load, and count the collection.

    But now the collections are getting large and need to be...
  20. Lazy-Load 4 whole associated Collections VS 4 DB hits to limit amount

    Which is the best method to use to only load a limited amount
    of items from an assocated collection?

    The idea is to only load a certain ammount of objects.
    I have one User object with 4...
  21. Hibernate - Best Method: Working Lazy-loading Sets Example + Counting Collections

    Kind of a total Hibernate Question, But I'm sure people here can help

    I looking for the best method(in efficientcy of time/database hits/processing/memory load)
    to load a User domain class along...
  22. Replies
    2
    Views
    951

    One more thing, check this out, ...

    One more thing, check this out,

    http://www.manning-sandbox.com/thread.jspa?messageID=89177&#89177
  23. Replies
    2
    Views
    951

    Should you not have in the GrantedAuthority[]...

    Should you not have in the GrantedAuthority[] method in userDetailsServiceImpl to get the roles for that user?

    I have something like




    @Service("userDetailsService")...
  24. Replies
    3
    Views
    2,724

    Well... I wasn't as I don't really know AOP,...

    Well...

    I wasn't as I don't really know AOP, and didn't know its was required from
    only finding your mail implementation.

    But now having read up on it. From Apress's Pro Spring 2.5 and the...
  25. Replies
    3
    Views
    2,724

    Again trying to get this to work I follow Springs...

    Again trying to get this to work I follow Springs online documentation
    and it still won't work?

    http://static.springframework.org/spring/docs/2.0.x/reference/mail.html

    In debugging I get
    ...
Results 1 to 25 of 33
Page 1 of 2 1 2