<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-23836</id>
	<title>Nabble - ServiceMix - Commits</title>
	<updated>2008-09-17T01:39:01Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/ServiceMix---Commits-f23836.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ServiceMix---Commits-f23836.html" />
	<subtitle type="html">&lt;a href=&quot;http://incubator.apache.org/servicemix/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Apache ServiceMix&lt;/a&gt;&amp;nbsp;is an Open Source ESB (Enterprise Service Bus) that combines the functionality of a Service Oriented Architecture (SOA) and an Event Driven Arthitecture (EDA) &amp;nbsp;to create an agile, enterprise ESB.
&lt;br&gt;&lt;br&gt;Apache ServiceMix is an open source distributed ESB built from the ground up on the &amp;nbsp;Java Business Integration (JBI) specification JSR 208 and released under the Apache license. The goal of JBI is to allow components and services to be integrated in a vendor independent way, allowing users and vendors to plug and play.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-19527632</id>
	<title>forwardToService in Servicemix 3.2.2</title>
	<published>2008-09-17T01:39:01Z</published>
	<updated>2008-09-17T01:39:01Z</updated>
	<author>
		<name>Doremi</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;in the Servicemix 3.0-M2 was used org.apache.servicemix.components.drools.JbiHelper class and forwardToService method.
&lt;br&gt;&lt;br&gt;in the Servicemix 3.2.2 (with drools 4.0.7) is used org.apache.servicemix.drools.model.JbiHelper class and
&lt;br&gt;there is only route method.
&lt;br&gt;&lt;br&gt;does route substitutes forwardToService?
&lt;br&gt;if not, how should be forwardToService be implemented in the Servicemix 3.2.2?
&lt;br&gt;&lt;br&gt;thanks in advance!</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/forwardToService-in-Servicemix-3.2.2-tp19527632p19527632.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15532287</id>
	<title>Issue/Bug with Servicemix-web 3.2.1 (WAR)</title>
	<published>2008-02-17T10:59:49Z</published>
	<updated>2008-02-17T10:59:49Z</updated>
	<author>
		<name>puneetjain</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am trying to integrate servicemix with Geronimo.
