Hi Sam,
Thanks a lot; I didn't realize that I was using an 'old' testing class.
Since we (unfortunately) cannot switch to Spring 2.5 and the provided TestContext framework, I gotta find another...
Type: Posts; User: roxor; Keyword(s):
Hi Sam,
Thanks a lot; I didn't realize that I was using an 'old' testing class.
Since we (unfortunately) cannot switch to Spring 2.5 and the provided TestContext framework, I gotta find another...
Dear community
I'm having a problem getting my database set up before the actual tests begin. For setting up the database, we're using an abstract superclass named AbstractTransactionalDBTest with...
Does noone have an idean on this?
Thanks in advance.
Dear all
Is there a way to inject .class objects into a java.util.Map as the key value?
Something like this (which doesn't work of course):
...
<property name="arguments">
<map>
dear all
I'm evaluating different approaches to do an endpoint mapping. Therefore, I'm checking out the URIEndpointMapping which I seem not to use correctly.
Here's what I do.
I put this...
Dear community
I'm totally new to spring security or acegi. We use acegi in our web app (which I had nothing to do with so far) for authentication.
My simple question is this: can I redirect...
I've found a solution to the issue posted above: Ws-addressing.
Since WS-addressing is transport-neutral (does not rely on out-of-message information), can be included as XML data into the SOAP...
hey community
we're implementing a web-service using SOAP over HTTP. Inside SOAP, there's SAML in use. Due to the saml-binding spec, we MUST use a specific SOAPAction header value that MUST NOT be...
hey guys
we're trying to get to the bottom of the following error message but are not able to find a solution, even with help from several search engines and other forums:
Caused by:...