Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    3,552

    Use newer Freemarker version, e.g. 2.3.15.

    Use newer Freemarker version, e.g. 2.3.15.
  2. Replies
    0
    Views
    752

    SWS, XWSS and Timestamp

    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...
  3. Replies
    1
    Views
    1,050

    Found workaround with FlowHandler: public...

    Found workaround with FlowHandler:


    public class CustomRedirectFlowHandler extends AbstractFlowHandler {
    protected final String OUTPUT_PARAM_REDIRECT = "redirect";

    @Override
    public String...
  4. Replies
    1
    Views
    1,050

    webflow 2, redirect and exposeModelAttributes

    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.
  5. Got the same exception, how can i disable JTA in...

    Got the same exception, how can i disable JTA in JBoss?
  6. Replies
    2
    Views
    948

    Done. SWS-241...

    Done. SWS-241
  7. Replies
    2
    Views
    948

    Another issue with sending empty body

    When I'm sending message with empty body, i receive this exception:
    Exception I've met:


    java.lang.NullPointerException...
  8. Replies
    2
    Views
    905

    This was xmlsec-1.4 issue....

    This was xmlsec-1.4 issue.
    http://issues.apache.org/bugzilla/show_bug.cgi?id=41462

    Thanks for trying to help.
  9. Replies
    2
    Views
    905

    Signature verification fails

    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...
  10. Try this: public class...

    Try this:


    public class PayloadMethodMarshallingEndpointAdapter extends MarshallingMethodEndpointAdapter {
    @Override
    protected boolean supportsInternal(MethodEndpoint methodEndpoint) {...
  11. But I think (more.. I'm sure ;-) I've got the...

    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...
  12. There is a problem with...

    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...
  13. Replies
    14
    Views
    8,467

    I think it should be set to true :-)

    I think it should be set to true :-)
  14. Replies
    14
    Views
    8,467

    Are you sure that: 17

    Are you sure that:


    17 <bean id="marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
    18 <property name="contextPath"...
  15. Replies
    2
    Views
    1,321

    Yes, you are right. Thanks.

    Yes, you are right. Thanks.
  16. Replies
    2
    Views
    1,321

    NullPointerException in FilterChainProxy

    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...
Results 1 to 16 of 16