&lt;br&gt;I have written the http-uploader sample application given in the tutorial of servicemix at below location
&lt;br&gt;&lt;a href=&quot;http://servicemix.apache.org/7-intermediate-writing-a-http-upload-application.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/7-intermediate-writing-a-http-upload-application.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;It runs fine with standalone servicemix. But when, I tried to run this application with servicemix running in Geronimo, it’s not working properly. When we tried the same on the Servicemix, it shows file save dialog box. The same is not working, when tried on Geronimo.
&lt;br&gt;&lt;br&gt;Note: No exception is coming
&lt;br&gt;&lt;br&gt;I have put the logging statements in the HttpMarshler and HttpHandler Bean classes and run it. I have observed that the createMessage() method of HttpMarshler is getting called. onMessageExchange() method of HttpHandler is also called. But the sendOut method of HttpMarshler is not getting called.
&lt;br&gt;&lt;br&gt;The example is using the http:consumer element in xbean.xml file:
&lt;br&gt;&amp;lt;http:consumer &amp;nbsp; service=&amp;quot;ex:httplistener&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;endpoint=&amp;quot;listenerEndpoint&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;locationURI=&amp;quot;&lt;a href=&quot;http://0.0.0.0:8192/upload/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://0.0.0.0:8192/upload/&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;defaultMep=&amp;quot;&lt;a href=&quot;http://www.w3.org/2004/08/wsdl/in-out&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2004/08/wsdl/in-out&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;targetService=&amp;quot;ex:httphandler&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;marshaler=&amp;quot;#marshaler&amp;quot; /&amp;gt;
&lt;br&gt;And This element is existing in ServiceMix version 3.2 and above only (As mentioned in the tutorial).
&lt;br&gt;&lt;br&gt;Since this element is new in servicemix, the handling of this element is having some issue when it is used with apache servicemix-web (WAR) in Geronimo. 
&lt;br&gt;&lt;br&gt;Environment:
&lt;br&gt;=========
&lt;br&gt;Operating System – Windows XP SP2
&lt;br&gt;Servicemix 3.2.1
&lt;br&gt;Geronimo with tomcat version 2.0.2
&lt;br&gt;Java 1.5
&lt;br&gt;&lt;br&gt;Steps Performed:
&lt;br&gt;============
&lt;br&gt;&lt;br&gt;1.	Downloaded the “apache-servicemix-web-3.2.1.zip” file from below location and deployed it on Geronimo.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://servicemix.apache.org/download.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/download.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;2.	Installed servicemix-shared library using the apache servicemix-web interface’s Shared Libraries Menu.
&lt;br&gt;3.	Installed and started servicemix-http and servicemix-bean component using the servicemix-web interface’s Components menu.
&lt;br&gt;4.	Deployed and started the http-uploader-sa service assembly using the same interface’s Service assemblies menu.
&lt;br&gt;5.	Verified that the service is deployed using below url:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://localhost:8080/apache-servicemix-web-3.2.1.zip/jbi/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/apache-servicemix-web-3.2.1.zip/jbi/&lt;/a&gt;&lt;br&gt;&lt;br&gt;6.	I have written a client as per instruction given in the tutorial and change the &amp;nbsp;“action” in the HTML form tag &amp;nbsp;with the following URL:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://localhost:8080/apache-servicemix-web-3.2.1.zip/jbi/upload&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/apache-servicemix-web-3.2.1.zip/jbi/upload&lt;/a&gt;&amp;nbsp;
&lt;br&gt;7.	When, I tried to access the application, nothing got displayed on the browser. i.e. &amp;nbsp;no response comes back.
&lt;br&gt;&lt;br&gt;Exception:
&lt;br&gt;======
&lt;br&gt;There is no Exception comes in any log.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Please help me in resolving this problem. I am stuck with this problem from long time and have sent so many mails, but have not got any pointers to solve to this problem.
&lt;br&gt;&lt;br&gt;Looking forward for your reply at the earliest..!
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Puneet
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Issue-Bug-with-Servicemix-web-3.2.1-%28WAR%29-tp15532287p15532287.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15493301</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 300 has FAILED</title>
	<published>2008-02-14T17:30:10Z</published>
	<updated>2008-02-14T17:30:10Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-300&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-300&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-300-has-FAILED-tp15493301p15493301.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15475475</id>
	<title>[Bamboo] Apache ServiceMix - 3.2 Branch build 9 was SUCCESSFUL (with 682 tests). Change made by ffang</title>
	<published>2008-02-13T23:38:26Z</published>
	<updated>2008-02-13T23:38:26Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">The project Apache ServiceMix - 3.2 Branch has the following 1 change by 1 author:
&lt;br&gt;&lt;br&gt;*ffang* made the following changes at 04:26 AM, 14 February 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;[SM-1225]xf bc provider should support exchange without specifing the operationName if portType only have one operation
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/CxfBcProvider.java (627660)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;All 682 tests passed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-32BRANCH-9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-32BRANCH-9&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---3.2-Branch-build-9-was-SUCCESSFUL-%28with-682-tests%29.-Change-made-by-ffang-tp15475475p15475475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15471174</id>
	<title>[Bamboo] Apache ServiceMix - 3.2 Branch build 8 has FAILED (0 tests failed)</title>
	<published>2008-02-13T16:06:31Z</published>
	<updated>2008-02-13T16:06:31Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - 3.2 Branch build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;All 6 tests passed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-32BRANCH-8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-32BRANCH-8&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---3.2-Branch-build-8-has-FAILED-%280-tests-failed%29-tp15471174p15471174.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15465425</id>
	<title>[Bamboo] Apache ServiceMix - 3.2 branch build 7 has FAILED (43 tests failed, no failures were new). Change made by 5 authors</title>
	<published>2008-02-13T10:56:23Z</published>
	<updated>2008-02-13T10:56:23Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">The project Apache ServiceMix - 3.2 branch has the following 20 changes by 5 authors:
