Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    7
    Views
    2,758

    there could be many possibilities, as the error...

    there could be many possibilities, as the error is very generic. it could be that the idp does not have the service provider (sp) metadata set up; it could be an http vs https issue; it could be...
  2. SAMLContextProviderImpl has private methods instead of protected

    I am working on enhancing my SaaS-based web app to support sso; and I'm using spring-security-saml to do so. I have it all integrated with my web app, such that the IDP metadata is configured in the...
  3. Solved. This was a NullPointerException in the...

    Solved.
    This was a NullPointerException in the hashCode method of the object in the Set, somehow manifesting itself as a deserialization issue.
  4. Upgrading to 1.5.2 causes deserialization issues

    We have a spring-flex-blazeds web app working fine using spring 3.0.5.release and spring-flex 1.0.3.release. We have many actionscript ArrayCollections that get deserialized into java.util.Set.
    ...
  5. Solved. To get around the spring-flex...

    Solved.

    To get around the spring-flex FilterChainProxy conflict, I just needed to define my own bean, specifically with id="_loginCommandPostProcessor", and manually set the filterChainProxy...
  6. Merging the two http elements worked, in that I...

    Merging the two http elements worked, in that I get past the duplicate SessionFixationProtectionStrategy error; but now there is another conflict:

    The spring-flex loginCommandPostProcessor ( a...
  7. Also, here is my web.xml:

    Also, here is my web.xml:

    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  8. Here is the final merged security-context.xml ...

    Here is the final merged security-context.xml

    <?xml version="1.0" encoding="UTF-8" ?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  9. Spring Flex Saml2 combined webapp, SessionFixationProtectionStrategy help

    We have two separate web apps, both are secured using spring security, and both work fine on their own.

    The first webapp is a spring-flex-blazeds webapp, using spring-flex-core-1.5.2.release,...
  10. Replies
    7
    Views
    2,758

    Thank you! My issue was entirely an IDP...

    Thank you!
    My issue was entirely an IDP configuration issue. Also, thank you very much for the patch that works with spring security 3.1.x. Now that I got the saml2 sample working, I have to get...
  11. Solved. In case anyone else has the same...

    Solved.
    In case anyone else has the same issue. The correct <http> element for the 3.1.0 version that corresponds to what's shown above in the 3.0.5 version is:

    <security:http...
  12. migrating method security from 3.0.5 to 3.1.0

    Hi,
    I am trying to migrate a web app from using spring security 3.0.5 to 3.1.1. We are only using method-security; and my secured methods seem to work fine, but my unsecured methods are not...
  13. Replies
    7
    Views
    2,758

    I'm experiencing the same issue. Did you find a...

    I'm experiencing the same issue. Did you find a solution?
  14. Replies
    1
    Views
    1,085

    1.0RC1 Properties issues

    I'm trying to get a few things working with properties, and they don't seem to be working.

    First, i was trying to get SAS to load props from multiple files (a default file and an external file ). ...
  15. thanks. this was solved by using the...

    thanks. this was solved by using the SpringSessionUtil instead of the HibernateUtil class.
  16. Replies
    4
    Views
    1,275

    solved. just use the SpringSessionUtil rather...

    solved. just use the SpringSessionUtil rather than the HibernateUtil class.
  17. Replies
    4
    Views
    1,275

    i have the exact same problem. have you found a...

    i have the exact same problem. have you found a solution yet?
  18. how to configure factories when using flex:remoting-destination?

    when integrating spring and flex, and when using the flex:remoting-destination configuration tag, how do you define a factory for your destination?

    for example, say you need to provide a custom...
  19. yes, the problem was the property tag in the...

    yes, the problem was the property tag in the object tags.
    this does not work:

    <object id="roLocaleService" parent="remoteObject">
    <property name="destination" ref="localeService"/>
    </object>
    ...
  20. help with application context and objects

    i'm trying to get springactionscript framework working. right away i'm having a weird issue with the applicationcontext.xml. i started with the example right from the documentation, chapter2.

    my...
  21. Replies
    3
    Views
    9,000

    thanks! i don't want multiple installs of...

    thanks!
    i don't want multiple installs of eclipse, so i'm going to uninstall the sts distro and use my existing galileo's update mgr to install the plugin.
  22. Replies
    3
    Views
    9,000

    how to uninstall sts-2.1?

    I downloaded and ran the STS executable installer (for winXP). it looks like it installed an entire eclipse distribution. fine. now i want to UNinstall it. it does not show up on the control...
Results 1 to 22 of 22