[jira] Updated: (CAMEL-1438) Mina Component : make lazySessionCreation true by default

2009-03-09 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1438: Patch Info: [Patch Available] > Mina Component : make lazySessionCreation true

[jira] Updated: (CAMEL-1438) Mina Component : make lazySessionCreation true by default

2009-03-09 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1438: Attachment: lazy.patch add patch. change default value of the private field

[jira] Created: (CAMEL-1438) Mina Component : make lazySessionCreation true by default

2009-03-09 Thread Nicolas Bouillon (JIRA)
Components: camel-mina Affects Versions: 2.0.0 Reporter: Nicolas Bouillon lazySessionCreation = false by default makes the creation of the context fail if the remote party is not available. lazySessionCreation = true by default may be better ? -- This message is

Edit wiki

2009-03-04 Thread Nicolas Bouillon
Hi, I would like to have rights to edit the wiki. I would like to add some example for mina filters. My Confluence username is my email address, and my JIRA username is bouil. Regards Nicolas.

[jira] Updated: (CAMEL-1418) Allow usage of any IoFilter in camel-mina, not only ProtocolCodecFilter

2009-03-04 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1418: Attachment: TestCase.patch Test case for filter. Patch against : components/camel-mina

[jira] Updated: (CAMEL-1418) Allow usage of any IoFilter in camel-mina, not only ProtocolCodecFilter

2009-03-04 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1418: Patch Info: [Patch Available] > Allow usage of any IoFilter in camel-mina, not o

[jira] Updated: (CAMEL-1418) Allow usage of any IoFilter in camel-mina, not only ProtocolCodecFilter

2009-03-04 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1418: Attachment: UseFilters.patch Patch against camel-mina component Added an endpoint

[jira] Created: (CAMEL-1418) Allow usage of any IoFilter in camel-mina, not only ProtocolCodecFilter

2009-03-04 Thread Nicolas Bouillon (JIRA)
Issue Type: New Feature Components: camel-mina Affects Versions: 2.0.0 Reporter: Nicolas Bouillon This should be possible to use any kind of IoFilter in a Mina endpoint. See http://mina.apache.org/iofilter.html for more information on Mina filters. -- This message is

[jira] Updated: (CAMEL-1414) JMSMessage vanishes attachments

2009-03-03 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1414: Patch Info: [Patch Available] > JMSMessage vanishes attachme

[jira] Updated: (CAMEL-1414) JMSMessage vanishes attachments

2009-03-03 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1414: Attachment: JmsMessageCopyAttachments.diff Attached patch against components/camel-jms

[jira] Created: (CAMEL-1414) JMSMessage vanishes attachments

2009-03-03 Thread Nicolas Bouillon (JIRA)
Reporter: Nicolas Bouillon When using this kind of route and trying to enrich the message in the mailProcessor with exchange.getIn().addAttachment("attachement.txt", new DataHandler("Hello world", "text/plain")); The received mail doesn&

[jira] Created: (CAMEL-1362) Close Mina session from server side

2009-02-20 Thread Nicolas Bouillon (JIRA)
Versions: 1.5.0 Reporter: Nicolas Bouillon Mina endpoint as a server could be closed as the initiative of the server. Read life scenario (FTP example) : client opens connection to server C:login foo S:welcome foo C:logout S:bye server closes the connection For now, in