&lt;br&gt;&lt;br&gt;*Bruce Snyder* made the following changes at 11:01 PM, 04 February 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1130 - FtpPoller should offer configurable targetOperation.
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-ftp/src/main/java/org/apache/servicemix/ftp/FtpPollerEndpoint.java (618485)
&lt;br&gt;*Chris Custine* made the following changes at 07:31 PM, 31 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1197 Archetype itests failing
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-archetypes-itests/pom.xml (617196)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-archetypes-itests/src/test/java/org/apache/servicemix/tooling/AbstractArchetypeTest.java (617196)
&lt;br&gt;*Chris Custine* made the following changes at 06:50 PM, 31 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1214 Sitemesh TLD contains illegal short-name in web-console
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/web/servicemix-web-console/src/main/webapp/WEB-INF/sitemesh-page.tld (617187)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/web/servicemix-web-console/src/main/webapp/WEB-INF/sitemesh-decorator.tld (617187)
&lt;br&gt;*Bruce Snyder* made the following changes at 07:00 AM, 31 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1201 - Move mock classes from servicemix-soap2 subproject to a better location.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/src/test/java/org/apache/servicemix/soap/interceptors/jbi/MockNormalizedMessage.java (617023)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/core/servicemix-core/src/main/java/org/apache/servicemix/tck/mock/MockExchangeFactory.java (617023)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/src/test/java/org/apache/servicemix/soap/interceptors/jbi/MockExchangeFactory.java (617023)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/core/servicemix-core/src/main/java/org/apache/servicemix/tck/mock (617023)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/src/test/java/org/apache/servicemix/soap/HelloWorldSoapTest.java (617023)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/core/servicemix-core/src/main/java/org/apache/servicemix/tck/mock/MockMessageExchange.java (617023)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/src/test/java/org/apache/servicemix/soap/interceptors/jbi/MockMessageExchange.java (617023)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/src/test/java/org/apache/servicemix/soap/interceptors/jbi/JbiInInterceptorTest.java (617023)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/src/test/java/org/apache/servicemix/soap/PersonHttpTest.java (617023)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/core/servicemix-core/src/main/java/org/apache/servicemix/tck/mock/MockNormalizedMessage.java (617023)
&lt;/div&gt;*ffang* made the following changes at 05:16 AM, 25 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;[SM-1210] provide locationURI attribute for cxfbc:consumer endpoint so that customer can specify the address which will override the one in wsdl
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/CxfBcConsumer.java (615111)
&lt;br&gt;*Bruce Snyder* made the following changes at 09:14 PM, 24 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1209 - JmsConsumerEndpoint doesn't shut down the Spring AbstractMessageListenerContainer properly.
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-jms/src/main/java/org/apache/servicemix/jms/endpoints/JmsConsumerEndpoint.java (614996)
&lt;br&gt;*Bruce Snyder* made the following changes at 02:24 AM, 22 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1198 - servicemix-jms unit tests are hanging.
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-jms/src/test/java/org/apache/servicemix/jms/AbstractJmsTestSupport.java (614098)
&lt;br&gt;*ffang* made the following changes at 07:32 AM, 13 February 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;[SM-1220] apply patch provided by &amp;nbsp;Ismael Morales
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/CxfBcConsumer.java (627294)
&lt;br&gt;*gertv* made the following changes at 04:40 PM, 12 February 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1191: Couldn't deploy &amp;gt;1 separate servicemix-camel service-units
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-camel/src/test/java/org/apache/servicemix/camel/NonJbiCamelEndpointsIntegrationTest.java (620856)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-camel/src/main/java/org/apache/servicemix/camel/CamelSpringDeployer.java (620856)
&lt;br&gt;*gertv* made the following changes at 10:09 AM, 07 February 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1218 : ServiceMix logging refers to the incubator website
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java (619344)
&lt;br&gt;*gertv* made the following changes at 09:40 AM, 07 February 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1184 - Data loss due to random exceptions in a saxon service unit
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/XsltEndpoint.java (619328)
&lt;br&gt;*gertv* made the following changes at 09:37 AM, 07 February 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;Fix for a few CheckStyle errors
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/core/servicemix-core/src/test/java/org/apache/servicemix/jbi/installation/HotDeployTest.java (619325)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/AutoDeploymentService.java (619325)
&lt;br&gt;*Chris Custine* made the following changes at 06:06 PM, 06 February 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1216 NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml (619087)
&lt;br&gt;*Chris Custine* made the following changes at 06:02 AM, 06 February 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-607 Files dropped into the install directory sometimes result in a &amp;quot;file in use by another process&amp;quot; error 
&lt;br&gt;SM-1217 Deployment fails with ZipException
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/core/servicemix-core/src/test/java/org/apache/servicemix/jbi/installation/HotDeployTest.java (618904)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/AutoDeploymentService.java (618904)
&lt;br&gt;*Bruce Snyder* made the following changes at 12:50 AM, 17 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1170 - Geronimo deployer and plugin build failures
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/platforms/geronimo/pom.xml (612662)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/platforms/geronimo/deployer/pom.xml (612662)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/platforms/geronimo/servicemix/pom.xml (612662)
&lt;br&gt;*Bruce Snyder* made the following changes at 07:56 PM, 20 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1199 - Current release of ServiceMix 3.2.1 (as per 2008/01/20) still required MyBootstrap class for a ServiceEngine.
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml (613664)
&lt;br&gt;*Guillaume Nodet* made the following changes at 04:21 PM, 21 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1200: Problems using document('') inside xslt, depending on the source type
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/src/test/java/org/apache/servicemix/saxon/SaxonComponentTest.java (613922)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/src/test/resources/doc-call.xsl (613922)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/src/test/resources/codes.xml (613922)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/XsltEndpoint.java (613922)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/src/test/resources/request.xml (613922)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/SaxonEndpoint.java (613922)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/src/test/resources/spring.xml (613922)
&lt;br&gt;*Guillaume Nodet* made the following changes at 05:13 PM, 21 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1200: Fix minor problems
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/src/test/java/org/apache/servicemix/saxon/SaxonComponentTest.java (613938)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/XsltEndpoint.java (613938)
&lt;br&gt;*Bruce Snyder* made the following changes at 02:05 AM, 22 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1196 - XmlSchema version upgrade required for CXF components.
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml (614093)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-cxf-se/pom.xml (614093)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/pom.xml (614093)
&lt;br&gt;*Bruce Snyder* made the following changes at 02:10 AM, 22 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1157 - maven-jbi-plugin creates wrong classpath entries in jbi.xml for SE.
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/tooling/jbi-maven-plugin/src/main/java/org/apache/servicemix/maven/plugin/jbi/GenerateComponentDescriptorMojo.java (614094)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;The build has 43 failed tests and 328 successful tests.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-32BRANCH-7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-32BRANCH-7&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---3.2-branch-build-7-has-FAILED-%2843-tests-failed%2C-no-failures-were-new%29.-Change-made-by-5-authors-tp15465425p15465425.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15447392</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 299 has FAILED</title>
	<published>2008-02-12T17:33:07Z</published>
	<updated>2008-02-12T17:33:07Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-299&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-299&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-299-has-FAILED-tp15447392p15447392.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15425270</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 298 has FAILED</title>
	<published>2008-02-11T18:21:55Z</published>
	<updated>2008-02-11T18:21:55Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-298&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-298&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-298-has-FAILED-tp15425270p15425270.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15405311</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 297 has FAILED</title>
	<published>2008-02-10T20:12:12Z</published>
	<updated>2008-02-10T20:12:12Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-297&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-297&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-297-has-FAILED-tp15405311p15405311.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15392248</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 296 has FAILED</title>
	<published>2008-02-09T17:20:51Z</published>
	<updated>2008-02-09T17:20:51Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-296&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-296&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-296-has-FAILED-tp15392248p15392248.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15347748</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 295 has FAILED</title>
	<published>2008-02-07T17:34:17Z</published>
	<updated>2008-02-07T17:34:17Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-295&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-295&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-295-has-FAILED-tp15347748p15347748.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15304269</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 294 has FAILED</title>
	<published>2008-02-05T18:32:13Z</published>
	<updated>2008-02-05T18:32:13Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-294&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-294&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-294-has-FAILED-tp15304269p15304269.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15281729</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 293 has FAILED</title>
	<published>2008-02-04T17:23:11Z</published>
	<updated>2008-02-04T17:23:11Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-293&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-293&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-293-has-FAILED-tp15281729p15281729.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15223371</id>
	<title>Problem in running a sample code</title>
	<published>2008-02-01T01:56:34Z</published>
	<updated>2008-02-01T01:56:34Z</updated>
	<author>
		<name>puneetjain</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I am new with service mix. Problem details is as follow:
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Target:
&lt;br&gt;&lt;br&gt;===== 
&lt;br&gt;&lt;br&gt;Send a string as an input to servicemix by http consumer su, 
&lt;br&gt;&lt;br&gt;Route it to eip su component using static routing slip pattern. 
&lt;br&gt;&lt;br&gt;Get the message printed using EchoComponent. 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Environment:
&lt;br&gt;&lt;br&gt;=========
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Windows xp
&lt;br&gt;&lt;br&gt;Servicemix 3.2.1
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Step Performed:
&lt;br&gt;&lt;br&gt;===========
&lt;br&gt;&lt;br&gt;I have created http component SU and configured the xbean as: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;lt;beans xmlns:http=&amp;quot;&lt;a href=&quot;http://servicemix.apache.org/http/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/http/1.0&lt;/a&gt;&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:b=&amp;quot;&lt;a href=&quot;http://servicemix.apache.org/samples/myexample&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/samples/myexample&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;http:endpoint service=&amp;quot;b:http&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;endpoint=&amp;quot;endpoint&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;targetService=&amp;quot;b:routingSlip&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;role=&amp;quot;consumer&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;locationURI=&amp;quot;&lt;a href=&quot;http://localhost:8192/test/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8192/test/&lt;/a&gt;&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;defaultMep=&amp;quot;&lt;a href=&quot;http://www.w3.org/2004/08/wsdl/in-out&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2004/08/wsdl/in-out&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/beans&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I have created eip component SU and configured the xbean as: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;lt;beans xmlns:eip=&amp;quot;&lt;a href=&quot;http://servicemix.apache.org/eip/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/eip/1.0&lt;/a&gt;&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:b=&amp;quot;&lt;a href=&quot;http://servicemix.apache.org/samples/myexample&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/samples/myexample&lt;/a&gt;&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:sm=&amp;quot;&lt;a href=&quot;http://servicemix.apache.org/config/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/config/1.0&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;eip:static-routing-slip service=&amp;quot;b:routingSlip&amp;quot; endpoint=&amp;quot;endpoint&amp;quot; &amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;eip:targets&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;eip:exchange-target service=&amp;quot;b:echo&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;eip:exchange-target service=&amp;quot;b:echo&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/eip:targets&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/eip:static-routing-slip&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;sm:activationSpec id=&amp;quot;echo&amp;quot; service=&amp;quot;b:echo&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sm:component&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;bean class=&amp;quot;org.apache.servicemix.components.util.EchoComponent&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/sm:component&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/sm:activationSpec&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/beans&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I have created a service assembly and build it using mvn (mvn clear install). 
&lt;br&gt;I placed the jar file in servicemix’s hot deploy folder and can see my service available at &lt;a href=&quot;http://localhost:8192&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8192&lt;/a&gt;&amp;nbsp;link. 
&lt;br&gt;I have created an Html page as client and call the service &lt;a href=&quot;http://localhost:8080/test/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/test/&lt;/a&gt;&amp;nbsp;and pass the string. 
&lt;br&gt;My message is routing from http component to eip component but there is some exception while calling the EchoComponent. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Exception details are:
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;WARN &amp;nbsp;- jetty &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- /test/
&lt;br&gt;&lt;br&gt;java.lang.Exception: javax.jbi.messaging.MessagingException: Could not find route for exchange: InOut[
&lt;br&gt;&lt;br&gt;&amp;nbsp; id: ID:10.105.115.61-117d38ad9a4-7:0
&lt;br&gt;&lt;br&gt;&amp;nbsp; status: Active
&lt;br&gt;&lt;br&gt;&amp;nbsp; role: provider
&lt;br&gt;&lt;br&gt;&amp;nbsp; service: {&lt;a href=&quot;http://servicemix.apache.org/samples/myexample&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/samples/myexample&lt;/a&gt;}echo
&lt;br&gt;&lt;br&gt;&amp;nbsp; in: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&amp;lt;e:Envelope xmlns:e=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;e:Body&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ping&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pingRequest&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;message xmlns=&amp;quot;&lt;a href=&quot;http://endpoint&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://endpoint&lt;/a&gt;&amp;quot;&amp;gt;test message&amp;lt;/message&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/pingRequest&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/ping&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/e:Body&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/e:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;] for service: {&lt;a href=&quot;http://servicemix.apache.org/samples/myexample&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/samples/myexample&lt;/a&gt;}echo and interface: null
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.processors.ConsumerProcessor.process(ConsumerProcessor.java:194)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.HttpBridgeServlet.doPost(HttpBridgeServlet.java:71)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.Server.handle(Server.java:313)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:375)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.nio.SelectChannelConnector$RetryContinuation.run(SelectChannelConnector.java:511)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
&lt;br&gt;&lt;br&gt;Caused by: javax.jbi.messaging.MessagingException: Could not find route for exchange: InOut[
&lt;br&gt;&lt;br&gt;&amp;nbsp; id: ID:10.105.115.61-117d38ad9a4-7:0
&lt;br&gt;&lt;br&gt;&amp;nbsp; status: Active
&lt;br&gt;&lt;br&gt;&amp;nbsp; role: provider
&lt;br&gt;&lt;br&gt;&amp;nbsp; service: {&lt;a href=&quot;http://servicemix.apache.org/samples/myexample&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/samples/myexample&lt;/a&gt;}echo
&lt;br&gt;&lt;br&gt;&amp;nbsp; in: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&amp;lt;e:Envelope xmlns:e=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;e:Body&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ping&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pingRequest&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;message xmlns=&amp;quot;&lt;a href=&quot;http://endpoint&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://endpoint&lt;/a&gt;&amp;quot;&amp;gt;test message&amp;lt;/message&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/pingRequest&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/ping&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/e:Body&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/e:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;] for service: {&lt;a href=&quot;http://servicemix.apache.org/samples/myexample&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/samples/myexample&lt;/a&gt;}echo and interface: null
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.nmr.DefaultBroker.sendExchangePacket(DefaultBroker.java:297)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.security.SecuredBroker.sendExchangePacket(SecuredBroker.java:81)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.container.JBIContainer.sendExchange(JBIContainer.java:830)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.doSend(DeliveryChannelImpl.java:395)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.send(DeliveryChannelImpl.java:431)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:79)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.endpoints.SimpleEndpoint.send(SimpleEndpoint.java:67)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.eip.patterns.StaticRoutingSlip.processProviderAsync(StaticRoutingSlip.java:174)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.eip.patterns.StaticRoutingSlip.processAsync(StaticRoutingSlip.java:141)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.eip.EIPEndpoint.process(EIPEndpoint.java:161)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:595)
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Please help me to resolve my problem
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Puneet
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-in-running-a-sample-code-tp15223371p15223371.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15218764</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 292 has FAILED</title>
	<published>2008-01-31T17:19:01Z</published>
	<updated>2008-01-31T17:19:01Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-292&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-292&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-292-has-FAILED-tp15218764p15218764.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15196413</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 291 has FAILED</title>
	<published>2008-01-30T17:30:59Z</published>
	<updated>2008-01-30T17:30:59Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-291&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-291&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-291-has-FAILED-tp15196413p15196413.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15173645</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 290 has FAILED</title>
	<published>2008-01-29T17:18:08Z</published>
	<updated>2008-01-29T17:18:08Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-290&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-290&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-290-has-FAILED-tp15173645p15173645.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15150112</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 289 has FAILED</title>
	<published>2008-01-28T17:17:13Z</published>
	<updated>2008-01-28T17:17:13Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-289&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-289&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-289-has-FAILED-tp15150112p15150112.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15126659</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 288 has FAILED</title>
	<published>2008-01-27T17:18:02Z</published>
	<updated>2008-01-27T17:18:02Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-288&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-288&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-288-has-FAILED-tp15126659p15126659.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15114938</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 287 has FAILED</title>
	<published>2008-01-26T17:17:23Z</published>
	<updated>2008-01-26T17:17:23Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-287&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-287&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-287-has-FAILED-tp15114938p15114938.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15100821</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 286 has FAILED</title>
	<published>2008-01-25T18:06:29Z</published>
	<updated>2008-01-25T18:06:29Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-286&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-286&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-286-has-FAILED-tp15100821p15100821.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15079168</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 285 has FAILED</title>
	<published>2008-01-24T17:17:40Z</published>
	<updated>2008-01-24T17:17:40Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-285&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-285&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-285-has-FAILED-tp15079168p15079168.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15056855</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 284 has FAILED</title>
	<published>2008-01-23T17:17:39Z</published>
	<updated>2008-01-23T17:17:39Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-284&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-284&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-284-has-FAILED-tp15056855p15056855.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15032928</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 283 has FAILED</title>
	<published>2008-01-22T17:18:01Z</published>
	<updated>2008-01-22T17:18:01Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-283&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-283&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-283-has-FAILED-tp15032928p15032928.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14989886</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 282 has FAILED</title>
	<published>2008-01-20T17:55:09Z</published>
	<updated>2008-01-20T17:55:09Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-282&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-282&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-282-has-FAILED-tp14989886p14989886.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14977393</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 281 has FAILED</title>
	<published>2008-01-19T17:18:30Z</published>
	<updated>2008-01-19T17:18:30Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-281&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-281&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-281-has-FAILED-tp14977393p14977393.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14965814</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 280 has FAILED. Change made by Bruce Snyder</title>
	<published>2008-01-18T17:20:33Z</published>
	<updated>2008-01-18T17:20:33Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">The project Apache ServiceMix - Nightly has the following 1 change by 1 author:
&lt;br&gt;&lt;br&gt;*Bruce Snyder* made the following changes at 07:15 PM, 18 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1112 - Add a way to access the Delivery Channel inside the ScriptExchangeHelper to create new Message Exchanges etc.
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/trunk/deployables/serviceengines/servicemix-script/src/main/java/org/apache/servicemix/script/ScriptExchangeHelper.java (613229)
&lt;br&gt;&amp;gt; /servicemix/smx3/trunk/deployables/serviceengines/servicemix-script/src/main/java/org/apache/servicemix/script/ScriptExchangeProcessorEndpoint.java (613229)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-280&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-280&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-280-has-FAILED.-Change-made-by-Bruce-Snyder-tp14965814p14965814.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14942812</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 279 has FAILED. Change made by Bruce Snyder</title>
	<published>2008-01-17T17:18:47Z</published>
	<updated>2008-01-17T17:18:47Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">The project Apache ServiceMix - Nightly has the following 1 change by 1 author:
&lt;br&gt;&lt;br&gt;*Bruce Snyder* made the following changes at 09:33 PM, 16 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1170 - Geronimo deployer and plugin build failures
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml (612572)
&lt;br&gt;&amp;gt; /servicemix/smx3/trunk/platforms/geronimo/pom.xml (612572)
&lt;br&gt;&amp;gt; /servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml (612572)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-279&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-279&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-279-has-FAILED.-Change-made-by-Bruce-Snyder-tp14942812p14942812.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14858460</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 278 has FAILED</title>
	<published>2008-01-15T17:18:02Z</published>
	<updated>2008-01-15T17:18:02Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-278&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-278&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-278-has-FAILED-tp14858460p14858460.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14824035</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 277 has FAILED</title>
	<published>2008-01-14T17:19:19Z</published>
	<updated>2008-01-14T17:19:19Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-277&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-277&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-277-has-FAILED-tp14824035p14824035.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14793754</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 276 has FAILED</title>
	<published>2008-01-13T17:17:15Z</published>
	<updated>2008-01-13T17:17:15Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-276&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-276&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-276-has-FAILED-tp14793754p14793754.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14781145</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 275 has FAILED. Change made by kkoehler</title>
	<published>2008-01-12T17:20:30Z</published>
	<updated>2008-01-12T17:20:30Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">The project Apache ServiceMix - Nightly has the following 1 change by 1 author:
&lt;br&gt;&lt;br&gt;*kkoehler* made the following changes at 01:03 PM, 12 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;the old commit was wrong. ;-) with this commit version 5.0.0 from activemq is used (and found)
&lt;br&gt;finally sitched activemq from 5.0-SNAPSHOT which wasn't found to release version 5.0.0
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml (611409)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-275&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-275&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-275-has-FAILED.-Change-made-by-kkoehler-tp14781145p14781145.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14768595</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 274 has FAILED</title>
	<published>2008-01-11T17:17:13Z</published>
	<updated>2008-01-11T17:17:13Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">This is an initial or manual build of the Apache ServiceMix - Nightly build.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-274&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-274&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-274-has-FAILED-tp14768595p14768595.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14747889</id>
	<title>[Bamboo] Apache ServiceMix - Nightly build 273 has FAILED. Change made by ffang, kkoehler and Bruce Snyder</title>
	<published>2008-01-10T17:20:14Z</published>
	<updated>2008-01-10T17:20:14Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">The project Apache ServiceMix - Nightly has the following 3 changes by 3 authors:
