[jira] [Commented] (CAMEL-3886) Reduce compiler warnings when imported into eclipse

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022661#comment-13022661 ] Claus Ibsen commented on CAMEL-3886: Please do not change the unit tests. Just

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Claus Ibsen
JAXB has annotations to generate the XSD schema. There is a RFE at Oracle to add an annotation to provide documentation. If there was such an annotation we could use that in the model classes and have documentation in the XSD as well, which tooling could use (eg in Eclipse etc.) So I would prefer

[jira] [Assigned] (CAMEL-3852) camel-cache - Should use Camel style constant keys

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3852: -- Assignee: Ben O'Day (was: Claus Ibsen) Yeah lets do that Ben. I will apply the patch. Do you

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Charles Moulliard
Can you provide info about what Oracle plan to do that and how we generate XSD schema from JAXB now ? Many thanks in advance, Regards, Charles On Thu, Apr 21, 2011 at 9:33 AM, Claus Ibsen claus.ib...@gmail.com wrote: JAXB has annotations to generate the XSD schema. There is a RFE at Oracle to

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Claus Ibsen
Hi This is the Oracle ticket http://java.net/jira/browse/JAXB-273 And this was from the original request (they closed this as a duplicate of that above) http://java.net/jira/browse/JAXB-369 And this is the Camel ticket https://issues.apache.org/jira/browse/CAMEL-632 In camel-spring pom.xml

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Claus Ibsen
And we also today have the SNIPPET tag we can use with the confluence wiki. So you can add those wiki tags in the javadoc and have the code auto documented. But thats not the best idea as we would like to migrate the documentation to scalate like SMX / Karaf and other Apache projects. On Thu,

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Charles Moulliard
Hmmm. We do not use JAXB Annotations into component class of camel ** * FTP Component */ public class FtpComponent extends RemoteFileComponentFTPFile { public FtpComponent() { } public FtpComponent(CamelContext context) { super(context); } So How could it be possible

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Claus Ibsen
If there is a JAXBDocument annotation in the JDK then we can use that instead of inventing our own annotation. And frankly its an universal problem. So there must be better solutions out there than adding a new annotation to Camel, and building our own tool to parse the source code and extract

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Charles Moulliard
Hey Claus, you know me, I don' t want to reinvent the wheel and prefer to capitalize on existing tools, frameworks. If I we can use the JAXB annotation, let's go for it, nevertheless, I'm a bit skeptical and not sure if it will be possible to document what I want to do. Remark : We could reuse

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Claus Ibsen
Also its in fact not only Camel components that would be nice to have documentation in the source code, but auto synced in the apache camel web pages. It also applies for the EIP patterns as they also have options. And to some extend Data Formats as well. We have 2 places where the documentation

[jira] [Commented] (CAMEL-1242) Prevent camel-cometd component from consuming messages when no client has subscribed to channel

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022716#comment-13022716 ] Claus Ibsen commented on CAMEL-1242: I think we fixed this when upgrading to CometD

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Claus Ibsen
A bit related there is these JIRA tickets https://issues.apache.org/jira/browse/CAMEL-2801 https://issues.apache.org/jira/browse/CAMEL-1388 -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/

[jira] [Updated] (CAMEL-1242) Prevent camel-cometd component from consuming messages when no client has subscribed to channel

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1242: --- Component/s: camel-cometd Prevent camel-cometd component from consuming messages when no client has

[jira] [Commented] (CAMEL-3823) Upgrade to CometD 2.1.0

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022717#comment-13022717 ] Claus Ibsen commented on CAMEL-3823: Ciaran do you mind taking a look at CAMEL-1242?

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Charles Moulliard
Yes, karaf uses scaml, scalate to generate the html, pdf documents On Thu, Apr 21, 2011 at 12:44 PM, Claus Ibsen claus.ib...@gmail.com wrote: On Thu, Apr 21, 2011 at 12:40 PM, Charles Moulliard cmoulli...@gmail.com wrote: Hey Claus, you know me, I don' t want to reinvent the wheel and prefer

[jira] [Created] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Claus Ibsen (JIRA)
Tighten up @deprecated in camel-core to add more details what alternatives to use - Key: CAMEL-3888 URL: https://issues.apache.org/jira/browse/CAMEL-3888 Project: Camel

[jira] [Resolved] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3888. Resolution: Fixed Tighten up @deprecated in camel-core to add more details what alternatives to

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread James Strachan
Wouldn't a tool using a combination of introspection javadoc help make sure the documentation is up to date valid? It'd work on most endpoints today without much extra work. Adding extra annotations could help; but I'd rather have better tools so that code can be more DRY. e.g. it seems silly

Re: Add of a new component: camel-apns

2011-04-21 Thread Hadrian Zbarcea
Hi Alexis, Usually I do check if dependencies are the central repo, what I think I meant is if the original author would be willing to publish the apns library as an OSGi bundle in the central repo, avoiding the need for something like SMX4-807 every time we upgrade (see Johan's comment

[jira] [Reopened] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp reopened CAMEL-3888: This is definitely not resolved. There are a lot of tests that are using

Re: Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-21 Thread Hadrian Zbarcea
+1 Annotations about the usage of an endpoint would help though, imho. It would provide the missing info (that needs documenting) like if it's required, a secret, etc. While it could be done in javadoc, an annotation could be used in the code to not printout things like passwords for instance.

Re: Add of a new component: camel-apns

2011-04-21 Thread Jean-Baptiste Onofré
Hi guys, I will certainly release a new bundles set beginning of the next week. Regards JB On 04/21/2011 03:34 PM, Hadrian Zbarcea wrote: Hi Alexis, Usually I do check if dependencies are the central repo, what I think I meant is if the original author would be willing to publish the apns

[jira] [Resolved] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3888. Resolution: Fixed Tighten up @deprecated in camel-core to add more details what alternatives to

[jira] [Commented] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022760#comment-13022760 ] Claus Ibsen commented on CAMEL-3888: Dan as said before just because a method is

[jira] [Reopened] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea reopened CAMEL-3888: @Claus, if you read more carefully, the reason for reopening was that we need to document

[jira] [Commented] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022767#comment-13022767 ] Hadrian Zbarcea commented on CAMEL-3888: @Claus, this issue was initially assigned

[jira] [Commented] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022768#comment-13022768 ] Claus Ibsen commented on CAMEL-3888: Yes a suggestion for alternative has been added

[jira] [Commented] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022779#comment-13022779 ] Claus Ibsen commented on CAMEL-3888: Dan/Hadrian you are welcome to look at the added

[jira] [Commented] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022797#comment-13022797 ] Hadrian Zbarcea commented on CAMEL-3888: I believe most of the users are looking

[jira] [Assigned] (CAMEL-3888) Tighten up @deprecated in camel-core to add more details what alternatives to use

2011-04-21 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea reassigned CAMEL-3888: -- Assignee: Hadrian Zbarcea (was: Claus Ibsen) Tighten up @deprecated in camel-core to

[jira] [Commented] (CAMEL-3852) camel-cache - Should use Camel style constant keys

2011-04-21 Thread Ben O'Day (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022811#comment-13022811 ] Ben O'Day commented on CAMEL-3852: -- the documentation has been updated...thanks Claus

[jira] [Assigned] (CAMEL-3852) camel-cache - Should use Camel style constant keys

2011-04-21 Thread Ben O'Day (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben O'Day reassigned CAMEL-3852: Assignee: Claus Ibsen (was: Ben O'Day) camel-cache - Should use Camel style constant keys

Re: FreeMarker Component

2011-04-21 Thread Fernando Ribeiro
The library has now been updated in ServiceMix 4.4.0. Thanks. On Wed, Apr 20, 2011 at 2:29 PM, Fernando Ribeiro webmas...@fernandoribeiro.eti.br wrote: I've agreed today with the FreeMarker community to add the NoCacheStorage class (a no-op implementation) to the next release of the library,

[jira] [Created] (CAMEL-3889) ProxyHelper and ProxyBuilder methods generate warnings and are pretty much unusable

2011-04-21 Thread Daniel Kulp (JIRA)
ProxyHelper and ProxyBuilder methods generate warnings and are pretty much unusable --- Key: CAMEL-3889 URL: https://issues.apache.org/jira/browse/CAMEL-3889 Project:

[jira] [Updated] (CAMEL-3889) ProxyHelper and ProxyBuilder methods generate warnings and are pretty much unusable

2011-04-21 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CAMEL-3889: --- Attachment: patch3.txt patch2.txt patch1.txt ProxyHelper and

[jira] [Commented] (CAMEL-3889) ProxyHelper and ProxyBuilder methods generate warnings and are pretty much unusable

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022860#comment-13022860 ] Claus Ibsen commented on CAMEL-3889: #1 looks fine to me. The JDK

[jira] [Resolved] (CAMEL-3852) camel-cache - Should use Camel style constant keys

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3852. Resolution: Fixed Thanks Ben for the docu update. I will mark this as resolved now. camel-cache

[jira] [Assigned] (CAMEL-3852) camel-cache - Should use Camel style constant keys

2011-04-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3852: -- Assignee: Ben O'Day (was: Claus Ibsen) Assigning back to Ben so its easier for us to spot his

[jira] [Assigned] (CAMEL-3889) ProxyHelper and ProxyBuilder methods generate warnings and are pretty much unusable

2011-04-21 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea reassigned CAMEL-3889: -- Assignee: Hadrian Zbarcea ProxyHelper and ProxyBuilder methods generate warnings and

[jira] [Commented] (CAMEL-3889) ProxyHelper and ProxyBuilder methods generate warnings and are pretty much unusable

2011-04-21 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022867#comment-13022867 ] Hadrian Zbarcea commented on CAMEL-3889: This is an example of why ignoring

[jira] [Assigned] (CAMEL-3747) create a camel bundle archetype

2011-04-21 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashwin Karpe reassigned CAMEL-3747: --- Assignee: Ashwin Karpe create a camel bundle archetype ---

[jira] [Work started] (CAMEL-3747) create a camel bundle archetype

2011-04-21 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-3747 started by Ashwin Karpe. create a camel bundle archetype --- Key: CAMEL-3747 URL:

[jira] [Commented] (CAMEL-3747) create a camel bundle archetype

2011-04-21 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022924#comment-13022924 ] Hadrian Zbarcea commented on CAMEL-3747: I agree with should have the feature, but

[jira] [Commented] (CAMEL-3853) SMPP connector lazySessionCreation

2011-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022938#comment-13022938 ] Christian Müller commented on CAMEL-3853: - Committed r1095826 Added the

[jira] [Resolved] (CAMEL-3853) SMPP connector lazySessionCreation

2011-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Müller resolved CAMEL-3853. - Resolution: Fixed Updated the wiki page as well. SMPP connector lazySessionCreation

[jira] [Closed] (CAMEL-3853) SMPP connector lazySessionCreation

2011-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Müller closed CAMEL-3853. --- SMPP connector lazySessionCreation -- Key:

[jira] [Created] (CAMEL-3890) Camel Syslog Converter Not Selected Automatically

2011-04-21 Thread Roberto Rojas (JIRA)
Camel Syslog Converter Not Selected Automatically - Key: CAMEL-3890 URL: https://issues.apache.org/jira/browse/CAMEL-3890 Project: Camel Issue Type: Bug Components: camel-mina

[jira] [Updated] (CAMEL-3890) Camel Syslog Converter Not Selected Automatically

2011-04-21 Thread Roberto Rojas (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roberto Rojas updated CAMEL-3890: - Component/s: (was: camel-mina) Camel Syslog Converter Not Selected Automatically

[jira] [Updated] (CAMEL-3890) Camel Syslog Converter Not Selected Automatically

2011-04-21 Thread Roberto Rojas (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roberto Rojas updated CAMEL-3890: - Attachment: camel-syslog-test.tar.gz camel-syslog.patch Camel Syslog Converter

[jira] [Assigned] (CAMEL-3890) Camel Syslog Converter Not Selected Automatically

2011-04-21 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea reassigned CAMEL-3890: -- Assignee: Hadrian Zbarcea Camel Syslog Converter Not Selected Automatically

[jira] [Created] (CAMEL-3891) Avoid the process the bean with is null in CamelBeanPostProcessor

2011-04-21 Thread Willem Jiang (JIRA)
Avoid the process the bean with is null in CamelBeanPostProcessor - Key: CAMEL-3891 URL: https://issues.apache.org/jira/browse/CAMEL-3891 Project: Camel Issue Type: Improvement

[jira] [Updated] (CAMEL-3891) Avoiding to process the bean which value is null in CamelBeanPostProcessor

2011-04-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-3891: Summary: Avoiding to process the bean which value is null in CamelBeanPostProcessor (was: Avoid

[jira] [Resolved] (CAMEL-3891) Avoiding to process the bean which value is null in CamelBeanPostProcessor

2011-04-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-3891. - Resolution: Fixed Fix Version/s: 2.8.0 Applied patch into trunk. Avoiding to process

[jira] [Created] (CAMEL-3892) General Cleanup of the FreeMarker Component

2011-04-21 Thread Fernando Ribeiro (JIRA)
General Cleanup of the FreeMarker Component --- Key: CAMEL-3892 URL: https://issues.apache.org/jira/browse/CAMEL-3892 Project: Camel Issue Type: Improvement Components: camel-core

[jira] [Updated] (CAMEL-3892) General Cleanup of the FreeMarker Component

2011-04-21 Thread Fernando Ribeiro (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fernando Ribeiro updated CAMEL-3892: Attachment: patches.zip General Cleanup of the FreeMarker Component

Re: FreeMarker Component

2011-04-21 Thread Fernando Ribeiro
I've finished the work and opened CAMEL-3892 for it. After working some more with the FreeMarker community, I've learnt about a yet better option for not caching templates that works in the 2.3.16 release. Looking forward to your feedback on this one. Thanks. On Thu, Apr 21, 2011 at 1:28 PM,