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

2011-04-20 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-3886. Resolution: Fixed Fix Version/s: 2.8.0 Done in r1095572. Thanks Dan for the patch.

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

2011-04-20 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea reassigned CAMEL-3886: -- Assignee: Hadrian Zbarcea > Reduce compiler warnings when imported into eclipse > -

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

2011-04-20 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-3886 started by Hadrian Zbarcea. > Reduce compiler warnings when imported into eclipse > --- > >

[jira] [Resolved] (CAMEL-3887) cxf camel transport converts to byte[] unnecessarily

2011-04-20 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-3887. Resolution: Fixed Fix Version/s: 2.8.0 Resolved in r1095514. Thanks to Dan Kulp for

[jira] [Commented] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Babak Vahdat (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022336#comment-13022336 ] Babak Vahdat commented on CAMEL-3799: - That now also works for me (mvn eclipse:eclipse

[jira] [Resolved] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-3799. Resolution: Fixed Fix Version/s: 2.8.0 Fixed. Thanks to Dan Kulp for providing a sol

[jira] [Assigned] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea reassigned CAMEL-3799: -- Assignee: Hadrian Zbarcea > maven eclipse goal failure > -- > >

[jira] [Work started] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-3799 started by Hadrian Zbarcea. > maven eclipse goal failure > -- > > Key: CAMEL-3799 > URL: https:

Re: FreeMarker Component

2011-04-20 Thread Fernando Ribeiro
I've agreed today with the FreeMarker community to add the NoCacheStorage class (a no-op implementation) to the next release of the library, which is planned for the next few weeks. It didn't really belong in the component. For the time being, I've asked the ServiceMix folks to update FreeMarker t

[jira] [Created] (CAMEL-3887) cxf camel transport converts to byte[] unnecessarily

2011-04-20 Thread Daniel Kulp (JIRA)
cxf camel transport converts to byte[] unnecessarily Key: CAMEL-3887 URL: https://issues.apache.org/jira/browse/CAMEL-3887 Project: Camel Issue Type: Improvement Components: came

[jira] [Updated] (CAMEL-3887) cxf camel transport converts to byte[] unnecessarily

2011-04-20 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CAMEL-3887: --- Attachment: cxf-streams.patch > cxf camel transport converts to byte[] unnecessarily > --

[jira] [Commented] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1305#comment-1305 ] Daniel Kulp commented on CAMEL-3799: There is an easy fix for this that would work to

[jira] [Commented] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1307#comment-1307 ] Daniel Kulp commented on CAMEL-3799: BTW: I'd submit a patch but file moves in an sv

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

2011-04-20 Thread Charles Moulliard
@Component is the annotation used by Spring, this is why I suggested @CamelComponent ... Alternative could be @IntegrationComponent Remark : We could use what has been developed into the karaf-maven-plugin to generate Docbook.xml doc from annoted classes. The mojo plugin of karaf is simple as it

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

2011-04-20 Thread Charles Moulliard
@Component is the annotation used by Spring, this is why I suggest @CamelComponent ... Alternative could be @IntegrationComponent On Wed, Apr 20, 2011 at 6:43 PM, Hadrian Zbarcea wrote: > Since the annotation will be an in a o.a.camel package, I would drop the > redundant Camel prefix too. > >

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

2011-04-20 Thread Hadrian Zbarcea
Since the annotation will be an in a o.a.camel package, I would drop the redundant Camel prefix too. Hadrian On Apr 20, 2011, at 12:38 PM, Charles Moulliard wrote: > Additional information like isTransactional = True, False, type = > "ProducerOnly, ConsumerOnly,Both" could be added > > @CamelC

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

2011-04-20 Thread Charles Moulliard
Additional information like isTransactional = True, False, type = "ProducerOnly, ConsumerOnly,Both" could be added @CamelComponent(name="","description="",example="", pageUrl="", isTransactional="true/false", type="ProducerOnly, ConsumerOnly,Both") public class Component { On Wed, Apr 20, 2011 a

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

2011-04-20 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CAMEL-3886: --- Attachment: warnings.patch I've attached a patch that gets the count down to 24. For the most par

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

2011-04-20 Thread Hadrian Zbarcea
I thought about something similar (and still have a patch somewhere), but I was focusing on mostly on attributes for the params to describe if they are required or not, if they are secret or not (i.e. replace them with *** when printing) and if they are producer/consumer/both side. We can then h

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

2011-04-20 Thread Daniel Kulp (JIRA)
Reduce compiler warnings when imported into eclipse --- Key: CAMEL-3886 URL: https://issues.apache.org/jira/browse/CAMEL-3886 Project: Camel Issue Type: Improvement Components: camel-

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

2011-04-20 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 updated CAMEL-3852: - Attachment: CAMEL-3852.patch this patch updates some exception messages to match the new constants. As

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

2011-04-20 Thread Eric Johnson
It may be a bit of a "new puppy" item, but I think it is a great idea. Self documenting code is always a good idea. On Wed, Apr 20, 2011 at 10:50 AM, Charles Moulliard wrote: > Hi, > > I would like to suggest that we add annotation to document the > properties of the Camel Component class which

Suggestion : Add Annotations within Camel components to document URIs keys

2011-04-20 Thread Charles Moulliard
Hi, I would like to suggest that we add annotation to document the properties of the Camel Component class which are used customise the component according to the keys defined into the URIs. What do you about that ? idea URI => componentName:property1:property2?key1=value&key2=value .

[jira] [Commented] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022148#comment-13022148 ] Hadrian Zbarcea commented on CAMEL-3799: @Claus, the particular issue that caused

[jira] [Commented] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022146#comment-13022146 ] Hadrian Zbarcea commented on CAMEL-3799: Some update on this. This is a known mave

[jira] [Resolved] (CAMEL-3885) Move the org.apache.camel.language.SpEL.java into camel-core to avoid export package org.apache.camel.language twice in camel-spring

2011-04-20 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-3885. - Resolution: Fixed Applied patch into trunk. > Move the org.apache.camel.language.SpEL.java into

[jira] [Commented] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022144#comment-13022144 ] Claus Ibsen commented on CAMEL-3799: Hmmm can people not just use an older version of

[jira] [Commented] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022141#comment-13022141 ] Claus Ibsen commented on CAMEL-3799: Babak use the mailing list for discussing your bu

[jira] [Commented] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Babak Vahdat (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022133#comment-13022133 ] Babak Vahdat commented on CAMEL-3799: - Claus, I'm really sorry for the irritation I c

[jira] [Created] (CAMEL-3885) Move the org.apache.camel.language.SpEL.java into camel-core to avoid export package org.apache.camel.language twice in camel-spring

2011-04-20 Thread Willem Jiang (JIRA)
Move the org.apache.camel.language.SpEL.java into camel-core to avoid export package org.apache.camel.language twice in camel-spring Key: CAMEL-388

[jira] [Commented] (CAMEL-3799) maven eclipse goal failure

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022086#comment-13022086 ] Claus Ibsen commented on CAMEL-3799: Hadrian which Maven version are you using? And e

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

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3823. Resolution: Fixed > Upgrade to CometD 2.1.0 > --- > > Key: CAME

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

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022082#comment-13022082 ] Claus Ibsen commented on CAMEL-3823: I have fixed the TODO with the @deprecated api fr

Re: Add of a new component: camel-apns

2011-04-20 Thread Alexis Kinsella
Hi Hadrian, Some good news. I didn't remember before sending previous email, but I already asked for it sometimes ago :) - https://github.com/notnoop/java-apns/issues/14 The good news is that java-apns library is in the maven central repository since version 0.1.6: - http://repo1.maven

Re: Add of a new component: camel-apns

2011-04-20 Thread Alexis Kinsella
Hi Hadrian, I'll open a issue to the java-apns project bugtracker to ask if it is an option. Alexis 2011/4/15 Hadrian Zbarcea > Hi Alexis, > > Claus added a link to your posts on the camel site already: > http://camel.apache.org/articles.html > > I looked at the dependencies and all is good. B

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

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3823: --- Component/s: camel-cometd > Upgrade to CometD 2.1.0 > --- > > Key

[jira] [Resolved] (CAMEL-3884) Optimize GenericFileProducer to only check if target file exists once, when writing using a temp filename

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3884. Resolution: Fixed > Optimize GenericFileProducer to only check if target file exists once, when >

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

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022080#comment-13022080 ] Claus Ibsen commented on CAMEL-3823: Ciaran Thanks a lot of the patch. I have applied

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

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3823: --- Fix Version/s: (was: Future) 2.8.0 > Upgrade to CometD 2.1.0 > ---

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

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3823: -- Assignee: Claus Ibsen > Upgrade to CometD 2.1.0 > --- > > K

[jira] [Created] (CAMEL-3884) Optimize GenericFileProducer to only check if target file exists once, when writing using a temp filename

2011-04-20 Thread Claus Ibsen (JIRA)
Optimize GenericFileProducer to only check if target file exists once, when writing using a temp filename - Key: CAMEL-3884 URL: https://issues.apache.org/jira

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

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022051#comment-13022051 ] Claus Ibsen edited comment on CAMEL-3852 at 4/20/11 10:24 AM: --

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

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022051#comment-13022051 ] Claus Ibsen commented on CAMEL-3852: Thanks. It would be good to specify what's the k

[jira] [Assigned] (CAMEL-3882) Update FreeMarker Example in the Wiki

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3882: -- Assignee: Claus Ibsen > Update FreeMarker Example in the Wiki > ---

[jira] [Updated] (CAMEL-3882) Update FreeMarker Example in the Wiki

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3882: --- Priority: Trivial (was: Major) Affects Version/s: (was: 2.8.0) > Update FreeMarker

[jira] [Resolved] (CAMEL-3882) Update FreeMarker Example in the Wiki

2011-04-20 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3882. Resolution: Fixed Thanks for the patch. > Update FreeMarker Example in the Wiki >