&lt;br&gt;&lt;br&gt;*ffang* made the following changes at 03:43 AM, 10 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;[SM-1193]Cxf Se endpoint should support the interfaceName is null in the incoming exchange
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/trunk/deployables/serviceengines/servicemix-cxf-se/src/test/java/org/apache/servicemix/cxfse/CxfSeSpringTest.java (610661)
&lt;br&gt;&amp;gt; /servicemix/smx3/trunk/deployables/serviceengines/servicemix-cxf-se/src/main/java/org/apache/servicemix/cxfse/CxfSeEndpoint.java (610661)
&lt;br&gt;*kkoehler* made the following changes at 10:05 AM, 10 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;changed activemq version from 5.0-SNAPSHOT to ${activemqVersion} which is currently 5.0
&lt;br&gt;(The 5.0-SNAPSHOT couldn't be found)
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml (610734)
&lt;br&gt;*Bruce Snyder* made the following changes at 08:46 PM, 10 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;SM-1058 - Allow the File Binding Component to work in append mode.
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/trunk/deployables/bindingcomponents/servicemix-file/src/main/java/org/apache/servicemix/file/FileSenderEndpoint.java (610925)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;No tests were executed.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-273&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-NIGHT-273&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---Nightly-build-273-has-FAILED.-Change-made-by-ffang%2C-kkoehler-and-Bruce-Snyder-tp14747889p14747889.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14727979</id>
	<title>[Bamboo] Apache ServiceMix - 3.2 branch build 6 has FAILED (43 tests failed, no failures were new). Change made by ffang</title>
	<published>2008-01-09T21:29:29Z</published>
	<updated>2008-01-09T21:29:29Z</updated>
	<author>
		<name>Bamboo-3</name>
	</author>
	<content type="html">The project Apache ServiceMix - 3.2 branch has the following 1 change by 1 author:
&lt;br&gt;&lt;br&gt;*ffang* made the following changes at 03:58 AM, 10 January 2008
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;[SM-1193]Cxf Se endpoint should support the interfaceName is null in the incoming exchange
&lt;br&gt;&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-cxf-se/src/test/java/org/apache/servicemix/cxfse/CxfSeSpringTest.java (610663)
&lt;br&gt;&amp;gt; /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-cxf-se/src/main/java/org/apache/servicemix/cxfse/CxfSeEndpoint.java (610663)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;The build has 43 failed tests and 328 successful tests.
&lt;br&gt;&lt;br&gt;Click &lt;a href=&quot;http://bamboo.logicblaze.com:8085/browse/SMX-32BRANCH-6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bamboo.logicblaze.com:8085/browse/SMX-32BRANCH-6&lt;/a&gt;&amp;nbsp;to find out more.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bamboo
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bamboo--Apache-ServiceMix---3.2-branch-build-6-has-FAILED-%2843-tests-failed%2C-no-failures-were-new%29.-Change-made-by-ffang-tp14727979p14727979.html" />
</entry>

</feed>
