Search:

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

Search: Search took 0.03 seconds.

  1. Thanks for the pointers everyone. After becoming...

    Thanks for the pointers everyone. After becoming very familiar with the framework and looking at the sample code projects mentioned I was able to retrofit a solution into my project.
  2. Thanks for the quick help on this. I'm still a...

    Thanks for the quick help on this. I'm still a little unclear how my existing spring security rules will apply to users that sign up with the facebook option in the quickstart. It seems I would...
  3. Replies
    2
    Views
    580

    Thanks for that. I made sure to allow anonymous...

    Thanks for that. I made sure to allow anonymous access to the favicon.ico to make sure this works correctly.
  4. Replies
    6
    Views
    1,525

    Annotations vs XML Config

    I have a friend that is upset with annotations because he doesn't have a full view into all the beans, controllers, etc in one view. The annotations are littered throughout his project and can't...
  5. Replies
    6
    Views
    1,356

    I was about to open a JIRA but I see from your...

    I was about to open a JIRA but I see from your update that you have taken care of it. Thanks for your efforts on this. I noticed in the JIRA that you said " I don't really know what to make of...
  6. Spring Security Hybrid Mix with Spring Social

    What would be the best way to do a hybrid of the two? I am currently using spring security and would like to offer login access with facebook for existing and new users. However I would like to...
  7. Replies
    6
    Views
    1,356

    I also can't get the samples to work properly. I...

    I also can't get the samples to work properly. I downloaded M6 source built the whole thing from scratch and launched the samples/oauth2/tonr app via mvn tomcat:run. Went to...
  8. Replies
    2
    Views
    580

    Redirecting to favicon.ico

    If I hit a secured url it redirects to the login and then the successful login redirects to /favicon.ico. I could understand why this could potentially happen but I'm not sure why all the sudden...
  9. Got it to work. But only after refactoring my...

    Got it to work. But only after refactoring my packages and @ComponentScan annotations. For some reason if I did a scan on the base package using an includeFilter on @Service and excludeFilter on...
  10. Mixing JavaConfig with dispatcherservlet xml

    I have setup a bunch of beans using java config @Configuration and initialize them with the ContextLoaderListener. However, for reasons irrelevant to this question, I would like to use an xml style...
  11. Replies
    12
    Views
    3,406

    Cool. Thanks.

    Cool. Thanks.
  12. Replies
    12
    Views
    3,406

    Message Destination Cluster Reference

    I don't see a way of configuring a reference to the configured clusters in the services-config.xml with a message-destination.


    <services-config>
    ...
    <clusters>
    <cluster...
  13. Replies
    2
    Views
    8,527

    Thank you Marten. This worked great.

    Thank you Marten. This worked great.
  14. Replies
    2
    Views
    8,527

    Autowire Constructor

    I've been doing a component scan for the @Service tag and then autowiring my setters to keep my xml as minimal as possible. However I have recently created a class that has a constructor that takes...
  15. I will try out this technique but even though it...

    I will try out this technique but even though it may be possible that this works I just thought it might be a good idea to integrate a no-redirect flag into acegi. Something to consider. I could...
  16. Forward instead of Redirect in AuthenticationProcessingFilter

    I love the serverSideRedirect property of the AuthenticationProcessingFilterEntryPoint. For those of you not familiar with it , it does a server side include of the loginFormUrl instead of a 302...
  17. Thread: Timer overlap

    by digid
    Replies
    1
    Views
    729

    Timer overlap

    I initialized a TimerTask using spring. It works great but I am wondering if it's at all possible to only have one instance of the timer running. I have no idea how long the timer will run for, it...
  18. Replies
    2
    Views
    698

    The other form isn't even being transmitted to...

    The other form isn't even being transmitted to the server to be bound to the command. You either have to put them into the same form or do some javascript magic to parse through the fields in both...
  19. Replies
    0
    Views
    679

    Command Class Bean is null for file upload

    I have an issue where the Command class Bean periodically returns a null CommonsMultipartFile.

    The weird thing is that it happens intermittently. I will try uploading a file and the command class...
  20. Replies
    1
    Views
    895

    I figured out the problem. I had both...

    I figured out the problem. I had both spring-aop-1.2.7 and spring-aop-2.0 in my classpath
  21. Replies
    1
    Views
    895

    AbstractMethodError on app deploy

    I am at a wall with this problem. Anyone have any ideas on what could be causing this? Even with actual no advice and only declaring <aop:aspect-autoproxy/> in my spring config will cause the...
  22. BlobByteArrayType and Hibernate SchemaExport

    I am declaring some of my hibernate properties types with a mysql 5 db using:

    org.springframework.orm.hibernate3.support.BlobByteArrayType

    but SchemaExport seems to freak out and not understand...
Results 1 to 22 of 22