Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thread: SAML Support?

    by McCloud
    Replies
    3
    Views
    2,996

    I'm really interested in this as well. We are...

    I'm really interested in this as well. We are currently looking at using WS-Security SAML Token Profile. One thing that is holding us back is lack of support for the SAML Token Profile in Spring-WS.
  2. Replies
    7
    Views
    1,065

    I would start by changing the tone of your posts....

    I would start by changing the tone of your posts. Things like "Your distribution is *totally* screwed up." doesn't really invite people to help you out.

    Second, if you use the Ant script provided...
  3. Replies
    3
    Views
    3,516

    Create the 'beanRefContext.xml" file in the JAR...

    Create the 'beanRefContext.xml" file in the JAR file. In your WAR, create an empty application context (this is needed because we're going to define the app context in the JAR as the parent of this...
  4. Replies
    41
    Views
    6,899

    What about this solution. The facts: - fixes...

    What about this solution.

    The facts:
    - fixes get checked in in the repository
    - no version tag is applied

    Now, as a community, we can setup a new SourceForge project with a new CVS system,...
  5. Replies
    1
    Views
    917

    Building Spring is quite easy. Set your JAVA_HOME...

    Building Spring is quite easy. Set your JAVA_HOME environment variable to a Java 1.6 JDK. Next, run 'build.bat alljars'. The 'build.bat' file is located in the main folder.

    Good luck.
  6. Replies
    41
    Views
    6,899

    This is worrying me as well. I would really like...

    This is worrying me as well. I would really like someone from SpringSource to clarify this statement.

    Does this imply that if I'm on Spring 3.0, bugfixes will not be available to the community...
  7. Replies
    7
    Views
    1,354

    That won't be possible if your app does not have...

    That won't be possible if your app does not have a web front-end (for example in the case of an MDB application).

    Are you using Spring's AbstractJmsMessageDrivenBean or AbstractMessageDrivenBean...
  8. RequestContextHolder: RequestContextFilter & DispatcherServlet

    Hi,

    I'm currently creating a component that needs access to the request. I want to do this by querying the RequestContextHolder. The problem however is that in a standard SpringMVC application,...
  9. Replies
    3
    Views
    1,046

    Post a JIRA issue asking Juergen to make them...

    Post a JIRA issue asking Juergen to make them protected. I have done that one or 2 times in the past. If you have valid arguments why a certain method should be protected instead of private he will...
  10. Replies
    14
    Views
    6,814

    Is there any progress on this issue? We really...

    Is there any progress on this issue? We really would like to see this kind of functionality in WebFlow. Is there any chance that this will make it into the next version of WebFlow?
  11. Replies
    2
    Views
    624

    Does the server give any errors when it starts...

    Does the server give any errors when it starts up?

    Are you using SpringMVC? If so, did you correctly setup the DispatcherServlet?

    Please give some more info, it is kind of hard to determine...
  12. Replies
    4
    Views
    1,069

    I've got the exact same requirement. Does...

    I've got the exact same requirement. Does somebody know whether this can actually be done? I have found some examples on parsing nested elements, but not when such an element is a Spring <bean> (or...
  13. Replies
    13
    Views
    1,970

    That was indeed the default Spring provided...

    That was indeed the default Spring provided solution I was referring to. :D
  14. OK Christian, thanks for the info.

    OK Christian, thanks for the info.
  15. Spring IDE 2.0.5 and Eclipse Ganymede:NoClassDefFoundError

    Hello,

    I get a NoClassDefFoundError when using Spring IDE 2.0.5 and Eclipse Ganymede RC4. It pops-up when I open an Application Context XML configuration file:


    Problems occurred when invoking...
  16. Replies
    1
    Views
    821

    If you haven't done anything really difficult in...

    If you haven't done anything really difficult in your 1.x based apps, it is basically just a drop-in replacement. Offcourse, there are a lot of new features and enhancements in 2.5.4 (annotations and...
  17. Replies
    13
    Views
    1,970

    May I ask why loading a shared context failed...

    May I ask why loading a shared context failed when the EJBs are started before the WARs start? Although I always like to see solutions to problems posted on this forum, I actually doubt whether you...
  18. Replies
    7
    Views
    3,948

    I would always use instead of...

    I would always use <ref local=".." /> instead of the attribute when possible. Two main reasons:
    - You're sure where the bean comes from. This becomes more relevant when your application gets larger...
  19. Put the beanRefContext.xml files in different...

    Put the beanRefContext.xml files in different locations in your apps, for example:
    EAR 1:
    config/ear1/web/spring/beanRefContext.xml
    EAR 2:
    config/ear2/web/spring/beanRefContext.xml

    and change...
  20. Hello Luke, Thanks for the reply. I currently...

    Hello Luke,

    Thanks for the reply. I currently solved it by first registering that specific bean and passing the bean id to the methods which generate the other beans. Using a default name would be...
  21. Anybody ??? One of the Spring guys perhaps,...

    Anybody ???

    One of the Spring guys perhaps, Juergen? Rob?
  22. Replies
    14
    Views
    6,814

    Hello Keith, We have the exact same...

    Hello Keith,

    We have the exact same requirement. I took the liberty to create a JIRA issue for it: SWF-727

    Regards,

    Duncan
  23. AbstractSingleBeanDefinitionParser and state

    Hello,

    I've created my own Spring namespace which is able to create a ProxyFactoryBean configured with various interceptors. The ProxyFactoryBean definition is created by extending the...
  24. Did a little more investigating and noticed that...

    Did a little more investigating and noticed that this is actually supported now by defining a custom BeanNameUrlHandlerMapping:


    <bean id="urlMapping"...
  25. This is a really old topic, I know, but I...

    This is a really old topic, I know, but I experience the same behaviour and would really like to know why beans in the parent context are ignored.

    I have defined a custom Spring namespace which...
Results 1 to 25 of 30
Page 1 of 2 1 2