Hello, I will begin to implement the improvements we discussed in the post (WS-Notification Component Improvment). I will start with the security point. The idea was to create an interface "securityhandler" that each developper can implement as he need to check security : - before accepting subscription; - before accepting publisher registration; - before sending notification. Is it correct to define this property "securityhandler" in the class "WSNConfiguration" of the package "org.apache.servicemix.wsn.component" ? If yes, how can we configure it ? Indeed, the wsn-component has no "xbean.xml" to deploy it as the others components. Is it in the conf/component.properties file like this : "servicemix-wsn.securityHandler=java\:comp/env/smx/LdapSecurityHandler" for example where "java\:comp/env/smx/LdapSecurityHandler" is a jndi key to retrieve the object ?
Thanks in advance, Anne. -- View this message in context: http://www.nabble.com/WS-Notification-Component-Improvement---SecurityHandler-tp19683627p19683627.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
