[jira] Commented: (CAMEL-3005) Create a feature for Camel Shiro to ease its deployment into Servicemix

2010-08-09 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61131#action_61131 ] Claus Ibsen commented on CAMEL-3005: I think willem created a wrapped osgi bundle and an

[jira] Assigned: (CAMEL-2987) Allow encrypted passwords to be used in properties files

2010-08-09 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashwin Karpe reassigned CAMEL-2987: --- Assignee: Ashwin Karpe > Allow encrypted passwords to be used in properties files > -

[jira] Work started: (CAMEL-2987) Allow encrypted passwords to be used in properties files

2010-08-09 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-2987 started by Ashwin Karpe. > Allow encrypted passwords to be used in properties files > > >

[jira] Work started: (CAMEL-2791) Properties component - Add option to let it look first/last for JVM system property

2010-08-09 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-2791 started by Ashwin Karpe. > Properties component - Add option to let it look first/last for JVM system > property > ---

[jira] Assigned: (CAMEL-2791) Properties component - Add option to let it look first/last for JVM system property

2010-08-09 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashwin Karpe reassigned CAMEL-2791: --- Assignee: Ashwin Karpe > Properties component - Add option to let it look first/last for

[jira] Commented: (CAMEL-2943) A Camel component that implements the Telecom SIP protocol for Publish/Subscribe capability...

2010-08-09 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61129#action_61129 ] Ashwin Karpe commented on CAMEL-2943: - Hi All, Can you please review and let me know if

[jira] Commented: (CAMEL-3005) Create a feature for Camel Shiro to ease its deployment into Servicemix

2010-08-09 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61127#action_61127 ] Ashwin Karpe commented on CAMEL-3005: - Hi Willem and Claus, Is this currently being work

Re: Camel / Exec

2010-08-09 Thread falvarez
Johan, the arrival of a message to the queue with a run EXEC. exe that consumes the message that came to the same queue. The issue is that the message disappears and I can not be processed. That is what may be happening? - Todos somos muy ignorantes. Lo que ocurre es que no todos ignoramos

[jira] Updated: (CAMEL-2713) camel-netty: Add a registry based option for a custom ChannelPipelineFactory

2010-08-09 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashwin Karpe updated CAMEL-2713: Attachment: CAMEL-2713-fix.diff camel-2713-netty.zip Hi Claus, I have provided

[jira] Work stopped: (CAMEL-2752) Pluggable UUID generator

