Thanks Enrico, can you give a quick example please?
Type: Posts; User: pulkitsinghal; Keyword(s):
Thanks Enrico, can you give a quick example please?
What would it take to be able to write and process an applicationContext.xml file that looks something like this:
<bean id="propertyConfigurer"/>
<bean id="perfTunedBeanA"/>
<bean...
I am new to spring-ws and I was wondering if someone could let me know how to get the following information from a org.springframework.ws.context.MessageContext object:
1) How to determine the...
Thanks for resolving it in Jira ... all in a day's work!
I inherited the integration on the product where I'm using this and I cannot begin to imagine how I'm going to write a small demo version of it to place in Jira. But if you could point me to any...
I'm running into the same issue as you. I think this was working until 1.5.0.M1 but is broken in 1.5.0.M2, please have a look at https://jira.springsource.org/browse/FLEX-186 and watch/vote as it...
Great work on adding this feature, thank you! I ran into the same issue with spring-flex-1.5.xsd ... I suppose it is good to have the info you gave.
Hello Everyone,
I want to set up scheduled tasks with a fixed-delay such that the very 1st run of each scheduled task would take place in the thread performing application-context & bean...
In spring 2.0.x ... does ExceptionTranslationFilter kick-in and put the SavedRequest on the session when someone is using a Pre Authentication Filter and Provider?
I ask because when I try to...