[ 
https://issues.apache.org/activemq/browse/CAMEL-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52683#action_52683
 ] 

Claus Ibsen commented on CAMEL-1787:
------------------------------------

And Class.forName does not work well in OSGi platforms and whatnot.

If you really need to load a class you should use CamelContext.getClassResolver 
and use it to load a class as it can handle OSGi vs non OSGi platforms.

> Add SSL support to camel-irc
> ----------------------------
>
>                 Key: CAMEL-1787
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1787
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Stan Lewis
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: patch.txt
>
>
> Am attaching a patch that adds SSL support to camel-irc for connecting to 
> SSL-enabled IRC servers.  Unfortunately I haven't tracked down a public IRC 
> server that's SSL enabled to add a test for this but have tested here a bunch 
> against a private IRC server.  The URI format is like:
> ircs://<username>:server:6667/#channel
> By default the component will use 
> [SSLDefaultTrustManager|http://moepii.sourceforge.net/irclib/javadoc/org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html]
>  but I've added in another parameter so you can pass ?trustManagerClass and 
> specify a class that implements 
> [SSLTrustManager|http://moepii.sourceforge.net/irclib/javadoc/org/schwering/irc/lib/ssl/SSLTrustManager.html]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to