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
Type: Posts; User: lafeuil; Keyword(s):
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
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>
...
Hi
I have the same problem. I would like to put the current username in an hibernate interceptor. I have found this solution :
<bean...
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...
I found this issue in the jira : SWF-360.
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...
Hi
I have the same error. How can you solve this problem ?
Thomas
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...
Hi
I have the same problem. Have you find a solution ?
Thomas
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
...
So, with the current version (2.0.2), is there not any solution for my problem ?
Hi
I would like to create an authentification with LDAP but I have in my current config a hierarchical role definition.
<bean id="roleHierarchy"...
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"...
Thanks Arjen
I found two documentation about this subject :
http://www.ibm.com/developerworks/webservices/library/ws-version/...
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...
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...