[jira] Resolved: (CAMEL-3670) bean component - Thread safey issue when selecting method to use in BeanInfo

2011-02-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3670. Resolution: Fixed trunk: 1071179. bean component - Thread safey issue when selecting method to

[jira] Created: (CAMEL-3671) AggregationStrategy - Allow to access original Exchange in the parameter list

2011-02-16 Thread Claus Ibsen (JIRA)
AggregationStrategy - Allow to access original Exchange in the parameter list - Key: CAMEL-3671 URL: https://issues.apache.org/jira/browse/CAMEL-3671 Project: Camel

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-16 Thread Antoine Toulme (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995241#comment-12995241 ] Antoine Toulme commented on CAMEL-3667: --- Claus, AFAIK it doesn't. The code lets you

[jira] Created: (CAMEL-3672) Make it easier to derive from the Camel model

2011-02-16 Thread Rob Davies (JIRA)
Make it easier to derive from the Camel model - Key: CAMEL-3672 URL: https://issues.apache.org/jira/browse/CAMEL-3672 Project: Camel Issue Type: Improvement Affects Versions: 2.6.0

[jira] Created: (CAMEL-3673) Property placeholders do not work with camel-blueprint

2011-02-16 Thread Achim Nierbeck (JIRA)
Property placeholders do not work with camel-blueprint --- Key: CAMEL-3673 URL: https://issues.apache.org/jira/browse/CAMEL-3673 Project: Camel Issue Type: Bug Components:

[DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Claus Ibsen
Hi Many of the Java files in Camel source code have $revision$ tags. I propose we remove those. It makes comparing branches and files more tricky. And the git people told me it also makes some problem there as well. We got this nice command to remove them find . -name '*.java' | xargs perl -p

[jira] Created: (CAMEL-3674) Camel properties component - to leverage Blueprint properties

2011-02-16 Thread Claus Ibsen (JIRA)
Camel properties component - to leverage Blueprint properties - Key: CAMEL-3674 URL: https://issues.apache.org/jira/browse/CAMEL-3674 Project: Camel Issue Type: New Feature

[jira] Resolved: (CAMEL-3672) Make it easier to derive from the Camel model

2011-02-16 Thread Rob Davies (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved CAMEL-3672. --- Resolution: Fixed Fixed by SVN revision 1071296 Make it easier to derive from the Camel model

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Tracy Snell
+1 Never really been useful for me. On Feb 16, 2011, at 6:11 AM, Claus Ibsen wrote: Hi Many of the Java files in Camel source code have $revision$ tags. I propose we remove those. It makes comparing branches and files more tricky. And the git people told me it also makes some problem

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Hadrian Zbarcea
+1 On Feb 16, 2011, at 9:11 AM, Claus Ibsen wrote: Hi Many of the Java files in Camel source code have $revision$ tags. I propose we remove those. It makes comparing branches and files more tricky. And the git people told me it also makes some problem there as well. We got this nice

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-16 Thread Antoine Toulme (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995485#comment-12995485 ] Antoine Toulme commented on CAMEL-3667: --- Filed request for enhancement here:

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Christian Müller
+1 I would also like to see it removed...

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Jean-Baptiste Onofré
+1 Regards JB On 02/16/2011 08:25 PM, Hadrian Zbarcea wrote: +1 On Feb 16, 2011, at 9:11 AM, Claus Ibsen wrote: Hi Many of the Java files in Camel source code have $revision$ tags. I propose we remove those. It makes comparing branches and files more tricky. And the git people told me it

[jira] Updated: (CAMEL-3675) jmxAgent's disabled attribute does not support property placeholders

2011-02-16 Thread Mark Borner (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Borner updated CAMEL-3675: --- Description: The Camel Properties web page (http://camel.apache.org/properties.html) states that

[jira] Created: (CAMEL-3675) jmxAgent's disabled attribute does not support property placeholders

2011-02-16 Thread Mark Borner (JIRA)
jmxAgent's disabled attribute does not support property placeholders -- Key: CAMEL-3675 URL: https://issues.apache.org/jira/browse/CAMEL-3675 Project: Camel Issue Type: Bug

JavaSpaces throws java.net.ConnectException: Connection refused exception

2011-02-16 Thread mikenikles
Hi all, I'm trying to use the JavaSpace component as described at http://camel.apache.org/javaspace.html. I've got a GigaSpaces implementation running which also contains a mySpace space. I verified that the space exists and objects can be written to and read from it (by using an example

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Willem Jiang
+1 to remove it, we can see the file version by checking the file svn property. On 2/16/11 10:11 PM, Claus Ibsen wrote: Hi Many of the Java files in Camel source code have $revision$ tags. I propose we remove those. It makes comparing branches and files more tricky. And the git people told

Re: JavaSpaces throws java.net.ConnectException: Connection refused exception

2011-02-16 Thread Ashwin Karpe
Hi, Based on what I see in the component code (not an expert in Javaspaces, I'm afraid :)), it looks like the producer consumer do not require a port, only the host. So the URI needs to be ... .to(javaspace:jini://localhost?spaceName=mySpace); ... Hope this helps... Cheers, Ashwin...

[jira] Resolved: (CAMEL-3673) Property placeholders do not work with camel-blueprint

2011-02-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3673. Resolution: Duplicate Assignee: Claus Ibsen Its not a bug, as we have not implemented that

[jira] Assigned: (CAMEL-3675) jmxAgent's disabled attribute does not support property placeholders

2011-02-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3675: -- Assignee: Claus Ibsen jmxAgent's disabled attribute does not support property placeholders

[jira] Created: (CAMEL-3676) Remove $version$ from the source files

2011-02-16 Thread Claus Ibsen (JIRA)
Remove $version$ from the source files -- Key: CAMEL-3676 URL: https://issues.apache.org/jira/browse/CAMEL-3676 Project: Camel Issue Type: Task Reporter: Claus Ibsen Fix For:

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Claus Ibsen
Hi I have created a ticket https://issues.apache.org/jira/browse/CAMEL-3676 Does anyone know if the regexp could be improved to remove the source code line, instead of replacing it with empty content? eg I am looking for a \XXX to indicate remove the line. On Wed, Feb 16, 2011 at 3:11 PM,

[jira] Resolved: (CAMEL-3675) jmxAgent's disabled attribute does not support property placeholders

2011-02-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3675. Resolution: Fixed Fix Version/s: 2.7.0 trunk: 1071531. jmxAgent's disabled attribute does

[jira] Commented: (CAMEL-3675) jmxAgent's disabled attribute does not support property placeholders

2011-02-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995701#comment-12995701 ] Claus Ibsen commented on CAMEL-3675: Thanks for reporting. jmxAgent's disabled

[jira] Commented: (CAMEL-3673) Property placeholders do not work with camel-blueprint

2011-02-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995705#comment-12995705 ] Claus Ibsen commented on CAMEL-3673: Achim if you have any hints or ideas how

[jira] Commented: (CAMEL-3673) Property placeholders do not work with camel-blueprint

2011-02-16 Thread Achim Nierbeck (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995709#comment-12995709 ] Achim Nierbeck commented on CAMEL-3673: --- If I have some spare time I'll give it a