Re: svn commit: r552774 - in /incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms: ./ src/test/java/org/apache/servicemix/jms/ src/test/resources/org/apache/servicemix/jms/

2007-07-04 Thread Adrian Co
Sorry, about this. I think I've figured out whats wrong. The maven-surefire plugin by default includes test cases in the following format: |**/Test*.java **/*Test.java **/*TestCase.java if no includes is specified. This matches the abstract class I've created which I think causes the exception

[jira] Commented: (SM-993) StaxSource + FragmentStreamReader interference with TRaX

2007-07-04 Thread Renaud Bruyeron (JIRA)
[ https://issues.apache.org/activemq/browse/SM-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39606 ] Renaud Bruyeron commented on SM-993: After applying the patch: {code} $ cd core/servicemix-core $ mvn -Dtest=Fragme

[jira] Created: (SM-993) StaxSource + FragmentStreamReader interference with TRaX

2007-07-04 Thread Renaud Bruyeron (JIRA)
StaxSource + FragmentStreamReader interference with TRaX Key: SM-993 URL: https://issues.apache.org/activemq/browse/SM-993 Project: ServiceMix Issue Type: Bug Components: ser

[jira] Resolved: (SM-966) Consumer Endpoint sets service/interface/uri on the message exchange while it has been already set earlier

2007-07-04 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SM-966. Resolution: Fixed Fix Version/s: 3.2 Assignee: Guillaume Nodet URL: http://svn.apac

Re: Issue SM-966

2007-07-04 Thread Piotr Bzdyl
Thanks! Piotr On 7/4/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: Ok, I was suspecting something like that. I will commit a slightly modified patch to deal with the interface name too. On 7/4/07, Piotr Bzdyl <[EMAIL PROTECTED]> wrote: > My custom JmsConsumerMarshaler determines a destination

Re: Issue SM-966

2007-07-04 Thread Guillaume Nodet
Ok, I was suspecting something like that. I will commit a slightly modified patch to deal with the interface name too. On 7/4/07, Piotr Bzdyl <[EMAIL PROTECTED]> wrote: My custom JmsConsumerMarshaler determines a destination interface (it might be also a target service) using request content. Cu

Re: Issue SM-966

2007-07-04 Thread Piotr Bzdyl
My custom JmsConsumerMarshaler determines a destination interface (it might be also a target service) using request content. Current implementation of JmsConsumerEndpoint overrides this information with constant targetService or targetInterface value :( Piotr On 7/4/07, Guillaume Nodet <[EMAIL P

Re: org.apache.servicemix.eip.support.ExchangeTarget

2007-07-04 Thread Guillaume Nodet
I agree that it would be a good idea. However, it's not easy to do, because if we move it to servicemix-common, you won' t be able to use the xml syntax . Unless someone find a better way to handle that, I would recommend to just copy it in servicemix-ftp. On 7/4/07, [EMAIL PROTECTED] <[EMAIL PRO

[ANNOUNCE] Apache Incubator ServiceMix 3.1.1 released !

2007-07-04 Thread Guillaume Nodet
The Apache Incubator ServiceMix team is proud to announce the availability of the 3.1.1 release! Apache Incubator ServiceMix is an open source distributed Enterprise Service Bus (ESB) and SOA toolkit built from the ground up on the semantics and APIs of the Java Business Integration (JBI) specifi

org.apache.servicemix.eip.support.ExchangeTarget

2007-07-04 Thread rabi.mishra
Hi, While implementing a new ProviderEndpoint (FTPReceiver) I required a way to set the target for the service and found out that "org.apache.servicemix.eip.support.ExchangeTarget" can be used easily to set the target service/endpoint/interface. I think this class can be moved to servicemix-com

[RESULT] [VOTE] Release ServiceMix 3.0-incubating

2007-07-04 Thread Guillaume Nodet
The vote passes with 12 +1s and no other votes. 3 +1 from IPMC members: jstrachan, dims, robert +1 from ServiceMix community: Gert Vanthienen, Guillaume Nodet, Thomas Termin, Matt Hogstrom, Daniel Kulp, Jevgeni Holodkov, Philips Dodds, Bruce Snyder, Rob Davies I will move the repo to its fina

Re: svn commit: r552774 - in /incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms: ./ src/test/java/org/apache/servicemix/jms/ src/test/resources/org/apache/servicemix/jms/

2007-07-04 Thread Adrian Co
Yeah I thought of refactoring it, to make it easier to configure the smx container, because it was creating some directories outside the target dir. Though I can't figure out why this error occurred. I don't see this in my build. :( Bruce Snyder wrote: On 7/3/07, Guillaume Nodet <[EMAIL PROT