Use newer Freemarker version, e.g. 2.3.15.
Type: Posts; User: Teree; Keyword(s):
Use newer Freemarker version, e.g. 2.3.15.
Hello,
I've got problems with Timestamp verification using XwsSecurityInterceptor.
Signature for both Body and Timestamp is verified without any problems, but I can provide any Created/Expires...
Found workaround with FlowHandler:
public class CustomRedirectFlowHandler extends AbstractFlowHandler {
protected final String OUTPUT_PARAM_REDIRECT = "redirect";
@Override
public String...
Is there any chance to set exposeModelAttributes to false in RedirectView when using "redirect:" prefix in end-state view parameter?
I do not want to have flow params in URL after redirect.
Got the same exception, how can i disable JTA in JBoss?
Done. SWS-241
When I'm sending message with empty body, i receive this exception:
Exception I've met:
java.lang.NullPointerException...
This was xmlsec-1.4 issue.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41462
Thanks for trying to help.
I'm sending signed messages between Synapse (based on Axis2) and Spring-WS.
When I send message that do not contain any national chars (so only ascii chars) it works well, but when message contain...
Try this:
public class PayloadMethodMarshallingEndpointAdapter extends MarshallingMethodEndpointAdapter {
@Override
protected boolean supportsInternal(MethodEndpoint methodEndpoint) {...
But I think (more.. I'm sure ;-) I've got the same problem and solved it in way descibed in my previous post) that problem is with adapter
AbstractMethodEndpointAdapter:
44 public final...
There is a problem with MarshallingMethodEndpointAdapter class. It doesn't see Endpoints marked by annotations (it is java 1.4 compatible so cannot see it). You need to write own adapter that will...
I think it should be set to true :-)
Are you sure that:
17 <bean id="marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
18 <property name="contextPath"...
Yes, you are right. Thanks.
Hello, i'm getting wierd exception during deployment of my app [Tomcat 5.5]
Using Acegi 1.0.1 (from maven repository).
2007-06-02 23:25:49,562 INFO...