Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    1,840

    Hi Gary, Thanks very much! for the...

    Hi Gary,

    Thanks very much! for the explanation.

    I am following tcp-client-server-multiplex example in spring-integration-samples and I want to send new message to the client that is not a reply...
  2. Replies
    1
    Views
    272

    Instead of -1 in new...

    Instead of -1 in


    new ObjectIdentityImpl(entity.getClass(), -1L)

    use entity, something like


    new ObjectIdentityImpl(entity)
  3. Replies
    5
    Views
    2,491

    Thanks! it worked.

    Thanks! it worked.
  4. I came across the defect - Expression support in...

    I came across the defect - Expression support in protect-pointcut xml config (https://jira.springsource.org/browse/SEC-1663).

    I could find a workaround by adding MethodExpressionVoter as mentioned...
  5. Even I am facing the same problem. My...

    Even I am facing the same problem.

    My configuration is:

    <security:protect-pointcut expression="execution(* com.*service.addEntity(..))"
    ...
Results 1 to 5 of 5