Re: Example of request reply

2007-09-19 Thread Willem Jiang
Hi Nodet, Comments are in the line. Guillaume Nodet wrote: On 9/19/07, Willem Jiang <[EMAIL PROTECTED]> wrote: Hi , I agree to keep the binding as a separate object in the pipeline. And I suggest to add the in and out flage to the binding . form("http://soapendpoint";).binding(soap, in).to(

Re: Example of request reply

2007-09-19 Thread Willem Jiang
Hi, No, here is not sample or unit test to show cxf+pojo. But you can take a look at the CxfProducerTest, it shows how to process pojo invocation as a soap request. Willem. Guillaume Nodet wrote: Hmm, I guess I missed the point that the CXF component was relying on the pojo component for the

[jira] Resolved: (CAMEL-133) add support for a MessageExchangePattern enum property on Exchange and make MINA support both InOnly and InOut

2007-09-19 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan resolved CAMEL-133. -- Resolution: Fixed patch applied with huge thanks Nicky! Great job! > add support for a Mess

[jira] Resolved: (CAMEL-134) add better logging - thats easy to use - to trace the 'magic' in Camel such as auto-discovery of components & type conversions

2007-09-19 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan resolved CAMEL-134. -- Resolution: Fixed Am gonna mark this one as fixed for now; if anyone has any good ideas for

[jira] Resolved: (CAMEL-137) improvements in the Visualisation plugin to render pipeline/multicast nicely along with grouping RouteBuilder instances into boxes & separate diagrams

2007-09-19 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan resolved CAMEL-137. -- Resolution: Fixed > improvements in the Visualisation plugin to render pipeline/multicast ni

Re: Camel 1.2 Release anyone??

2007-09-19 Thread Hadrian Zbarcea
I would like to cleanup the naming convention for jmx too if the release could wait one day. Cheers Hadrian Guillaume Nodet wrote: I've just spotted that there is a big piece of code to write to be able to discover components inside OSGi, as it needs to look into bundles and across classloade

Re: Camel 1.2 Release anyone??

2007-09-19 Thread Guillaume Nodet
I've just spotted that there is a big piece of code to write to be able to discover components inside OSGi, as it needs to look into bundles and across classloaders ... So feel free to do the release... On 9/19/07, Hiram Chirino <[EMAIL PROTECTED]> wrote: > Ok.. no worries.. I start working on it

[jira] Resolved: (CAMEL-152) Add a ref: uri protocol to lookup existing endpoints or going to the registry as this is not easy in the java dsl (ref are mainly available from xml)

2007-09-19 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved CAMEL-152. --- Resolution: Fixed URL: http://svn.apache.org/viewvc?rev=577424&view=rev > Add a ref: uri

[jira] Created: (CAMEL-152) Add a ref: uri protocol to lookup existing endpoints or going to the registry as this is not easy in the java dsl (ref are mainly available from xml)

2007-09-19 Thread Guillaume Nodet (JIRA)
Add a ref: uri protocol to lookup existing endpoints or going to the registry as this is not easy in the java dsl (ref are mainly available from xml)

Re: Circular dependency

2007-09-19 Thread Hiram Chirino
oh that's no good.. I'll get that fixed. On 9/19/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > Actually, camel main pom refers to activemq 5.0-SNAPSHOT... > > On 9/19/07, Hiram Chirino <[EMAIL PROTECTED]> wrote: > > Hi Guillaume, > > > > Actually I think it's not circular because camel depends

Re: Circular dependency

2007-09-19 Thread Guillaume Nodet
Actually, camel main pom refers to activemq 5.0-SNAPSHOT... On 9/19/07, Hiram Chirino <[EMAIL PROTECTED]> wrote: > Hi Guillaume, > > Actually I think it's not circular because camel depends on a > previously released version of ActiveMQ for testing. It would be > circular if it depended on a SNAP

Re: Camel 1.2 Release anyone??

2007-09-19 Thread Hiram Chirino
Ok.. no worries.. I start working on it anyways there is always a long laundry list of things to check for the release anyways. Please ping back once your verified the integration. On 9/19/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > Just give me one day to make sure I can integrate camel in

Re: Circular dependency

2007-09-19 Thread Hiram Chirino
Hi Guillaume, Actually I think it's not circular because camel depends on a previously released version of ActiveMQ for testing. It would be circular if it depended on a SNAPSHOT. So that's why it works. It should not lead to problems in releases AFAIK. As far as the OSGi bundles.. what are th

[jira] Updated: (CAMEL-133) add support for a MessageExchangePattern enum property on Exchange and make MINA support both InOnly and InOut

2007-09-19 Thread Nicky Sandhu (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicky Sandhu updated CAMEL-133: --- Attachment: patch.txt Fixed the previous problem with this patch. It now runs fine ( I learnt that

[jira] Updated: (CAMEL-133) add support for a MessageExchangePattern enum property on Exchange and make MINA support both InOnly and InOut

2007-09-19 Thread Nicky Sandhu (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicky Sandhu updated CAMEL-133: --- Attachment: (was: patch.txt) > add support for a MessageExchangePattern enum property on Excha

Re: Camel 1.2 Release anyone??

2007-09-19 Thread Guillaume Nodet
Just give me one day to make sure I can integrate camel in servicemix 4.0 ... On 9/19/07, James Strachan <[EMAIL PROTECTED]> wrote: > On 9/19/07, Hiram Chirino <[EMAIL PROTECTED]> wrote: > > Hey folks.. > > > > It looks to me like camel has had a ton of new features and bug fixes > > since the 1.1

Re: Camel 1.2 Release anyone??

2007-09-19 Thread James Strachan
On 9/19/07, Hiram Chirino <[EMAIL PROTECTED]> wrote: > Hey folks.. > > It looks to me like camel has had a ton of new features and bug fixes > since the 1.1 release.. perhaps we should start gearing up to do a 1.2 > release... What do you guys think?? I'll start working on preparing > release cand

Camel 1.2 Release anyone??

2007-09-19 Thread Hiram Chirino
Hey folks.. It looks to me like camel has had a ton of new features and bug fixes since the 1.1 release.. perhaps we should start gearing up to do a 1.2 release... What do you guys think?? I'll start working on preparing release candidates if no one objects. -- Regards, Hiram Blog: http://hira

Re: Some Notes on Using Camel

2007-09-19 Thread Hiram Chirino
On 9/18/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > I think we should keep the seda component somehow, but change itssemantic > (and name) so that it becomes a "in memory queue", like > JMS without persistence and all. I think it still can be quite handy for > unit testing, demos, etc >

[jira] Updated: (CAMEL-133) add support for a MessageExchangePattern enum property on Exchange and make MINA support both InOnly and InOut

2007-09-19 Thread Nicky Sandhu (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicky Sandhu updated CAMEL-133: --- Attachment: patch.txt I was in need to communicate with a text based protocol socket. I am adding

CAMEL-126 question

2007-09-19 Thread Martin Krasser
Hi, has someone had a chance to review the patch of http://issues.apache.org/activemq/browse/CAMEL-126 ? I'm currently not sure if this patch fully addresses the description of this issue. What I did in this patch was to change the StreamResequencer to start a polling thread in the same wa

Re: Example of request reply

2007-09-19 Thread Guillaume Nodet
Hmm, I guess I missed the point that the CXF component was relying on the pojo component for the actual service. It makes more sense now. Is there any example / unit test showing cxf + pojo ? I did not find any and that's why I was a bit confused... On 9/19/07, Willem Jiang <[EMAIL PROTECTED]> wr

Re: Example of request reply

2007-09-19 Thread Guillaume Nodet
On 9/19/07, Willem Jiang <[EMAIL PROTECTED]> wrote: > Hi , > > I agree to keep the binding as a separate object in the pipeline. > And I suggest to add the in and out flage to the binding . > form("http://soapendpoint";).binding(soap, in).to("pojo.service") > and > from("direct").binding(soap, out)

Re: Example of request reply

2007-09-19 Thread Willem Jiang
Hi , I agree to keep the binding as a separate object in the pipeline. And I suggest to add the in and out flage to the binding . form("http://soapendpoint";).binding(soap, in).to("pojo.service") and from("direct").binding(soap, out).to("http://localhost:/cxfservice";); BTW, I don't want to mix

Re: Example of request reply

2007-09-19 Thread Willem Jiang
Hi Nodet, Please see my comments in the line: Guillaume Nodet wrote: Yeah, i'm trying to dig into it. What i'd like to do is use cxf just for soap processing. Ideally, i'd like to have: from(soap("http://localhost:8192/service";)). process(xx). to(soap("http://myhost:8080/another";)).

Re: Example of request reply

2007-09-19 Thread Guillaume Nodet
For the binding side, spring came up with oxm. See http://static.springframework.org/spring-ws/site/reference/html/oxm.html I'm not sure if we can reuse it or not, because it's only xml / pojo, but it has support for jaxb1, jaxb2, xmlbeans, jibx, xstream and castor, so it may be interesting to have

Re: Example of request reply

2007-09-19 Thread James Strachan
Sounds like a great idea! One thing I've always thought we needed was some kind of 'binding' abstraction. So you could do something like from(someFileOrHttpOrJmsUri). binding(someBinding). to(someFileOrHttpOrJmsUri); where someBinding = JAXB2, jibx, xstream, Java Serialisation, CORBA/II