Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    3,962

    There is an issue about using PermissionEvaluator...

    There is an issue about using PermissionEvaluator in authorize tag : SEC-1560.
    But for the moment, there is no plan to integrate in version 3.1.
    Thomas
  2. Replies
    17
    Views
    4,916

    You must add this dependency in your pom. ...

    You must add this dependency in your pom.


    <dependency>
    <groupId>org.springframework.ws</groupId>
    <artifactId>spring-ws-test</artifactId>
    <version>2.0.0-M3</version>
    ...
  3. An example

    Hi

    I have the same problem. I would like to put the current username in an hibernate interceptor. I have found this solution :



    <bean...
  4. Hello, I have the same problem but I think...

    Hello,

    I have the same problem but I think there isn't a solution for the moment with the current spring-ws (1.5.5).

    In your example, you can isolate your MethodEndpoint in a EndpointMapping...
  5. I found this issue in the jira : SWF-360...

    I found this issue in the jira : SWF-360.
  6. I create an issue about this problem :...

    I create an issue about this problem : http://jira.springframework.org/browse/SEC-1038

    To solve temporarily the problem, you can override the method createObjectIdentity :

    package...
  7. Hi I have the same error. How can you solve...

    Hi

    I have the same error. How can you solve this problem ?

    Thomas
  8. Hi I think I have the same problem as iwtolall....

    Hi
    I think I have the same problem as iwtolall.
    I have a flow with the <persistence-context> element and this flow call a subflow. This subflow output a list of hibernate objets and when the main...
  9. Hi I have the same problem. Have you find a...

    Hi

    I have the same problem. Have you find a solution ?

    Thomas
  10. Replies
    3
    Views
    3,249

    I tried to integrate the role hierarchy using...

    I tried to integrate the role hierarchy using voters. It was not very difficult. I created the class RoleHierarchyVoter which is very similar to RoleVoter :

    I added the roleHierarchy property
    ...
  11. Replies
    3
    Views
    3,249

    So, with the current version (2.0.2), is there...

    So, with the current version (2.0.2), is there not any solution for my problem ?
  12. Replies
    3
    Views
    3,249

    Ldap authentification and Hierarchical roles

    Hi

    I would like to create an authentification with LDAP but I have in my current config a hierarchical role definition.



    <bean id="roleHierarchy"...
  13. Thread: WSDL subpath

    by lafeuil
    Replies
    0
    Views
    640

    WSDL subpath

    Hi

    When you publish your WSDL with the MessageDispatcherServlet, it can be accessed via GET requests with the bean's id and '.wsdl' suffix.

    So when you declare the bean :

    <bean id="orders"...
  14. Replies
    4
    Views
    2,759

    Thanks Arjen I found two documentation about...

    Thanks Arjen

    I found two documentation about this subject :
    http://www.ibm.com/developerworks/webservices/library/ws-version/...
  15. Replies
    4
    Views
    2,759

    Web service versioning

    Hi,

    I've searched carefully through the spring documentation and couldn't find an answser to my pb: I have two versions of a ws that differs only by the response payload and i wonder how i could...
  16. How to validate values from PropertyPlaceholderConfigurer ?

    Hi,

    I have a problem with the bean PropertyPlaceholderConfigurer and others (PropertyOverrideConfigurer for example).
    When the properties file is read, the values are directly injected in all...
Results 1 to 16 of 16