On 10/5/06, mart <[EMAIL PROTECTED]> wrote:
Several questions comes to my mind when testing servicemix. I am very beginner in WS, SOA, ESB, etc. I have setup a simple FTP => Mail+Screen flow using cimero. - If I shut down the FTP server, simulating a failure, connection is never restablished when server comes online again.
Could you raise a JIRA please ? Also if you have any exceptions logged, please put it in the JIRA.
- What would you suggest if this message has to be submitted to a specific treatment before being retransmitted?
You can write a lightweight component extending the TransformComponent class, or use an existing SE. The TransformComponent class can handle InOnly meps (and forward the transformed message to another endpoint) or InOut meps. If you need to brige InOnly and InOut, you can use the EIP component [1] http://incubator.apache.org/servicemix/dist/servicemix-3.0-incubating/site/servicemix-core/apidocs/org/apache/servicemix/components/util/TransformComponent.html [2] http://servicemix.goopen.org/site/servicemix-eip.html#servicemix-eip-Pipeline
- What are the security features available in ServiceMix? Is there any way to use a LDAP server to identify and authorize users?
ServiceMix uses JAAS to perform authentication and authorization. An example is being developed [3] and you can grab some (not much yet) informations on how to configure security at [4]. LDAP is not supported yet but you should be able to write a custom JAAS login module using [5] [3] http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/ws-sec/ [4] http://goopen.org/confluence/display/SM30UG/6.+Configuring+ServiceMix#6.ConfiguringServiceMix-Configurationfiles [5] http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-security/src/main/java/org/apache/geronimo/security/realm/providers/LDAPLoginModule.java?revision=437240&view=markup
Sorry I know these are very different questions. thanks for info martin. -- View this message in context: http://www.nabble.com/Questions-tf2387109.html#a6654631 Sent from the ServiceMix - User mailing list archive at Nabble.com.
-- Cheers, Guillaume Nodet
