[jira] Commented: (CAMEL-2347) create a Nagios endpoint to allow the sending of alerts to the Nagios monitoring system

2010-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57035#action_57035 ] Claus Ibsen commented on CAMEL-2347: trunk: 901596. added nagios component > create a N

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Sergey Beryozkin
Hi Christian Hi Sergey, I am just concerned with the dependencies jaxrs brings into our projects. The architects from the projects at my company that use camel and cxf complain about the many dependencies needed to simply do web services. So I am constantly searching how to have less depend

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Sergey Beryozkin
See comments with S.B On Wed, Jan 20, 2010 at 11:51 PM, Christian Schneider wrote: Hi Sergey, I am just concerned with the dependencies jaxrs brings into our projects. The architects from the projects at my company that use camel and cxf complain about the many dependencies needed to simply d

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Claus Ibsen
On Thu, Jan 21, 2010 at 10:40 AM, Sergey Beryozkin wrote: > See comments with S.B > > > On Wed, Jan 20, 2010 at 11:51 PM, Christian Schneider > wrote: >> >> Hi Sergey, >> >> I am just concerned with the dependencies jaxrs brings into our projects. >> The architects from the projects at my company

[jira] Created: (CAMEL-2386) parser the request parameter for the POST method

2010-01-21 Thread Willem Jiang (JIRA)
parser the request parameter for the POST method Key: CAMEL-2386 URL: https://issues.apache.org/activemq/browse/CAMEL-2386 Project: Apache Camel Issue Type: Improvement Reporter: W

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Sergey Beryozkin
I totally agree that CXF / camel-cxf is a having way way to many dependencies out of the box. S.B : lets limit the scope of the discussion. Christian has not initiated this thread to complain about the fact CXF brings up to 81 jars in total but rather to raise a valid issue to do with the fact

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Willem Jiang
Just a quick note for camel-cxf module: There are more than 4 components in the camel-cxf cxf, cxfrs, cxfbeans, camel transport for cxf , and an unused soap component. I think we just put them into camel-cxf module because they are CXF related, if there are many people complain about it introd

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Sergey Beryozkin
Just a quick note for camel-cxf module: There are more than 4 components in the camel-cxf cxf, cxfrs, cxfbeans, camel transport for cxf , and an unused soap component. If 'soap' is unused then looks like it can go. I can see cxfrs has just 10 classes. I think we just put them into camel-cxf m

[jira] Created: (CAMEL-2387) GenericFileConverter should honor charset from Exchange

2010-01-21 Thread Claus Ibsen (JIRA)
GenericFileConverter should honor charset from Exchange --- Key: CAMEL-2387 URL: https://issues.apache.org/activemq/browse/CAMEL-2387 Project: Apache Camel Issue Type: Bug Compone

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Claus Ibsen
On Thu, Jan 21, 2010 at 11:09 AM, Sergey Beryozkin wrote: >>> >>> I totally agree that CXF / camel-cxf is a having way way to many >>> dependencies out of the box. >>> S.B : lets limit the scope of the discussion. Christian has not initiated this thread to complain about the fact CX

[jira] Resolved: (CAMEL-2387) GenericFileConverter should honor charset from Exchange

2010-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2387. Resolution: Fixed trunk: 901661. > GenericFileConverter should honor charset from Exchange > -

[jira] Updated: (CAMEL-2358) packageScan should support Spring property placeholders

