Hi
On Wed, Dec 26, 2012 at 9:56 PM, James Gough <[email protected]> wrote: > I got it. In order to use SSLFilter (which is available in the 1.x > releases) you have to import it, it is not in mina-core, it's in > mina-filter-ssl. Thanks for your help, Claus! > Thanks for sharing this. I added a tip to the camel mina docs about the need for this JAR on the classpath. > > > On 12/26/12 10:45 AM, James Gough wrote: >> >> Thanks, Claus. >> >> That is disappointing. We are tied to using camel-mina at least at >> present because of development already done for the product (assuming TLS >> was supported this way since the Camel docs point to the Mina 2.x docs). >> I'll look into how people implemented TLS in the 1.x version of Mina. >> >> >> >> On 12/26/12 12:33 AM, Claus Ibsen wrote: >>> >>> Hi >>> >>> Camel 2.9 ships with >>> >>> camel-mina which is based on Mina 1.x. >>> http://camel.apache.org/mina >>> >>> And we have a tech preview of Mina 2 at camel-mina2 (no docs) >>> Its based on Mina 2.x. But expected to be refactored in the future for >>> better async. >>> >>> And we also have a component for Netty >>> http://camel.apache.org/netty >>> >>> >>> >>> On Wed, Dec 26, 2012 at 2:33 AM, James Gough <[email protected]> >>> wrote: >>>> >>>> I am using Camel version 2.9.0 and in trying to create a TLS route with >>>> the >>>> Mina component I have discovered there is no >>>> org.apache.mina.filters.sslSslFilter available. I imported the >>>> camel-mina >>>> module, is there another module that should be imported? Should I just >>>> import the Mina package as well? If so, what version of Mina is in >>>> Camel >>>> version 2.9.0? >>> >>> >>> >> >> > -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