2010-08-09 Thread Christian Mueller (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-2752 stopped by Christian Mueller. > Pluggable UUID generator > > > Key: CAMEL-2752 > URL: http

[jira] Resolved: (CAMEL-2752) Pluggable UUID generator

2010-08-09 Thread Christian Mueller (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Mueller resolved CAMEL-2752. -- Resolution: Fixed > Pluggable UUID generator > > >

Re: svn commit: r983600 - in /camel/trunk/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi: OsgiCamelContextHelper.java OsgiCamelContextNameStrategy.java

2010-08-09 Thread Claus Ibsen
Btw we need an unit test for it in camel-itest-osgi so we can ensure there is no more JMX clash when using multiple bundles with their own CamelContext. And also a single bundle which has 2 CamelContext by itself. On Mon, Aug 9, 2010 at 3:53 PM, Willem Jiang wrote: > Hi Claus, > > Thanks for com

Re: svn commit: r983600 - in /camel/trunk/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi: OsgiCamelContextHelper.java OsgiCamelContextNameStrategy.java

2010-08-09 Thread Claus Ibsen
On Mon, Aug 9, 2010 at 3:53 PM, Willem Jiang wrote: > Hi Claus, > > Thanks for committing the fix, I didn't take the consideration for the JMX > restriction. > But I don't think you fix resolved all the issue. > > What if there are more than two camel contexts in the bundle? > I think we still nee

Re: svn commit: r983600 - in /camel/trunk/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi: OsgiCamelContextHelper.java OsgiCamelContextNameStrategy.java

2010-08-09 Thread Willem Jiang
Hi Claus, Thanks for committing the fix, I didn't take the consideration for the JMX restriction. But I don't think you fix resolved all the issue. What if there are more than two camel contexts in the bundle? I think we still need to static counter of this situation. Willem Claus Ibsen wrot

Re: svn commit: r983600 - in /camel/trunk/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi: OsgiCamelContextHelper.java OsgiCamelContextNameStrategy.java

2010-08-09 Thread Claus Ibsen
Hi Willem I have commited a little fix to this. To let it compile :) Also the osgi name strategy should just use the bundle id (at least here for starters) and prefix with camel. So it will be like: camel-147 Naming in JMX has some restrictions, so if we use bundle name etc. we may have a confli

[jira] Resolved: (CAMEL-3034) OsgiCamelContextNameStratgy

2010-08-09 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-3034. - Resolution: Fixed > OsgiCamelContextNameStratgy > --- > >

[jira] Resolved: (CAMEL-3038) OSGi integration test support should provide a method to set the Current thread classloader

2010-08-09 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-3038. - Resolution: Fixed > OSGi integration test support should provide a method to set the Current

[jira] Created: (CAMEL-3038) OSGi integration test support should provide a method to set the Current thread classloader

2010-08-09 Thread Willem Jiang (JIRA)
OSGi integration test support should provide a method to set the Current thread classloader --- Key: CAMEL-3038 URL: https://issues.apache.org/activemq/browse/CAMEL-3038

[jira] Created: (CAMEL-3037) camel archetype complains about Java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory in JDK 1.5

2010-08-09 Thread Willem Jiang (JIRA)
camel archetype complains about Java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory in JDK 1.5 --- Key: CAMEL-3037 URL: https://issues.apa

[jira] Resolved: (CAMEL-3036) camel-web seems a bit borked viewing an endpoint in tomcat

2010-08-09 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan resolved CAMEL-3036. --- Resolution: Fixed > camel-web seems a bit borked viewing an endpoint in tomcat >

[jira] Resolved: (CAMEL-3035) provide an optional interface Endpoints can provide to generate a simple String ID which can be used within the class loader to make JMX / REST APIs simpler to avoid havi

2010-08-09 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan resolved CAMEL-3035. --- Resolution: Fixed > provide an optional interface Endpoints can provide to generate a sim

[jira] Assigned: (CAMEL-3035) provide an optional interface Endpoints can provide to generate a simple String ID which can be used within the class loader to make JMX / REST APIs simpler to avoid havi

2010-08-09 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan reassigned CAMEL-3035: - Assignee: James Strachan > provide an optional interface Endpoints can provide to gen

[jira] Created: (CAMEL-3036) camel-web seems a bit borked viewing an endpoint in tomcat

2010-08-09 Thread James Strachan (JIRA)
camel-web seems a bit borked viewing an endpoint in tomcat -- Key: CAMEL-3036 URL: https://issues.apache.org/activemq/browse/CAMEL-3036 Project: Apache Camel Issue Type: Bug Affects

[jira] Created: (CAMEL-3035) provide an optional interface Endpoints can provide to generate a simple String ID which can be used within the class loader to make JMX / REST APIs simpler to avoid havin

2010-08-09 Thread James Strachan (JIRA)
provide an optional interface Endpoints can provide to generate a simple String ID which can be used within the class loader to make JMX / REST APIs simpler to avoid having to encode large URIs ---

[jira] Updated: (CAMEL-3033) @WebFault interceptor to map exceptions to faults

2010-08-09 Thread Savas Ali Tokmen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Savas Ali Tokmen updated CAMEL-3033: Attachment: camel-3033_webfault_annotated_exception_to_soapfault.patch Attached patch t

[jira] Commented: (CAMEL-3033) @WebFault interceptor to map exceptions to faults

2010-08-09 Thread Savas Ali Tokmen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61100#action_61100 ] Savas Ali Tokmen commented on CAMEL-3033: - I believe this feature is CXF-specific and

Re: SOAP request to HTTP conversion

2010-08-09 Thread devkatiyar
Thanks .. -- View this message in context: http://camel.465427.n5.nabble.com/SOAP-request-to-HTTP-conversion-tp2268461p2268531.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Jetty Component

2010-08-09 Thread devkatiyar
Hi , Thanks for reply .do you have example or any reference from which i can get help because i new to this kind of case using camel .. i do do this work in bean? Thanks .. -- View this message in context: http://camel.465427.n5.nabble.com/SOAP-request-to-HTTP-conversion-tp2268461p226

Re: SOAP request to HTTP conversion

2010-08-09 Thread Claus Ibsen
Hi Use the user mailinglist please. The dev mailinglist is for discussing development of Camel, not how do I use Camel. Or how do I do X. On Mon, Aug 9, 2010 at 9:23 AM, devkatiyar wrote: > > can any  one please regards this > > how do i convert (SOAP --> HTTP POST )... > > > Thanks ... > > --

Re: Jetty Component

2010-08-09 Thread Willem Jiang
Hi, You can write the soap message into a stream then pass it to the Jetty producer. Willem devkatiyar wrote: Hi , I want to use jetty component to call http based external system .. but my from my internal system i like to send Soap message to call that end point below is my my route

Re: passing Complex parameter in web CXF web service

2010-08-09 Thread devkatiyar
Hi Willem, can you help me about this .. I want to use jetty component to call http based external system .. but my from my internal system i like to send Soap message to call that end point below is my my route http://127.0.0.1:7001/check";

Re: SOAP request to HTTP conversion

2010-08-09 Thread devkatiyar
can any one please regards this how do i convert (SOAP --> HTTP POST )... Thanks ... -- View this message in context: http://camel.465427.n5.nabble.com/SOAP-request-to-HTTP-conversion-tp2268461p2268504.html Sent from the Camel Development mailing list archive at Nabble.com.

[jira] Resolved: (CAMEL-3027) Use ROME 1.0-osgi

2010-08-09 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-3027. - Resolution: Fixed > Use ROME 1.0-osgi > - > > Key: CAMEL-3027