I can only add another 'trust me', but I am working on a large scale site that is implementing SWF incrementally. Our first flows are in production now, and more aggressive use of flows in...
Type: Posts; User: pelletk; Keyword(s):
I can only add another 'trust me', but I am working on a large scale site that is implementing SWF incrementally. Our first flows are in production now, and more aggressive use of flows in...
I haven't had the chance to see exactly where in the SwF code this is happening to see if it was intentional.
I can confirm that we had several external redirect URLs which all had a leading '/'...
I find that the behavior in rc1 is not exactly as described in the Jira issue.
External redirects which were working for our application (the app context was being prepended) on ea now fail under...
I'm working on converting portions of a large Struts app to SWF.
There is one minor sticky bit I've run into.
The application uses tiles, and there is a common errors jsp tile for all page...
Thanks for the reply. I've since had a better look through the code and tried digging at SAAJ directly through SaajSoapMessage, just to see what could be done there. The abstraction you're aiming...
Is there any support for SwA and/or MTOM in spring-ws out of the box?
I see that SAAJ is being used for the underlying SOAP types, so SwA support is possible in some form, but is there any support...
Yes, it's 1.1.2. I verified that all the jars for the test are the 1.1.2 versions. I never use the $CLASSPATH environment var.
This is a test that I am running from ant. I confirmed that the...
Thanks for the quick reply!
I'd already tried that approach, however, and found that it didn't work.
I just double-checked, it gives me this ex:
java.lang.IllegalArgumentException:...
When specifying which hibernate mappings to use for a LocalSessionFactoryBean, I find it useful to avoid naming the mapping files explicitly and letting the classpath: find them. I can use the...