2010-01-21 Thread Johan Haleby (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Haleby updated CAMEL-2358: Affects Version/s: 2.1.0 > packageScan should support Spring property placeholders > --

[jira] Updated: (CAMEL-2358) packageScan should support Spring property placeholders

2010-01-21 Thread Johan Haleby (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Haleby updated CAMEL-2358: Component/s: camel-core > packageScan should support Spring property placeholders > ---

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Hadrian Zbarcea
Chill... Christian made a valid point. There are a few *types* of dependencies in Camel: 1. compile dependencies - which cannot be avoided and should be kept to a minimum 2. test runtime dependencies - needed for tests, which again cannot be avoided but should be tagged as such in the pom, and i

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread William Tam
If you look at the runtime dependencies, there are not that many. I think the only option is to split JAXRS and JAXWS into different maven projects if number of jars/dependencies is a concern. org.apache.camel camel-core org.apache.camel camel-spring

[jira] Commented: (CAMEL-2347) create a Nagios endpoint to allow the sending of alerts to the Nagios monitoring system

2010-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57041#action_57041 ] Claus Ibsen commented on CAMEL-2347: wiki documentation and a feature file is left to do

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Sergey Beryozkin
> I think the only option is to split JAXRS and JAXWS into different maven projects if number of jars/dependencies is a concern. Or exclude some of the jars from cxf-frontend-jaxrs as I suggested to Willem ? Thus advanced users will just get a couple of extra jars. William Tam wrote: > > If

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Christian Schneider
Am 21.01.2010 15:01, schrieb Hadrian Zbarcea: Christian, since you brought this up, what do you think a reasonable solution for you would be? Hi Hadrian, Ideally I would like to have a camel-cxf component that only adapts camel to cxf. So this component would need neither of cxf-rt-fro

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Christian Schneider
While I think it is great that a mini bundle is there for some special cases I think it should possible to make the modular version more independent of external libs. Especially the cxf api and core should have no dependencies. Spring and camel have also achieved this. Having said this I know i

[jira] Created: (CAMEL-2388) Remove some dependencies

2010-01-21 Thread Christian Schneider (JIRA)
Remove some dependencies Key: CAMEL-2388 URL: https://issues.apache.org/activemq/browse/CAMEL-2388 Project: Apache Camel Issue Type: Improvement Components: camel-cxf Affects Versions: 2.1.0

[jira] Updated: (CAMEL-2388) Remove some dependencies

2010-01-21 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider updated CAMEL-2388: --- Attachment: camel-cxf-2010-01-21.patch > Remove some dependencies > -

[jira] Assigned: (CAMEL-2388) Remove some dependencies

2010-01-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-2388: --- Assignee: Willem Jiang > Remove some dependencies > > >

[jira] Commented: (CAMEL-2388) Remove some dependencies

2010-01-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57048#action_57048 ] Willem Jiang commented on CAMEL-2388: - we can remove the camel-spring, but the cxf-rt-tra

[jira] Commented: (CAMEL-2388) Remove some dependencies

2010-01-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57049#action_57049 ] Willem Jiang commented on CAMEL-2388: - I tried to remove the camel-spring dependency and

[jira] Created: (CAMEL-2389) Split camel transport for cxf out of camel-cxf module

2010-01-21 Thread Willem Jiang (JIRA)
Split camel transport for cxf out of camel-cxf module - Key: CAMEL-2389 URL: https://issues.apache.org/activemq/browse/CAMEL-2389 Project: Apache Camel Issue Type: Task Reporter

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Willem Jiang
We can split the transport part out camel-cxf, but consider the backward compatibility, we may do it in camel 2.3 or camel 3.0. I already create a JIRA[1] for it. [1]https://issues.apache.org/activemq/browse/CAMEL-2389 Willem Christian Schneider wrote: Am 21.01.2010 15:01, schrieb Hadrian Z

[jira] Created: (CAMEL-2390) Using the Dispatch/Provider API to implement the camel-cxf PLAYLOAD datafromat

2010-01-21 Thread Willem Jiang (JIRA)
Using the Dispatch/Provider API to implement the camel-cxf PLAYLOAD datafromat --- Key: CAMEL-2390 URL: https://issues.apache.org/activemq/browse/CAMEL-2390 Project: Apache C

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Willem Jiang
As CXF supports lots of other API, just one simpel cxf-api and cxf-core can't provides what we want to in camel-cxf :( Christian, I checked the camel-cxf pom.xml, if you want to use the CXF mini bundle , you just need to exclude below module, but you may need to add some other third part depen

[jira] Created: (CAMEL-2391) camel-ftp - Add option to disconnect after use

2010-01-21 Thread Claus Ibsen (JIRA)
camel-ftp - Add option to disconnect after use -- Key: CAMEL-2391 URL: https://issues.apache.org/activemq/browse/CAMEL-2391 Project: Apache Camel Issue Type: New Feature Components: camel

[jira] Commented: (CAMEL-2389) Split camel transport for cxf out of camel-cxf module

2010-01-21 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57054#action_57054 ] Christian Schneider commented on CAMEL-2389: I propose to already create the new

[jira] Resolved: (CAMEL-2391) camel-ftp - Add option to disconnect after use

2010-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2391. Resolution: Fixed trunk: 902014. > camel-ftp - Add option to disconnect after use > --