<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12051</id>
	<title>Nabble - ServiceMix - Dev</title>
	<updated>2009-12-24T00:34:37Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/ServiceMix---Dev-f12051.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ServiceMix---Dev-f12051.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-26911527</id>
	<title>svn commit: r893707 - in /servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap: LdapComponent.java LdapEndpoint.java LdapPollerEndpoint.java LdapSenderEndpoint.java</title>
	<published>2009-12-24T00:34:37Z</published>
	<updated>2009-12-24T00:34:37Z</updated>
	<author>
		<name>jbonofre</name>
	</author>
	<content type="html">Author: jbonofre
&lt;br&gt;Date: Thu Dec 24 08:34:36 2009
&lt;br&gt;New Revision: 893707
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=893707&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=893707&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;Prepare the LDAP component for the new feature: poller endpoint and generic listener endpoint with multi operations support and both with WSDL support.
&lt;br&gt;&lt;br&gt;Added:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpoint.java
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - copied, changed from r893624, servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java
&lt;br&gt;Removed:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java
&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java
&lt;br&gt;&lt;br&gt;Modified: servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java?rev=893707&amp;r1=893706&amp;r2=893707&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java?rev=893707&amp;r1=893706&amp;r2=893707&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java (original)
&lt;br&gt;+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java Thu Dec 24 08:34:36 2009
&lt;br&gt;@@ -48,7 +48,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;protected Class[] getEndpointsClasses() {
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return new Class[] {LdapPollerEndpoint.class, LdapSenderEndpoint.class};
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return new Class[] {LdapPollerEndpoint.class, LdapEndpoint.class};
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&lt;br&gt;Copied: servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpoint.java (from r893624, servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java)
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpoint.java?p2=servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpoint.java&amp;p1=servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java&amp;r1=893624&amp;r2=893707&amp;rev=893707&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpoint.java?p2=servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpoint.java&amp;p1=servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java&amp;r1=893624&amp;r2=893707&amp;rev=893707&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java (original)
&lt;br&gt;+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpoint.java Thu Dec 24 08:34:36 2009
&lt;br&gt;@@ -20,16 +20,20 @@
&lt;br&gt;&amp;nbsp;import org.apache.commons.logging.LogFactory;
&lt;br&gt;&amp;nbsp;import org.apache.servicemix.common.endpoints.ProviderEndpoint;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-public class LdapSenderEndpoint extends ProviderEndpoint implements LdapEndpointType {
&lt;br&gt;+/**
&lt;br&gt;+ * &amp;lt;p&amp;gt;
&lt;br&gt;+ * This generic endpoint is a listener which is waiting for incoming normalized message
&lt;br&gt;+ * and perform the action on the LDAP directory (depending of the operation): search, add, delete, modify.
&lt;br&gt;+ * &amp;lt;/p&amp;gt;
&lt;br&gt;+ * 
&lt;br&gt;+ * @author jbonofre
&lt;br&gt;+ */
&lt;br&gt;+public class LdapEndpoint extends ProviderEndpoint implements LdapEndpointType {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;// logging facility
&lt;br&gt;- &amp;nbsp; &amp;nbsp;private final static transient Log LOG = LogFactory.getLog(LdapSenderEndpoint.class);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;private final static transient Log LOG = LogFactory.getLog(LdapEndpoint.class);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;// attributes
&lt;br&gt;- &amp;nbsp; &amp;nbsp;private String host;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;private int port = 389;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;public LdapSenderEndpoint() {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public LdapEndpoint() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Modified: servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java?rev=893707&amp;r1=893706&amp;r2=893707&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java?rev=893707&amp;r1=893706&amp;r2=893707&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java (original)
&lt;br&gt;+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java Thu Dec 24 08:34:36 2009
&lt;br&gt;@@ -37,9 +37,12 @@
&lt;br&gt;&amp;nbsp;import org.apache.servicemix.ldap.marshaler.LdapMarshalerSupport;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;/**
&lt;br&gt;- * A polling endpoints that looks for a LDAP entry (matching a filter) and sends
&lt;br&gt;- * the LDAP attributes to a target service (via the JBI bus). The polling endpoint
&lt;br&gt;- * uses a LDAP marshaler to send the data as a JBI message.
&lt;br&gt;+ * &amp;lt;p&amp;gt;
&lt;br&gt;+ * This polling endpoint periodically request the LDAP directory (using endpoint properties)
&lt;br&gt;+ * and sends the LDAP entries/attributes response into the NMR.
&lt;br&gt;+ * This poller uses the LDAP marshaler to marshal/unmarshal LDAP request result into a normalized
&lt;br&gt;+ * message.
&lt;br&gt;+ * &amp;lt;/p&amp;gt;
&lt;br&gt;&amp;nbsp; * 
&lt;br&gt;&amp;nbsp; * @author jbonofre
&lt;br&gt;&amp;nbsp; * @org.apache.xbean.XBean element=&amp;quot;poller&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r893707---in--servicemix-components-bindings-servicemix-ldap-trunk-src-main-java-org-apache-servicemix-ldap%3A-LdapComponent.java-LdapEndpoint.java-LdapPollerEndpoint.java-LdapSenderEndpoint.java-tp26911527p26911527.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26907352</id>
	<title>svn commit: r893627 - /servicemix/components/bindings/servicemix-rmi/trunk/pom.xml</title>
	<published>2009-12-23T13:00:00Z</published>
	<updated>2009-12-23T13:00:00Z</updated>
	<author>
		<name>jbonofre</name>
	</author>
	<content type="html">Author: jbonofre
&lt;br&gt;Date: Wed Dec 23 20:59:59 2009
&lt;br&gt;New Revision: 893627
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=893627&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=893627&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;Upgrade component to the latest resources.
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/bindings/servicemix-rmi/trunk/pom.xml
&lt;br&gt;&lt;br&gt;Modified: servicemix/components/bindings/servicemix-rmi/trunk/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-rmi/trunk/pom.xml?rev=893627&amp;r1=893626&amp;r2=893627&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-rmi/trunk/pom.xml?rev=893627&amp;r1=893626&amp;r2=893627&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/bindings/servicemix-rmi/trunk/pom.xml (original)
&lt;br&gt;+++ servicemix/components/bindings/servicemix-rmi/trunk/pom.xml Wed Dec 23 20:59:59 2009
&lt;br&gt;@@ -25,12 +25,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.servicemix&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;components-pom&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;4-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;5-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.servicemix&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;servicemix-rmi&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2009.01-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2010.01-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jbi-component&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;ServiceMix :: RMI&amp;lt;/name&amp;gt;
&lt;br&gt;@@ -39,8 +39,8 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/description&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;properties&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix-version&amp;gt;3.3&amp;lt;/servicemix-version&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix-shared-version&amp;gt;2009.02-SNAPSHOT&amp;lt;/servicemix-shared-version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix-version&amp;gt;3.3.1&amp;lt;/servicemix-version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix-shared-version&amp;gt;2010.01-SNAPSHOT&amp;lt;/servicemix-shared-version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;cxf-version&amp;gt;2.2.3&amp;lt;/cxf-version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix.osgi.import&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r893627----servicemix-components-bindings-servicemix-rmi-trunk-pom.xml-tp26907352p26907352.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26907341</id>
	<title>svn commit: r893626 - /servicemix/components/bindings/servicemix-ldap/trunk/pom.xml</title>
	<published>2009-12-23T12:58:52Z</published>
	<updated>2009-12-23T12:58:52Z</updated>
	<author>
		<name>jbonofre</name>
	</author>
	<content type="html">Author: jbonofre
&lt;br&gt;Date: Wed Dec 23 20:58:51 2009
&lt;br&gt;New Revision: 893626
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=893626&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=893626&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;Upgrade component to the latest resources.
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/bindings/servicemix-ldap/trunk/pom.xml
&lt;br&gt;&lt;br&gt;Modified: servicemix/components/bindings/servicemix-ldap/trunk/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/pom.xml?rev=893626&amp;r1=893625&amp;r2=893626&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/pom.xml?rev=893626&amp;r1=893625&amp;r2=893626&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/bindings/servicemix-ldap/trunk/pom.xml (original)
&lt;br&gt;+++ servicemix/components/bindings/servicemix-ldap/trunk/pom.xml Wed Dec 23 20:58:51 2009
&lt;br&gt;@@ -26,12 +26,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.servicemix&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;components-pom&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;4-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;5-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.servicemix&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;servicemix-ldap&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2009.01-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2010.01-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jbi-component&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;ServiceMix :: LDAP&amp;lt;/name&amp;gt;
&lt;br&gt;@@ -48,8 +48,8 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;properties&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix-version&amp;gt;3.3&amp;lt;/servicemix-version&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix-shared-version&amp;gt;2009.02-SNAPSHOT&amp;lt;/servicemix-shared-version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix-version&amp;gt;3.3.1&amp;lt;/servicemix-version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix-shared-version&amp;gt;2010.01-SNAPSHOT&amp;lt;/servicemix-shared-version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix.osgi.import&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;org.apache.servicemix.common,
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r893626----servicemix-components-bindings-servicemix-ldap-trunk-pom.xml-tp26907341p26907341.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26907282</id>
	<title>[jira] Resolved: (SMX4-453) servicemix.bat doesn't handle server and client parameter properly</title>
	<published>2009-12-23T12:53:40Z</published>
	<updated>2009-12-23T12:53:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Jean-Baptiste Onofré resolved SMX4-453.
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution: Fixed
&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 4.1.0
&lt;br&gt;&lt;br&gt;In previous ServiceMix release (up to 4.0.0), we used ServiceMix Kernel.
&lt;br&gt;&lt;br&gt;Now, ServiceMix Kernel has been donate (for more general usages) to the Felix project to become Felix Karaf.
&lt;br&gt;&lt;br&gt;The next ServiceMix 4 release (4.1.0) will use Felix Karaf 1.2.0 (in place of ServiceMix Kernel 1.0.0 as it was in ServiceMix 4.0.0).
&lt;br&gt;&lt;br&gt;Your issue is already fixed in Felix Karaf 1.2.0, so it will be fixed in ServiceMix 4.1.0 (preparation in progress).
&lt;br&gt;&lt;br&gt;FYI, you can find informations about Felix Karaf and startup mode:
&lt;br&gt;&lt;a href=&quot;http://felix.apache.org/site/42-remote-console.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://felix.apache.org/site/42-remote-console.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;and the main Felix Karaf website:
&lt;br&gt;&lt;a href=&quot;http://felix.apache.org/site/apache-felix-karaf.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://felix.apache.org/site/apache-felix-karaf.html&lt;/a&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; servicemix.bat doesn't handle server and client parameter properly
&lt;br&gt;&amp;gt; ------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMX4-453
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-453&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-453&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix 4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.0.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: windows XP
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Martin Goldhahn
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Jean-Baptiste Onofré
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.1.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; Original Estimate: 5 minutes
&lt;br&gt;&amp;gt; &amp;nbsp;Remaining Estimate: 5 minutes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When specifying the server or client parameter on servicemix.bat, servicemix is started with neither remote nor local shell. 
&lt;br&gt;&amp;gt; The quotes around the options in line 143 and 148 have to be removed.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMX4-453%29-servicemix.bat-doesn%27t-handle-server-and-client-parameter-properly-tp26888643p26907282.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26906121</id>
	<title>[jira] Commented: (SM-1920) Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath</title>
	<published>2009-12-23T11:09:40Z</published>
	<updated>2009-12-23T11:09:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56641#action_56641&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56641#action_56641&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Sergiy Mamitko commented on SM-1920:
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Hello, Freeman
&lt;br&gt;&lt;br&gt;Can you take a look at the BaseServiceUnitManager.undeploy() &amp;nbsp;and swap next two rows
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (serviceUnitRootPath != null) { doUndeploy(su); &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; component.getRegistry().unregisterServiceUnit(su);
&lt;br&gt;&lt;br&gt;If it is impossible then can you tell why registering performed after deployment and unregistering performed after undeployment?
&lt;br&gt;Are resources should not release in vice versa way to initialization process?
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;Sergiy
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SM-1920
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 3.3.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Sergiy Mamitko
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Freeman Fang
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If for some unknown reasons file xbean.xml was removed from deployed SU (from serviceUnitRootPath) then it is impossible to remove a whole SA without forther troubles.
&lt;br&gt;&amp;gt; Looking into sources there is Deployer.canDeploy method which is used in implementations for doDeploy and for doUndeploy. But if xbean.xml is necessary for deployment why it is need for undeployment process. 
&lt;br&gt;&amp;gt; Moreover if xbean is absent, then SU will not be unregistered from component and it will be impossible to redeploy the same SA.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SM-1920%29-Deployment-Undeployment-troubles-if-one-of-already-deployed-SU-doesn%27t-contain-xbean.xml-file-in-serviceUnitRootPath-tp26891386p26906121.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26906024</id>
	<title>Hudson build is still unstable: ServiceMix-NMR #135</title>
	<published>2009-12-23T11:01:15Z</published>
	<updated>2009-12-23T11:01:15Z</updated>
	<author>
		<name>Apache Hudson Server</name>
	</author>
	<content type="html">See &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-NMR/135/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-NMR/135/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hudson-build-is-still-unstable%3A-ServiceMix-NMR--135-tp26906024p26906024.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26906021</id>
	<title>Hudson build is still unstable: ServiceMix-NMR » Apache ServiceMix JBI Integration Tests #135</title>
	<published>2009-12-23T11:01:11Z</published>
	<updated>2009-12-23T11:01:11Z</updated>
	<author>
		<name>Apache Hudson Server</name>
	</author>
	<content type="html">See &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-NMR/org.apache.servicemix.jbi$org.apache.servicemix.jbi.itests/135/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-NMR/org.apache.servicemix.jbi$org.apache.servicemix.jbi.itests/135/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hudson-build-is-still-unstable%3A-ServiceMix-NMR-%C2%BB-Apache-ServiceMix-JBI-Integration-Tests--135-tp26906021p26906021.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26904701</id>
	<title>[jira] Assigned: (SMX4-454) Provide example : camel-loadbalancing-cxf-jax-rs-dao</title>
	<published>2009-12-23T08:59:40Z</published>
	<updated>2009-12-23T08:59:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Jean-Baptiste Onofré reassigned SMX4-454:
&lt;br&gt;-----------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Assignee: Jean-Baptiste Onofré
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Provide example : camel-loadbalancing-cxf-jax-rs-dao
&lt;br&gt;&amp;gt; ----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMX4-454
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-454&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix 4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Charles Moulliard
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Jean-Baptiste Onofré
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.1.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: reportincident-rest.zip
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I will provide my code for the users interested to do this kind of architecture in SMX4
&lt;br&gt;&amp;gt; REST requests can be balanced across several jetty / HTTP Servers. The requests are processed by CXF Bean endpoint extracting the information (operation type; parameters) and placed in ActiveMQ queue. Another camel route process the messages from the queue and dependingon the operation type call the method of a service bean (= DAO). This class is handled by Spring/EclipseLink and connect to a DB (HSQLDB/Derby) to post or retrieve data. The result is send back to the CXF bean endpoint
&lt;br&gt;&amp;gt; Remark : To have a real cluster architecture, users could deploy the second camel route in several instances (same SMX4 server or separate) in order to show that we can consume messages of a queue from different endpoints (if one fails, another can process it)
&lt;br&gt;&amp;gt; Technology involved :
&lt;br&gt;&amp;gt; - Spring OSGI Service
&lt;br&gt;&amp;gt; - Spring ORM 
&lt;br&gt;&amp;gt; - EclipseLink JPA
&lt;br&gt;&amp;gt; - Camel (camel-jetty, camel-cxf, camel-http, camel-jms, loadbalancing, routing)
&lt;br&gt;&amp;gt; - DAO
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMX4-454%29-Provide-example-%3A-camel-loadbalancing-cxf-jax-rs-dao-tp26899594p26904701.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26904702</id>
	<title>[jira] Commented: (SMX4-454) Provide example : camel-loadbalancing-cxf-jax-rs-dao</title>
	<published>2009-12-23T08:59:40Z</published>
	<updated>2009-12-23T08:59:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56640#action_56640&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56640#action_56640&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Jean-Baptiste Onofré commented on SMX4-454:
&lt;br&gt;-------------------------------------------
&lt;br&gt;&lt;br&gt;I'm going to test the example and add it in the SMX4 samples set.
&lt;br&gt;&lt;br&gt;Thanks Charles
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Provide example : camel-loadbalancing-cxf-jax-rs-dao
&lt;br&gt;&amp;gt; ----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMX4-454
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-454&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix 4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Charles Moulliard
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Jean-Baptiste Onofré
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.1.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: reportincident-rest.zip
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I will provide my code for the users interested to do this kind of architecture in SMX4
&lt;br&gt;&amp;gt; REST requests can be balanced across several jetty / HTTP Servers. The requests are processed by CXF Bean endpoint extracting the information (operation type; parameters) and placed in ActiveMQ queue. Another camel route process the messages from the queue and dependingon the operation type call the method of a service bean (= DAO). This class is handled by Spring/EclipseLink and connect to a DB (HSQLDB/Derby) to post or retrieve data. The result is send back to the CXF bean endpoint
&lt;br&gt;&amp;gt; Remark : To have a real cluster architecture, users could deploy the second camel route in several instances (same SMX4 server or separate) in order to show that we can consume messages of a queue from different endpoints (if one fails, another can process it)
&lt;br&gt;&amp;gt; Technology involved :
&lt;br&gt;&amp;gt; - Spring OSGI Service
&lt;br&gt;&amp;gt; - Spring ORM 
&lt;br&gt;&amp;gt; - EclipseLink JPA
&lt;br&gt;&amp;gt; - Camel (camel-jetty, camel-cxf, camel-http, camel-jms, loadbalancing, routing)
&lt;br&gt;&amp;gt; - DAO
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMX4-454%29-Provide-example-%3A-camel-loadbalancing-cxf-jax-rs-dao-tp26899594p26904702.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26904540</id>
	<title>[jira] Updated: (SMX4-454) Provide example : camel-loadbalancing-cxf-jax-rs-dao</title>
	<published>2009-12-23T08:45:40Z</published>
	<updated>2009-12-23T08:45:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Charles Moulliard updated SMX4-454:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: reportincident-rest.zip
&lt;br&gt;&lt;br&gt;Here is the maven project + README file
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Provide example : camel-loadbalancing-cxf-jax-rs-dao
&lt;br&gt;&amp;gt; ----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMX4-454
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-454&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix 4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Charles Moulliard
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.1.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: reportincident-rest.zip
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I will provide my code for the users interested to do this kind of architecture in SMX4
&lt;br&gt;&amp;gt; REST requests can be balanced across several jetty / HTTP Servers. The requests are processed by CXF Bean endpoint extracting the information (operation type; parameters) and placed in ActiveMQ queue. Another camel route process the messages from the queue and dependingon the operation type call the method of a service bean (= DAO). This class is handled by Spring/EclipseLink and connect to a DB (HSQLDB/Derby) to post or retrieve data. The result is send back to the CXF bean endpoint
&lt;br&gt;&amp;gt; Remark : To have a real cluster architecture, users could deploy the second camel route in several instances (same SMX4 server or separate) in order to show that we can consume messages of a queue from different endpoints (if one fails, another can process it)
&lt;br&gt;&amp;gt; Technology involved :
&lt;br&gt;&amp;gt; - Spring OSGI Service
&lt;br&gt;&amp;gt; - Spring ORM 
&lt;br&gt;&amp;gt; - EclipseLink JPA
&lt;br&gt;&amp;gt; - Camel (camel-jetty, camel-cxf, camel-http, camel-jms, loadbalancing, routing)
&lt;br&gt;&amp;gt; - DAO
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMX4-454%29-Provide-example-%3A-camel-loadbalancing-cxf-jax-rs-dao-tp26899594p26904540.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26902546</id>
	<title>Build failed in Hudson: ServiceMix-Components #266</title>
	<published>2009-12-23T05:58:51Z</published>
	<updated>2009-12-23T05:58:51Z</updated>
	<author>
		<name>Apache Hudson Server</name>
	</author>
	<content type="html">See &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/266/changes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/266/changes&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Changes:
&lt;br&gt;&lt;br&gt;[gertv] Apply -Psourcecheck recommendations and re-enable mina unit test
&lt;br&gt;&lt;br&gt;[gertv] SMXCOMP-687: Add an endpoint to interact with the CamelContext and manage its lifecycle
&lt;br&gt;&lt;br&gt;[ffang] [SMXCOMP-691]Useless Warning in servicemix-http
&lt;br&gt;&lt;br&gt;------------------------------------------
&lt;br&gt;[...truncated 83275 lines...]
&lt;br&gt;[HUDSON] Recording test results
&lt;br&gt;[INFO] [jar:jar {execution: default-jar}]
&lt;br&gt;[INFO] Adding existing MANIFEST to archive. Found under: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/classes/META-INF/MANIFEST.MF&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/classes/META-INF/MANIFEST.MF&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Building jar: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT.jar&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] [jbi:jbi-component {execution: default-jbi-component}]
&lt;br&gt;[INFO] Including: commons-vfs:commons-vfs:jar:1.0:compile
&lt;br&gt;[INFO] Generating installer &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT-installer.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT-installer.zip&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Building jar: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT-installer.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT-installer.zip&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] &amp;nbsp;already added, skipping
&lt;br&gt;[INFO] [install:install {execution: default-install}]
&lt;br&gt;[INFO] Installing &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT.jar&lt;/a&gt;&amp;gt; to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs-2010.01-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs-2010.01-SNAPSHOT.jar&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Installing &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/xbean/servicemix-vfs.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/xbean/servicemix-vfs.xsd&lt;/a&gt;&amp;gt; to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs-2010.01-SNAPSHOT.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs-2010.01-SNAPSHOT.xsd&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Installing &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/xbean/servicemix-vfs.xsd.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/xbean/servicemix-vfs.xsd.html&lt;/a&gt;&amp;gt; to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs-2010.01-SNAPSHOT-schema.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs-2010.01-SNAPSHOT-schema.html&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Installing &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT-installer.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT-installer.zip&lt;/a&gt;&amp;gt; to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs-2010.01-SNAPSHOT-installer.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs-2010.01-SNAPSHOT-installer.zip&lt;/a&gt;&amp;gt;
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/pom.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/pom.xml&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-vfs/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-vfs/2010.01-SNAPSHOT/pom.xml
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT.jar&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-vfs/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs-2010.01-SNAPSHOT.jar
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/xbean/servicemix-vfs.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/xbean/servicemix-vfs.xsd&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-vfs/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs.xsd
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/xbean/servicemix-vfs.xsd.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/xbean/servicemix-vfs.xsd.html&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-vfs/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs.xsd.html
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT-installer.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-vfs/target/servicemix-vfs-2010.01-SNAPSHOT-installer.zip&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-vfs/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-vfs/2010.01-SNAPSHOT/servicemix-vfs-2010.01-SNAPSHOT-installer.zip
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Building ServiceMix :: XMPP
&lt;br&gt;[INFO] &amp;nbsp; &amp;nbsp;task-segment: [clean, install]
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;[INFO] [clean:clean {execution: default-clean}]
&lt;br&gt;[INFO] Deleting file set: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target&lt;/a&gt;&amp;gt; (included: [**], excluded: [])
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;[INFO] [dependency:copy {execution: copy-legal}]
&lt;br&gt;[INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0:xml
&lt;br&gt;[INFO] Copying legal-1.0.xml to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/legal/legal.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/legal/legal.xml&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] [remote-resources:process {execution: std-packaging}]
&lt;br&gt;[INFO] [xbean:mapping {execution: default}]
&lt;br&gt;[INFO] Generating META-INF properties file: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/META-INF/services/org/apache/xbean/spring/http/servicemix.apache.org/xmpp/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/META-INF/services/org/apache/xbean/spring/http/servicemix.apache.org/xmpp/1.0&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/xmpp/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/xmpp/1.0&lt;/a&gt;&lt;br&gt;[INFO] Generating Spring 2.0 handler mapping: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/META-INF/spring.handlers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/META-INF/spring.handlers&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/xmpp/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/xmpp/1.0&lt;/a&gt;&lt;br&gt;[INFO] Generating Spring 2.0 schema mapping: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/META-INF/spring.schemas&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/META-INF/spring.schemas&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/xmpp/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/xmpp/1.0&lt;/a&gt;&lt;br&gt;[INFO] Generating HTML documentation file: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd.html&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/xmpp/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/xmpp/1.0&lt;/a&gt;&lt;br&gt;Warning, could not load class: org.apache.servicemix.xmpp.marshaler.XMPPMarshalerSupport: java.lang.ClassNotFoundException: org.apache.servicemix.xmpp.marshaler.XMPPMarshalerSupport
&lt;br&gt;Warning, could not load class: org.apache.servicemix.xmpp.marshaler.XMPPMarshalerSupport: java.lang.ClassNotFoundException: org.apache.servicemix.xmpp.marshaler.XMPPMarshalerSupport
&lt;br&gt;[INFO] Generating XSD file: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/xmpp/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/xmpp/1.0&lt;/a&gt;&lt;br&gt;[INFO] Generating WIKI documentation file: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd.wiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd.wiki&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/xmpp/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/xmpp/1.0&lt;/a&gt;&lt;br&gt;Warning, could not load class: org.apache.servicemix.xmpp.XMPPEndpointType: java.lang.ClassNotFoundException: org.apache.servicemix.xmpp.XMPPEndpointType
&lt;br&gt;[INFO] ...done.
&lt;br&gt;[INFO] [jbi:generate-jbi-component-descriptor {execution: default-generate-jbi-component-descriptor}]
&lt;br&gt;[INFO] Generating jbi.xml
&lt;br&gt;[INFO] [remote-resources:process {execution: default}]
&lt;br&gt;[INFO] [antrun:run {execution: default}]
&lt;br&gt;[INFO] Executing tasks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[copy] Copying 3 files to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT-installer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT-installer&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Executed tasks
&lt;br&gt;[INFO] [resources:resources {execution: default-resources}]
&lt;br&gt;[INFO] Using 'UTF-8' encoding to copy filtered resources.
&lt;br&gt;[INFO] Copying 1 resource
&lt;br&gt;[INFO] skip non existing resourceDirectory &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/generated&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/generated&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Copying 3 resources
&lt;br&gt;[INFO] Copying 6 resources
&lt;br&gt;[INFO] Copying 3 resources
&lt;br&gt;[INFO] [servicemix-build:spring.schemas {execution: default}]
&lt;br&gt;[INFO] Reading information from spring.schemas
&lt;br&gt;[INFO] Schema name is servicemix-xmpp.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/xmpp/1.0/servicemix-xmpp.xsd
&lt;br&gt;[INFO] Adding spring.schemas entries for earlier versions
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-xmpp-3.1.2.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-xmpp-3.2.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-xmpp-3.2.1.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-xmpp-3.2.2.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-xmpp-3.2.3.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-xmpp-2008.01.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-xmpp-2009.01.xsd
&lt;br&gt;[INFO] Adding spring.schemas entry for this version
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-xmpp-2010.01-SNAPSHOT.xsd
&lt;br&gt;[INFO] Writing new spring.schemas file
&lt;br&gt;[INFO] [compiler:compile {execution: default-compile}]
&lt;br&gt;[INFO] Compiling 8 source files to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/classes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/classes&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] [bundle:manifest {execution: bundle-manifest}]
&lt;br&gt;[INFO] [resources:testResources {execution: default-testResources}]
&lt;br&gt;[INFO] Using 'UTF-8' encoding to copy filtered resources.
&lt;br&gt;[INFO] Copying 3 resources
&lt;br&gt;[INFO] Copying 3 resources
&lt;br&gt;[INFO] Copying 3 resources
&lt;br&gt;[INFO] [compiler:testCompile {execution: default-testCompile}]
&lt;br&gt;[INFO] Compiling 3 source files to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/test-classes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/test-classes&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] [surefire:test {execution: default-test}]
&lt;br&gt;[INFO] Surefire report directory: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/surefire-reports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/surefire-reports&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;-------------------------------------------------------
&lt;br&gt;&amp;nbsp;T E S T S
&lt;br&gt;-------------------------------------------------------
&lt;br&gt;Running org.apache.servicemix.xmpp.UriConfigurationTest
&lt;br&gt;Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
&lt;br&gt;&lt;br&gt;Results :
&lt;br&gt;&lt;br&gt;Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
&lt;br&gt;&lt;br&gt;[HUDSON] Recording test results
&lt;br&gt;[INFO] [jar:jar {execution: default-jar}]
&lt;br&gt;[INFO] Adding existing MANIFEST to archive. Found under: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/classes/META-INF/MANIFEST.MF&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/classes/META-INF/MANIFEST.MF&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Building jar: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT.jar&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] [jbi:jbi-component {execution: default-jbi-component}]
&lt;br&gt;[INFO] Including: org.apache.servicemix.bundles:org.apache.servicemix.bundles.smack:jar:3.0.4_1:compile
&lt;br&gt;[INFO] Generating installer &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Building jar: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] &amp;nbsp;already added, skipping
&lt;br&gt;[INFO] [install:install {execution: default-install}]
&lt;br&gt;[INFO] Installing &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT.jar&lt;/a&gt;&amp;gt; to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp-2010.01-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp-2010.01-SNAPSHOT.jar&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Installing &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd&lt;/a&gt;&amp;gt; to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp-2010.01-SNAPSHOT.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp-2010.01-SNAPSHOT.xsd&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Installing &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd.html&lt;/a&gt;&amp;gt; to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp-2010.01-SNAPSHOT-schema.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp-2010.01-SNAPSHOT-schema.html&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Installing &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip&lt;/a&gt;&amp;gt; to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip&lt;/a&gt;&amp;gt;
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/pom.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/pom.xml&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-xmpp/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-xmpp/2010.01-SNAPSHOT/pom.xml
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT.jar&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-xmpp/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp-2010.01-SNAPSHOT.jar
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-xmpp/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp.xsd
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd.html&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-xmpp/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp.xsd.html
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/bindings/servicemix-xmpp/target/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-xmpp/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-xmpp/2010.01-SNAPSHOT/servicemix-xmpp-2010.01-SNAPSHOT-installer.zip
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Building Apache ServiceMix All Components POM
&lt;br&gt;[INFO] &amp;nbsp; &amp;nbsp;task-segment: [clean, install]
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] [clean:clean {execution: default-clean}]
&lt;br&gt;[INFO] Deleting file set: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/target&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/target&lt;/a&gt;&amp;gt; (included: [**], excluded: [])
&lt;br&gt;[INFO] [remote-resources:process {execution: default}]
&lt;br&gt;[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
&lt;br&gt;[INFO] [install:install {execution: default-install}]
&lt;br&gt;[INFO] Installing &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/pom.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/pom.xml&lt;/a&gt;&amp;gt; to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/all-components/1.0-SNAPSHOT/all-components-1.0-SNAPSHOT.pom&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/all-components/1.0-SNAPSHOT/all-components-1.0-SNAPSHOT.pom&lt;/a&gt;&amp;gt;
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/pom.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/components/pom.xml&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$all-components/builds/2009-12-23_13-03-38/archive/org.apache.servicemix/all-components/1.0-SNAPSHOT/pom.xml
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/all-components/1.0-SNAPSHOT/all-components-1.0-SNAPSHOT.pom&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/ws/.repository/org/apache/servicemix/all-components/1.0-SNAPSHOT/all-components-1.0-SNAPSHOT.pom&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$all-components/builds/2009-12-23_13-03-38/archive/org.apache.servicemix/all-components/1.0-SNAPSHOT/all-components-1.0-SNAPSHOT.pom
&lt;br&gt;[INFO] 
&lt;br&gt;[INFO] 
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Reactor Summary:
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] ServiceMix :: Components POM .......................... SUCCESS [13.636s]
&lt;br&gt;[INFO] ServiceMix :: Shared Libraries ........................ SUCCESS [0.309s]
&lt;br&gt;[INFO] ServiceMix :: Common .................................. SUCCESS [20.161s]
&lt;br&gt;[INFO] ServiceMix :: SOAP .................................... SUCCESS [7.163s]
&lt;br&gt;[INFO] ServiceMix :: SOAP2 ................................... SUCCESS [7.316s]
&lt;br&gt;[INFO] ServiceMix :: Shared .................................. SUCCESS [15.379s]
&lt;br&gt;[INFO] ServiceMix :: Bean .................................... SUCCESS [33.826s]
&lt;br&gt;[INFO] ServiceMix :: Camel ................................... SUCCESS [58.299s]
&lt;br&gt;[INFO] ServiceMix :: CXF Service Engine ...................... SUCCESS [1:03.470s]
&lt;br&gt;[INFO] ServiceMix :: Drools Service Engine ................... SUCCESS [20.265s]
&lt;br&gt;[INFO] ServiceMix :: EIP ..................................... SUCCESS [11:26.564s]
&lt;br&gt;[INFO] ServiceMix :: Exec .................................... SUCCESS [20.803s]
&lt;br&gt;[INFO] ServiceMix :: JSR-181 Service Engine .................. SUCCESS [21.588s]
&lt;br&gt;[INFO] ServiceMix :: OSWorkflow .............................. SUCCESS [17.886s]
&lt;br&gt;[INFO] ServiceMix :: Quartz .................................. SUCCESS [23.442s]
&lt;br&gt;[INFO] ServiceMix :: Saxon Service Engine .................... SUCCESS [22.960s]
&lt;br&gt;[INFO] ServiceMix :: Scripting Service Engine ................ SUCCESS [20.651s]
&lt;br&gt;[INFO] ServiceMix :: JSR-223 Scripting Service Engine ........ SUCCESS [26.097s]
&lt;br&gt;[INFO] ServiceMix :: Validation .............................. SUCCESS [17.387s]
&lt;br&gt;[INFO] ServiceMix :: WS-Notification Service Engine .......... SUCCESS [5:54.467s]
&lt;br&gt;[INFO] ServiceMix :: CXF Binding Component ................... SUCCESS [16:28.497s]
&lt;br&gt;[INFO] ServiceMix :: File .................................... SUCCESS [40.651s]
&lt;br&gt;[INFO] ServiceMix :: FTP ..................................... SUCCESS [29.516s]
&lt;br&gt;[INFO] ServiceMix :: HTTP .................................... SUCCESS [40.769s]
&lt;br&gt;[INFO] ServiceMix :: JMS ..................................... FAILED [2:08.473s]
&lt;br&gt;[INFO] ServiceMix :: Mail .................................... SUCCESS [18.224s]
&lt;br&gt;[INFO] ServiceMix :: SMPP .................................... SUCCESS [21.421s]
&lt;br&gt;[INFO] ServiceMix :: SNMP .................................... SUCCESS [27.275s]
&lt;br&gt;[INFO] ServiceMix :: TrueZIP ................................. SUCCESS [18.209s]
&lt;br&gt;[INFO] ServiceMix :: VFS ..................................... SUCCESS [15.256s]
&lt;br&gt;[INFO] ServiceMix :: XMPP .................................... SUCCESS [18.250s]
&lt;br&gt;[INFO] Apache ServiceMix All Components POM .................. SUCCESS [0.213s]
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Error for project: ServiceMix :: JMS (during install)
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error while executing external command, process killed.
&lt;br&gt;&lt;br&gt;Process timeout out after 90 seconds
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Trace
&lt;br&gt;org.apache.maven.lifecycle.LifecycleExecutionException: Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error while executing external command, process killed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:592)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hudson.maven.agent.Main.launch(Main.java:165)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hudson.maven.MavenBuilder.call(MavenBuilder.java:159)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:688)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:632)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hudson.remoting.UserRequest.perform(UserRequest.java:104)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hudson.remoting.UserRequest.perform(UserRequest.java:48)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hudson.remoting.Request$2.run(Request.java:236)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:123)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:595)
&lt;br&gt;Caused by: org.apache.maven.plugin.MojoExecutionException: Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error while executing external command, process killed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:541)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 28 more
&lt;br&gt;Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error while executing external command, process killed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.surefire.booter.SurefireBooter.fork(SurefireBooter.java:677)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.surefire.booter.SurefireBooter.forkSuite(SurefireBooter.java:493)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.surefire.booter.SurefireBooter.runSuitesForkPerTestSet(SurefireBooter.java:412)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.surefire.booter.SurefireBooter.run(SurefireBooter.java:249)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:537)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 31 more
&lt;br&gt;Caused by: org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error while executing external command, process killed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:198)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:98)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.surefire.booter.SurefireBooter.fork(SurefireBooter.java:673)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 35 more
&lt;br&gt;Caused by: java.lang.InterruptedException: Process timeout out after 90 seconds
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:159)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 37 more
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] BUILD ERRORS
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Total time: 54 minutes 15 seconds
&lt;br&gt;[INFO] Finished at: Wed Dec 23 14:02:47 UTC 2009
&lt;br&gt;[INFO] Final Memory: 119M/220M
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;Sending e-mails to: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26902546&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commits@...&lt;/a&gt;
&lt;br&gt;Sending e-mails to: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26902546&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commits@...&lt;/a&gt;
&lt;br&gt;Sending e-mails to: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26902546&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commits@...&lt;/a&gt;
&lt;br&gt;Sending e-mails to: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26902546&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commits@...&lt;/a&gt;
&lt;br&gt;Sending e-mails to: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26902546&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commits@...&lt;/a&gt;
&lt;br&gt;channel stopped
&lt;br&gt;[locks-and-latches] Releasing all the locks
&lt;br&gt;[locks-and-latches] All the locks released
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Build-failed-in-Hudson%3A-ServiceMix-Components--266-tp26902546p26902546.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26902529</id>
	<title>Hudson build is back to stable: ServiceMix-Components » ServiceMix :: CXF Binding Component #266</title>
	<published>2009-12-23T05:58:10Z</published>
	<updated>2009-12-23T05:58:10Z</updated>
	<author>
		<name>Apache Hudson Server</name>
	</author>
	<content type="html">See &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-cxf-bc/266/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-cxf-bc/266/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hudson-build-is-back-to-stable%3A-ServiceMix-Components-%C2%BB-ServiceMix-%3A%3A-CXF-Binding-Component--266-tp26902529p26902529.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26902527</id>
	<title>Hudson build is back to stable: ServiceMix-Components » ServiceMix :: FTP #266</title>
	<published>2009-12-23T05:58:09Z</published>
	<updated>2009-12-23T05:58:09Z</updated>
	<author>
		<name>Apache Hudson Server</name>
	</author>
	<content type="html">See &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-ftp/266/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-ftp/266/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hudson-build-is-back-to-stable%3A-ServiceMix-Components-%C2%BB-ServiceMix-%3A%3A-FTP--266-tp26902527p26902527.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26902531</id>
	<title>Hudson build became unstable: ServiceMix-Components » ServiceMix :: EIP #266</title>
	<published>2009-12-23T05:58:09Z</published>
	<updated>2009-12-23T05:58:09Z</updated>
	<author>
		<name>Apache Hudson Server</name>
	</author>
	<content type="html">See &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-eip/266/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-eip/266/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hudson-build-became-unstable%3A-ServiceMix-Components-%C2%BB-ServiceMix-%3A%3A-EIP--266-tp26902531p26902531.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26902528</id>
	<title>Hudson build is back to stable: ServiceMix-Components » ServiceMix :: HTTP #266</title>
	<published>2009-12-23T05:58:08Z</published>
	<updated>2009-12-23T05:58:08Z</updated>
	<author>
		<name>Apache Hudson Server</name>
	</author>
	<content type="html">See &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-http/266/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-http/266/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hudson-build-is-back-to-stable%3A-ServiceMix-Components-%C2%BB-ServiceMix-%3A%3A-HTTP--266-tp26902528p26902528.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26902530</id>
	<title>Build failed in Hudson: ServiceMix-Components » ServiceMix :: JMS #266</title>
	<published>2009-12-23T05:58:07Z</published>
	<updated>2009-12-23T05:58:07Z</updated>
	<author>
		<name>Apache Hudson Server</name>
	</author>
	<content type="html">See &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/266/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/266/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;------------------------------------------
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Building ServiceMix :: JMS
&lt;br&gt;[INFO] &amp;nbsp; &amp;nbsp;task-segment: [clean, install]
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;[INFO] [clean:clean {execution: default-clean}]
&lt;br&gt;[INFO] Deleting file set: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target&lt;/a&gt;&amp;gt; (included: [**], excluded: [])
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] Reloading plugin container for: org.apache.servicemix.tooling:jbi-maven-plugin:4.3-SNAPSHOT. The plugin artifact has changed.
&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;Downloading: &lt;a href=&quot;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.apache.org/snapshots/org/apache/servicemix/tooling/jbi-maven-plugin/4.3-SNAPSHOT/jbi-maven-plugin-4.3-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] [dependency:copy {execution: copy-legal}]
&lt;br&gt;[INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0:xml
&lt;br&gt;[INFO] Copying legal-1.0.xml to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/legal/legal.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/legal/legal.xml&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] [remote-resources:process {execution: std-packaging}]
&lt;br&gt;[INFO] [xbean:mapping {execution: default}]
&lt;br&gt;[INFO] Generating META-INF properties file: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/META-INF/services/org/apache/xbean/spring/http/servicemix.apache.org/jms/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/META-INF/services/org/apache/xbean/spring/http/servicemix.apache.org/jms/1.0&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/jms/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/jms/1.0&lt;/a&gt;&lt;br&gt;[INFO] Generating Spring 2.0 handler mapping: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/META-INF/spring.handlers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/META-INF/spring.handlers&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/jms/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/jms/1.0&lt;/a&gt;&lt;br&gt;[INFO] Generating Spring 2.0 schema mapping: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/META-INF/spring.schemas&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/META-INF/spring.schemas&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/jms/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/jms/1.0&lt;/a&gt;&lt;br&gt;[INFO] Generating HTML documentation file: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/servicemix-jms.xsd.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/servicemix-jms.xsd.html&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/jms/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/jms/1.0&lt;/a&gt;&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.JmsConfiguration: java.lang.ClassNotFoundException: org.apache.servicemix.jms.JmsConfiguration
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.DestinationChooser: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.DestinationChooser
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.JmsConsumerMarshaler: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.JmsConsumerMarshaler
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.JmsMarshaler: java.lang.ClassNotFoundException: org.apache.servicemix.jms.JmsMarshaler
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.DestinationChooser: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.DestinationChooser
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.JmsConsumerMarshaler: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.JmsConsumerMarshaler
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.DestinationChooser: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.DestinationChooser
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.JmsProviderMarshaler: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.JmsProviderMarshaler
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.DestinationChooser: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.DestinationChooser
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.DestinationChooser: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.DestinationChooser
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.JmsConsumerMarshaler: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.JmsConsumerMarshaler
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.DestinationChooser: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.DestinationChooser
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.JmsProviderMarshaler: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.JmsProviderMarshaler
&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.endpoints.DestinationChooser: java.lang.ClassNotFoundException: org.apache.servicemix.jms.endpoints.DestinationChooser
&lt;br&gt;[INFO] Generating XSD file: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/servicemix-jms.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/servicemix-jms.xsd&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/jms/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/jms/1.0&lt;/a&gt;&lt;br&gt;[INFO] Generating WIKI documentation file: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/servicemix-jms.xsd.wiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/servicemix-jms.xsd.wiki&lt;/a&gt;&amp;gt; for namespace: &lt;a href=&quot;http://servicemix.apache.org/jms/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://servicemix.apache.org/jms/1.0&lt;/a&gt;&lt;br&gt;Warning, could not load class: org.apache.servicemix.jms.JmsEndpointType: java.lang.ClassNotFoundException: org.apache.servicemix.jms.JmsEndpointType
&lt;br&gt;[INFO] ...done.
&lt;br&gt;[INFO] [jbi:generate-jbi-component-descriptor {execution: default-generate-jbi-component-descriptor}]
&lt;br&gt;[INFO] Generating jbi.xml
&lt;br&gt;[INFO] [remote-resources:process {execution: default}]
&lt;br&gt;[INFO] [antrun:run {execution: default}]
&lt;br&gt;[INFO] Executing tasks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[copy] Copying 3 files to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/servicemix-jms-2010.01-SNAPSHOT-installer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/servicemix-jms-2010.01-SNAPSHOT-installer&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Executed tasks
&lt;br&gt;[INFO] [resources:resources {execution: default-resources}]
&lt;br&gt;[INFO] Using 'UTF-8' encoding to copy filtered resources.
&lt;br&gt;[INFO] Copying 4 resources
&lt;br&gt;[INFO] skip non existing resourceDirectory &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/generated&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/generated&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] Copying 3 resources
&lt;br&gt;[INFO] Copying 6 resources
&lt;br&gt;[INFO] Copying 3 resources
&lt;br&gt;[INFO] [servicemix-build:spring.schemas {execution: default}]
&lt;br&gt;[INFO] Reading information from spring.schemas
&lt;br&gt;[INFO] Schema name is servicemix-jms.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/jms/1.0/servicemix-jms.xsd
&lt;br&gt;[INFO] Adding spring.schemas entries for earlier versions
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-jms-3.1.2.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-jms-3.2.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-jms-3.2.1.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-jms-3.2.2.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-jms-3.2.3.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-jms-2008.01.xsd
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-jms-2009.01.xsd
&lt;br&gt;[INFO] Adding spring.schemas entry for this version
&lt;br&gt;[INFO] Adding location http\://servicemix.apache.org/schema/servicemix-jms-2010.01-SNAPSHOT.xsd
&lt;br&gt;[INFO] Writing new spring.schemas file
&lt;br&gt;[INFO] [build-helper:reserve-network-port {execution: reserve-network-port}]
&lt;br&gt;[INFO] Reserved port 50402 for port1
&lt;br&gt;[INFO] [compiler:compile {execution: default-compile}]
&lt;br&gt;[INFO] Compiling 37 source files to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/classes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/classes&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] [bundle:manifest {execution: bundle-manifest}]
&lt;br&gt;[INFO] [resources:testResources {execution: default-testResources}]
&lt;br&gt;[INFO] Using 'UTF-8' encoding to copy filtered resources.
&lt;br&gt;[INFO] Copying 18 resources
&lt;br&gt;[INFO] Copying 3 resources
&lt;br&gt;[INFO] Copying 3 resources
&lt;br&gt;[INFO] [compiler:testCompile {execution: default-testCompile}]
&lt;br&gt;[INFO] Compiling 19 source files to &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/test-classes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/test-classes&lt;/a&gt;&amp;gt;
&lt;br&gt;[INFO] [surefire:test {execution: default-test}]
&lt;br&gt;[INFO] Surefire report directory: &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/surefire-reports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/surefire-reports&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;-------------------------------------------------------
&lt;br&gt;&amp;nbsp;T E S T S
&lt;br&gt;-------------------------------------------------------
&lt;br&gt;Running org.apache.servicemix.jms.JmsURITest
&lt;br&gt;Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec
&lt;br&gt;Running org.apache.servicemix.jms.JmsStandardConsumerEndpointTest
&lt;br&gt;Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.506 sec
&lt;br&gt;Running org.apache.servicemix.jms.endpoints.JmsSoapProviderEndpointTest
&lt;br&gt;Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 sec
&lt;br&gt;Running org.apache.servicemix.jms.JmsSpringTest
&lt;br&gt;Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.107 sec
&lt;br&gt;Running org.apache.servicemix.jms.JmsStandardTest
&lt;br&gt;Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 sec
&lt;br&gt;Running org.apache.servicemix.jms.JmsXBeanDeployerTest
&lt;br&gt;Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.611 sec
&lt;br&gt;Running org.apache.servicemix.jms.JmsSpringJcaTest
&lt;br&gt;killed.
&lt;br&gt;[HUDSON] Recording test results
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/pom.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/pom.xml&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-jms/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-jms/2010.01-SNAPSHOT/pom.xml
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/servicemix-jms.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/servicemix-jms.xsd&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-jms/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-jms/2010.01-SNAPSHOT/servicemix-jms.xsd
&lt;br&gt;[HUDSON] Archiving &amp;lt;&lt;a href=&quot;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/servicemix-jms.xsd.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/job/ServiceMix-Components/org.apache.servicemix$servicemix-jms/ws/target/xbean/servicemix-jms.xsd.html&lt;/a&gt;&amp;gt; to /export/home/hudson/hudson/jobs/ServiceMix-Components/modules/org.apache.servicemix$servicemix-jms/builds/2009-12-23_13-03-39/archive/org.apache.servicemix/servicemix-jms/2010.01-SNAPSHOT/servicemix-jms.xsd.html
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Build-failed-in-Hudson%3A-ServiceMix-Components-%C2%BB-ServiceMix-%3A%3A-JMS--266-tp26902530p26902530.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26900531</id>
	<title>[jira] Commented: (SM-1920) Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath</title>
	<published>2009-12-23T02:45:40Z</published>
	<updated>2009-12-23T02:45:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56638#action_56638&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56638#action_56638&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Freeman Fang commented on SM-1920:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;Hi Sergiy,
&lt;br&gt;&lt;br&gt;Of course you can redeploy your SA without restart the smx container.
&lt;br&gt;If you copy SA to the hotdeploy folder, it will first undeploy and then deploy.
&lt;br&gt;The error you saw I believe comes from the xbean.xml removed from data folder, which means the integrity of installed artifacts get damaged, which shouldn't happen at all.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Freeman
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SM-1920
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 3.3.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Sergiy Mamitko
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Freeman Fang
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If for some unknown reasons file xbean.xml was removed from deployed SU (from serviceUnitRootPath) then it is impossible to remove a whole SA without forther troubles.
&lt;br&gt;&amp;gt; Looking into sources there is Deployer.canDeploy method which is used in implementations for doDeploy and for doUndeploy. But if xbean.xml is necessary for deployment why it is need for undeployment process. 
&lt;br&gt;&amp;gt; Moreover if xbean is absent, then SU will not be unregistered from component and it will be impossible to redeploy the same SA.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SM-1920%29-Deployment-Undeployment-troubles-if-one-of-already-deployed-SU-doesn%27t-contain-xbean.xml-file-in-serviceUnitRootPath-tp26891386p26900531.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26900371</id>
	<title>[jira] Commented: (SM-1920) Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath</title>
	<published>2009-12-23T02:25:40Z</published>
	<updated>2009-12-23T02:25:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56637#action_56637&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56637#action_56637&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Sergiy Mamitko commented on SM-1920:
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Hi Freeman,
&lt;br&gt;&lt;br&gt;The situation is not exactly in xbean.xml but in implementation of Deployer interface and class BaseServiceUnitManager. Why last one asks Deployer for possibility to deploy when really going to perform undeploy? Maybe Deployer interface need method canUndeploy()?
&lt;br&gt;&lt;br&gt;Yes, it is possible to remove data folder, but it will not clean up some registries without restarting servicemix. Restart of SMX is not accepted in our scenarious.
&lt;br&gt;That is why during next deployment (Now I copy SA *.zip to install or hotdeploy folder) SA will not be installed successfully because it is already registered (or some SU already registered).
&lt;br&gt;&lt;br&gt;So, question is how to successfully undeploy or redeploy SA without restart of SMX if some registries were not cleaned up successfully?
&lt;br&gt;&lt;br&gt;Sergiy M
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SM-1920
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 3.3.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Sergiy Mamitko
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Freeman Fang
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If for some unknown reasons file xbean.xml was removed from deployed SU (from serviceUnitRootPath) then it is impossible to remove a whole SA without forther troubles.
&lt;br&gt;&amp;gt; Looking into sources there is Deployer.canDeploy method which is used in implementations for doDeploy and for doUndeploy. But if xbean.xml is necessary for deployment why it is need for undeployment process. 
&lt;br&gt;&amp;gt; Moreover if xbean is absent, then SU will not be unregistered from component and it will be impossible to redeploy the same SA.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SM-1920%29-Deployment-Undeployment-troubles-if-one-of-already-deployed-SU-doesn%27t-contain-xbean.xml-file-in-serviceUnitRootPath-tp26891386p26900371.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26900324</id>
	<title>svn commit: r893457 - in /servicemix/components/engines/servicemix-camel/trunk: pom.xml src/test/java/org/apache/servicemix/camel/JbiDynamicRecipientListTest.java</title>
	<published>2009-12-23T02:22:05Z</published>
	<updated>2009-12-23T02:22:05Z</updated>
	<author>
		<name>gertv-2</name>
	</author>
	<content type="html">Author: gertv
&lt;br&gt;Date: Wed Dec 23 10:22:05 2009
&lt;br&gt;New Revision: 893457
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=893457&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=893457&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;Apply -Psourcecheck recommendations and re-enable mina unit test
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/engines/servicemix-camel/trunk/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/JbiDynamicRecipientListTest.java
&lt;br&gt;&lt;br&gt;Modified: servicemix/components/engines/servicemix-camel/trunk/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/pom.xml?rev=893457&amp;r1=893456&amp;r2=893457&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/pom.xml?rev=893457&amp;r1=893456&amp;r2=893457&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/engines/servicemix-camel/trunk/pom.xml (original)
&lt;br&gt;+++ servicemix/components/engines/servicemix-camel/trunk/pom.xml Wed Dec 23 10:22:05 2009
&lt;br&gt;@@ -216,6 +216,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.2.14&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scope&amp;gt;test&amp;lt;/scope&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.slf4j&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;slf4j-log4j12&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scope&amp;gt;test&amp;lt;/scope&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/dependencies&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;build&amp;gt;
&lt;br&gt;@@ -234,10 +240,6 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;childDelegation&amp;gt;false&amp;lt;/childDelegation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;useFile&amp;gt;true&amp;lt;/useFile&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;excludes&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- Enable this test when we upgrade to Camel 1.5.1 or 2.0.0 (Fix is in CAMEL-1146) --&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;exclude&amp;gt;**/MinaEndpointSpringDSLTest.*&amp;lt;/exclude&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/excludes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugins&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/JbiDynamicRecipientListTest.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/JbiDynamicRecipientListTest.java?rev=893457&amp;r1=893456&amp;r2=893457&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/JbiDynamicRecipientListTest.java?rev=893457&amp;r1=893456&amp;r2=893457&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/JbiDynamicRecipientListTest.java (original)
&lt;br&gt;+++ servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/JbiDynamicRecipientListTest.java Wed Dec 23 10:22:05 2009
&lt;br&gt;@@ -18,11 +18,9 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;import javax.jbi.messaging.ExchangeStatus;
&lt;br&gt;&amp;nbsp;import javax.jbi.messaging.InOnly;
&lt;br&gt;-import javax.jbi.messaging.InOut;
&lt;br&gt;&amp;nbsp;import javax.xml.namespace.QName;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;import org.apache.camel.CamelContext;
&lt;br&gt;-import org.apache.camel.Consume;
&lt;br&gt;&amp;nbsp;import org.apache.camel.RecipientList;
&lt;br&gt;&amp;nbsp;import org.apache.camel.builder.RouteBuilder;
&lt;br&gt;&amp;nbsp;import org.apache.camel.component.mock.MockEndpoint;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r893457---in--servicemix-components-engines-servicemix-camel-trunk%3A-pom.xml-src-test-java-org-apache-servicemix-camel-JbiDynamicRecipientListTest.java-tp26900324p26900324.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26900242</id>
	<title>[jira] Resolved: (SMXCOMP-687) We need create a endpoint which delegate the endpoint lifecycle to the camel context</title>
	<published>2009-12-23T02:13:40Z</published>
	<updated>2009-12-23T02:13:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Gert Vanthienen resolved SMXCOMP-687.
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution: Fixed
&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: servicemix-camel-2010.01
&lt;br&gt;&lt;br&gt;Fixed in &lt;a href=&quot;http://svn.apache.org/viewvc?view=revision&amp;revision=893454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?view=revision&amp;revision=893454&lt;/a&gt;&lt;br&gt;I've also removed the CamelControlBus bean - we can always add control bus operations to the new CamelContextEndpoint instead.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; We need create a endpoint which delegate the endpoint lifecycle to the camel context
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMXCOMP-687
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-687&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-687&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix Components
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-camel
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Willem Jiang
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Gert Vanthienen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: servicemix-camel-2010.01
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SMXCOMP-687.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here is the mail thread which discusses it
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://cwiki.apache.org/SM/discussion-forums.html#nabble-td24674617&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/SM/discussion-forums.html#nabble-td24674617&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMXCOMP-687%29-We-need-create-a-endpoint-which-delegate-the-endpoint-lifecycle-to-the-camel-context-tp26623597p26900242.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26900216</id>
	<title>svn commit: r893454 - in /servicemix/components/engines/servicemix-camel/trunk/src: main/java/org/apache/servicemix/camel/ test/java/org/apache/servicemix/camel/</title>
	<published>2009-12-23T02:10:48Z</published>
	<updated>2009-12-23T02:10:48Z</updated>
	<author>
		<name>gertv-2</name>
	</author>
	<content type="html">Author: gertv
&lt;br&gt;Date: Wed Dec 23 10:10:44 2009
&lt;br&gt;New Revision: 893454
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=893454&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=893454&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;SMXCOMP-687: Add an endpoint to interact with the CamelContext and manage its lifecycle
&lt;br&gt;&lt;br&gt;Added:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelContextEndpoint.java
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/CamelContextEndpointLifeCycleTest.java
&lt;br&gt;Removed:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelControlBus.java
&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelSpringDeployer.java
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/NonJbiCamelEndpointsIntegrationTest.java
&lt;br&gt;&lt;br&gt;Added: servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelContextEndpoint.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelContextEndpoint.java?rev=893454&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelContextEndpoint.java?rev=893454&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelContextEndpoint.java (added)
&lt;br&gt;+++ servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelContextEndpoint.java Wed Dec 23 10:10:44 2009
&lt;br&gt;@@ -0,0 +1,82 @@
&lt;br&gt;+/*
&lt;br&gt;+ * Licensed to the Apache Software Foundation (ASF) under one or more
&lt;br&gt;+ * contributor license agreements. &amp;nbsp;See the NOTICE file distributed with
&lt;br&gt;+ * this work for additional information regarding copyright ownership.
&lt;br&gt;+ * The ASF licenses this file to You under the Apache License, Version 2.0
&lt;br&gt;+ * (the &amp;quot;License&amp;quot;); you may not use this file except in compliance with
&lt;br&gt;+ * the License. &amp;nbsp;You may obtain a copy of the License at
&lt;br&gt;+ *
&lt;br&gt;+ * &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/a&gt;&lt;br&gt;+ *
&lt;br&gt;+ * Unless required by applicable law or agreed to in writing, software
&lt;br&gt;+ * distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,
&lt;br&gt;+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
&lt;br&gt;+ * See the License for the specific language governing permissions and
&lt;br&gt;+ * limitations under the License.
&lt;br&gt;+ */
&lt;br&gt;+package org.apache.servicemix.camel;
&lt;br&gt;+
&lt;br&gt;+import javax.jbi.messaging.ExchangeStatus;
&lt;br&gt;+import javax.jbi.messaging.MessageExchange;
&lt;br&gt;+import javax.jbi.messaging.MessageExchange.Role;
&lt;br&gt;+import javax.jbi.messaging.MessagingException;
&lt;br&gt;+import javax.xml.namespace.QName;
&lt;br&gt;+
&lt;br&gt;+import org.apache.camel.CamelContext;
&lt;br&gt;+import org.apache.servicemix.common.endpoints.ProviderEndpoint;
&lt;br&gt;+
&lt;br&gt;+/**
&lt;br&gt;+ * JBI endpoint that provides access to an underlying {@link org.apache.camel.CamelContext} and
&lt;br&gt;+ * manages the lifecycle for that endpoint
&lt;br&gt;+ */
&lt;br&gt;+public class CamelContextEndpoint extends ProviderEndpoint {
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * The default {@link org.apache.servicemix.camel.CamelContextEndpoint} service name
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; */
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public static final QName SERVICE_NAME = new QName(&amp;quot;&lt;a href=&quot;http://camel.apache.org/schema/jbi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://camel.apache.org/schema/jbi&lt;/a&gt;&amp;quot;, &amp;quot;camelcontext&amp;quot;);
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;private final CamelContext camelContext;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public CamelContextEndpoint(CamelContext camelContext, String su) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this.camelContext = camelContext;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;setService(SERVICE_NAME);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;setEndpoint(su + &amp;quot;-controlbus&amp;quot;);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public CamelContext getCamelContext() {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return camelContext;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;@Override
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public void process(MessageExchange exchange) throws Exception {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (exchange.getRole() == Role.PROVIDER) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (exchange.getStatus() == ExchangeStatus.ACTIVE) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//TODO: actually implement some control bus operations
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fail(exchange, new UnsupportedOperationException(&amp;quot;No control bus operations available&amp;quot;));
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new MessagingException(
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;Unexpected exchange role: CamelContextEndpoint is not capable of handling &amp;quot; + exchange.getRole());
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;@Override
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public void start() throws Exception {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;super.start();
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// no need to check for current context state - start() method will perform that check
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;camelContext.start();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;@Override
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public void stop() throws Exception {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;super.stop();
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// no need to check for current context state - stop() method will perform that check
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;camelContext.stop();
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;+}
&lt;br&gt;&lt;br&gt;Modified: servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelSpringDeployer.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelSpringDeployer.java?rev=893454&amp;r1=893453&amp;r2=893454&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelSpringDeployer.java?rev=893454&amp;r1=893453&amp;r2=893454&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelSpringDeployer.java (original)
&lt;br&gt;+++ servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/CamelSpringDeployer.java Wed Dec 23 10:10:44 2009
&lt;br&gt;@@ -24,7 +24,6 @@
&lt;br&gt;&amp;nbsp;import javax.jbi.management.DeploymentException;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;import org.apache.camel.Endpoint;
&lt;br&gt;-import org.apache.camel.component.bean.BeanComponent;
&lt;br&gt;&amp;nbsp;import org.apache.camel.spring.SpringCamelContext;
&lt;br&gt;&amp;nbsp;import org.apache.servicemix.common.ServiceUnit;
&lt;br&gt;&amp;nbsp;import org.apache.servicemix.common.xbean.AbstractXBeanDeployer;
&lt;br&gt;@@ -103,15 +102,11 @@
&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;services.add(jbiComponent.createJbiEndpointFromCamel(endpoint));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// lets add a control bus endpoint to ensure we have at least one endpoint to deploy
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeanComponent beanComponent = camelContext.getComponent(&amp;quot;bean&amp;quot;, BeanComponent.class);
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Endpoint endpoint = beanComponent.createEndpoint(new CamelControlBus(camelContext),
&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;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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;camel:&amp;quot; + serviceUnitName + &amp;quot;-controlBus&amp;quot;);
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;services.add(jbiComponent.createJbiEndpointFromCamel(endpoint));
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;-
&lt;br&gt;-
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Here we just add a CamelContextEndpoint to delegate the servicemix start and stop lifecycle call
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CamelContextEndpoint camelContextEndpoint = new CamelContextEndpoint(camelContext, serviceUnitName);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;services.add(camelContextEndpoint); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return services;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Added: servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/CamelContextEndpointLifeCycleTest.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/CamelContextEndpointLifeCycleTest.java?rev=893454&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/CamelContextEndpointLifeCycleTest.java?rev=893454&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/CamelContextEndpointLifeCycleTest.java (added)
&lt;br&gt;+++ servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/CamelContextEndpointLifeCycleTest.java Wed Dec 23 10:10:44 2009
&lt;br&gt;@@ -0,0 +1,76 @@
&lt;br&gt;+/*
&lt;br&gt;+ * Licensed to the Apache Software Foundation (ASF) under one or more
&lt;br&gt;+ * contributor license agreements. &amp;nbsp;See the NOTICE file distributed with
&lt;br&gt;+ * this work for additional information regarding copyright ownership.
&lt;br&gt;+ * The ASF licenses this file to You under the Apache License, Version 2.0
&lt;br&gt;+ * (the &amp;quot;License&amp;quot;); you may not use this file except in compliance with
&lt;br&gt;+ * the License. &amp;nbsp;You may obtain a copy of the License at
&lt;br&gt;+ *
&lt;br&gt;+ * &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/a&gt;&lt;br&gt;+ *
&lt;br&gt;+ * Unless required by applicable law or agreed to in writing, software
&lt;br&gt;+ * distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,
&lt;br&gt;+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
&lt;br&gt;+ * See the License for the specific language governing permissions and
&lt;br&gt;+ * limitations under the License.
&lt;br&gt;+ */
&lt;br&gt;+package org.apache.servicemix.camel;
&lt;br&gt;+
&lt;br&gt;+import java.io.File;
&lt;br&gt;+import java.net.URI;
&lt;br&gt;+import java.net.URL;
&lt;br&gt;+import java.util.Collection;
&lt;br&gt;+
&lt;br&gt;+import org.apache.camel.CamelContext;
&lt;br&gt;+import org.apache.camel.impl.ServiceSupport;
&lt;br&gt;+import org.apache.commons.logging.Log;
&lt;br&gt;+import org.apache.commons.logging.LogFactory;
&lt;br&gt;+import org.apache.servicemix.common.Endpoint;
&lt;br&gt;+import org.apache.servicemix.common.ServiceUnit;
&lt;br&gt;+
&lt;br&gt;+/**
&lt;br&gt;+ * Test cases to ensure that {@link org.apache.servicemix.camel.CamelContextEndpoint} correctly
&lt;br&gt;+ * manages the lifecycle of the underlying {@link org.apache.camel.CamelContext}
&lt;br&gt;+ */
&lt;br&gt;+public class CamelContextEndpointLifeCycleTest extends NonJbiCamelEndpointsIntegrationTest {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;private static final transient Log LOG = LogFactory.getLog(CamelContextEndpointLifeCycleTest.class);
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public void testComponentInstallation() throws Exception {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String serviceUnitConfiguration = suName + &amp;quot;-src/camel-context.xml&amp;quot;;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CamelJbiComponent component = new CamelJbiComponent();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;container.activateComponent(component, &amp;quot;#ServiceMixComponent#&amp;quot;);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL url = getClass().getResource(serviceUnitConfiguration);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;File path = new File(new URI(url.toString()));
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;path = path.getParentFile();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;try {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Deploy and start su
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component.getServiceUnitManager().deploy(suName, path.getAbsolutePath());
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component.getServiceUnitManager().init(suName, path.getAbsolutePath());
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component.getServiceUnitManager().start(suName);
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ServiceUnit su = component.getRegistry().getServiceUnit(suName);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Collection&amp;lt;Endpoint&amp;gt; endpoints = su.getEndpoints();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;assertEquals(&amp;quot;There should have one Endpoint&amp;quot;, 1, endpoints.size());
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Endpoint endpoint = endpoints.iterator().next();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;assertTrue(&amp;quot;It should be CamelContextEndpoint&amp;quot;, endpoint instanceof CamelContextEndpoint);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CamelContext camelContext = ((CamelContextEndpoint)endpoint).getCamelContext();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// check the CamelContextEndpoint status
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;assertTrue(&amp;quot;The CamelContext should be started&amp;quot;, ((ServiceSupport)camelContext).isStarted());
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Stop
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component.getServiceUnitManager().stop(suName);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// check the CamelContextEndpoint status
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;assertTrue(&amp;quot;The CamelContext should be stopped&amp;quot;, ((ServiceSupport)camelContext).isStopped());
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// reStart
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component.getServiceUnitManager().start(suName);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;assertTrue(&amp;quot;The CamelContext should be started&amp;quot;, ((ServiceSupport)camelContext).isStarted());
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component.getServiceUnitManager().stop(suName);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component.getServiceUnitManager().shutDown(suName);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component.getServiceUnitManager().undeploy(suName, path.getAbsolutePath());
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} catch (Exception e) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LOG.error(&amp;quot;Caught: &amp;quot; + e, e);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw e;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+}
&lt;br&gt;&lt;br&gt;Modified: servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/NonJbiCamelEndpointsIntegrationTest.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/NonJbiCamelEndpointsIntegrationTest.java?rev=893454&amp;r1=893453&amp;r2=893454&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/NonJbiCamelEndpointsIntegrationTest.java?rev=893454&amp;r1=893453&amp;r2=893454&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/NonJbiCamelEndpointsIntegrationTest.java (original)
&lt;br&gt;+++ servicemix/components/engines/servicemix-camel/trunk/src/test/java/org/apache/servicemix/camel/NonJbiCamelEndpointsIntegrationTest.java Wed Dec 23 10:10:44 2009
&lt;br&gt;@@ -152,7 +152,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;protected void configureExchange(ServiceMixClient client,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MessageExchange exchange) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ServiceEndpoint endpoint = client.getContext().getEndpoint(
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CamelProviderEndpoint.SERVICE_NAME, &amp;quot;camel:su1-controlBus&amp;quot;);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CamelContextEndpoint.SERVICE_NAME, &amp;quot;su1-controlbus&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;assertNotNull(&amp;quot;Should have a Camel endpoint exposed in JBI!&amp;quot;, endpoint);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;exchange.setEndpoint(endpoint);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r893454---in--servicemix-components-engines-servicemix-camel-trunk-src%3A-main-java-org-apache-servicemix-camel--test-java-org-apache-servicemix-camel--tp26900216p26900216.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26899594</id>
	<title>[jira] Created: (SMX4-454) Provide example : camel-loadbalancing-cxf-jax-rs-dao</title>
	<published>2009-12-23T01:03:40Z</published>
	<updated>2009-12-23T01:03:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">Provide example : camel-loadbalancing-cxf-jax-rs-dao
&lt;br&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;Key: SMX4-454
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-454&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: ServiceMix 4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Charles Moulliard
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fix For: 4.1.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;I will provide my code for the users interested to do this kind of architecture in SMX4
&lt;br&gt;&lt;br&gt;REST requests can be balanced across several jetty / HTTP Servers. The requests are processed by CXF Bean endpoint extracting the information (operation type; parameters) and placed in ActiveMQ queue. Another camel route process the messages from the queue and dependingon the operation type call the method of a service bean (= DAO). This class is handled by Spring/EclipseLink and connect to a DB (HSQLDB/Derby) to post or retrieve data. The result is send back to the CXF bean endpoint
&lt;br&gt;&lt;br&gt;Remark : To have a real cluster architecture, users could deploy the second camel route in several instances (same SMX4 server or separate) in order to show that we can consume messages of a queue from different endpoints (if one fails, another can process it)
&lt;br&gt;&lt;br&gt;Technology involved :
&lt;br&gt;&lt;br&gt;- Spring OSGI Service
&lt;br&gt;- Spring ORM 
&lt;br&gt;- EclipseLink JPA
&lt;br&gt;- Camel (camel-jetty, camel-cxf, camel-http, camel-jms, loadbalancing, routing)
&lt;br&gt;- DAO
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMX4-454%29-Provide-example-%3A-camel-loadbalancing-cxf-jax-rs-dao-tp26899594p26899594.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898803</id>
	<title>Re: Hudson notifications and build on snapshot dependency changes</title>
	<published>2009-12-22T23:12:35Z</published>
	<updated>2009-12-22T23:12:35Z</updated>
	<author>
		<name>Gert Vanthienen</name>
	</author>
	<content type="html">L.S.,
&lt;br&gt;&lt;br&gt;Nearly a month after proposing this, I finally managed to get this
&lt;br&gt;done (kind of lost track of this): notifications are being sent to
&lt;br&gt;commits@ &amp;nbsp;for now. &amp;nbsp;If this results in a reasonable amount of
&lt;br&gt;notification mails, we can still consider moving the notifications to
&lt;br&gt;the (slightly more visible) dev@ list.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Gert Vanthienen
&lt;br&gt;------------------------
&lt;br&gt;Open Source SOA: &lt;a href=&quot;http://fusesource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fusesource.com&lt;/a&gt;&lt;br&gt;Blog: &lt;a href=&quot;http://gertvanthienen.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gertvanthienen.blogspot.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/11/26 Gert Vanthienen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26898803&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gert.vanthienen@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; L.S.,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Looking at &lt;a href=&quot;http://hudson.zones.apache.org/hudson/view/ServiceMix/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.zones.apache.org/hudson/view/ServiceMix/&lt;/a&gt;,
&lt;br&gt;&amp;gt; there appear to be a few builds failing or unstable at the moment.
&lt;br&gt;&amp;gt; From the current failures, only the ServiceMix3 one looks like it's
&lt;br&gt;&amp;gt; pure Hudson-related (looking into that one myself now).  I would like
&lt;br&gt;&amp;gt; to propose to send mail notifications for unstable/failed builds to
&lt;br&gt;&amp;gt; the mailing list so we don't have to remind ourselves to go and check
&lt;br&gt;&amp;gt; the builds to see if they're all sunny.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Personally, I would propose to configure the notifications to be sent
&lt;br&gt;&amp;gt; when a build fails or becomes unstable and when it goes stable again,
&lt;br&gt;&amp;gt; but avoid sending mails on repetitive unstable builds to avoid
&lt;br&gt;&amp;gt; spamming the mailing list too much.  If there's too much
&lt;br&gt;&amp;gt; Hudson-traffic on the mailing list, we can always create a dedicated
&lt;br&gt;&amp;gt; mailing list afterwards (I think that's what CXF does now).  What
&lt;br&gt;&amp;gt; mailing list would be best suited to send the notifications to (dev@
&lt;br&gt;&amp;gt; or commits@ are the two obvious candidates I guess)?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Another proposal would be to configure Hudson to rebuild servicemix
&lt;br&gt;&amp;gt; projects whenever snapshot dependencies get updated (to find out when
&lt;br&gt;&amp;gt; changes in cxf/camel/... have an impact on our own code or tests).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Wdyt?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gert Vanthienen
&lt;br&gt;&amp;gt; ------------------------
&lt;br&gt;&amp;gt; Open Source SOA: &lt;a href=&quot;http://fusesource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fusesource.com&lt;/a&gt;&lt;br&gt;&amp;gt; Blog: &lt;a href=&quot;http://gertvanthienen.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gertvanthienen.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;signature&quot;&gt;---
&lt;br&gt;Gert Vanthienen
&lt;br&gt;&lt;a href=&quot;http://gertvanthienen.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gertvanthienen.blogspot.com&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hudson-notifications-and-build-on-snapshot-dependency-changes-tp26527083p26898803.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898446</id>
	<title>[jira] Work started: (SMX4-452) create protobuf wrap bundle for camel-protobuf to use</title>
	<published>2009-12-22T21:57:40Z</published>
	<updated>2009-12-22T21:57:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Work on SMX4-452 started by Gert Vanthienen.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; create protobuf wrap bundle for camel-protobuf to use
&lt;br&gt;&amp;gt; -----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMX4-452
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-452&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-452&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix 4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Bundles
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Willem Jiang
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Gert Vanthienen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: protobuf.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We just add a new DataFormat for google protocol buffer in Camel, but the google protocol buffer jar is not OSGi ready.
&lt;br&gt;&amp;gt; So it will be better to let servicemix provide a OSGi wrapper of this jar.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMX4-452%29-create-protobuf-wrap-bundle-for-camel-protobuf-to-use-tp26887675p26898446.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898447</id>
	<title>[jira] Commented: (SMX4-452) create protobuf wrap bundle for camel-protobuf to use</title>
	<published>2009-12-22T21:57:40Z</published>
	<updated>2009-12-22T21:57:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56632#action_56632&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56632#action_56632&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Gert Vanthienen commented on SMX4-452:
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;Added the new bundle in &lt;a href=&quot;http://svn.apache.org/viewvc?view=revision&amp;revision=893410&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?view=revision&amp;revision=893410&lt;/a&gt;&amp;nbsp;and a snapshot has been deployed on repository.apache.org by Hudson.
&lt;br&gt;&lt;br&gt;@Willem: Could you try using this bundle for camel-protobuf? &amp;nbsp;Since protobuf tries to instantiate the compiled message classes, I suspect we need to add a DynamicImport-Package=* to get this bundle working.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; create protobuf wrap bundle for camel-protobuf to use
&lt;br&gt;&amp;gt; -----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMX4-452
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-452&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-452&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix 4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Bundles
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Willem Jiang
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Gert Vanthienen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: protobuf.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We just add a new DataFormat for google protocol buffer in Camel, but the google protocol buffer jar is not OSGi ready.
&lt;br&gt;&amp;gt; So it will be better to let servicemix provide a OSGi wrapper of this jar.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMX4-452%29-create-protobuf-wrap-bundle-for-camel-protobuf-to-use-tp26887675p26898447.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898413</id>
	<title>[jira] Resolved: (SM-1920) Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath</title>
	<published>2009-12-22T21:51:40Z</published>
	<updated>2009-12-22T21:51:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Freeman Fang resolved SM-1920.
&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Working as Designed
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SM-1920
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 3.3.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Sergiy Mamitko
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Freeman Fang
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If for some unknown reasons file xbean.xml was removed from deployed SU (from serviceUnitRootPath) then it is impossible to remove a whole SA without forther troubles.
&lt;br&gt;&amp;gt; Looking into sources there is Deployer.canDeploy method which is used in implementations for doDeploy and for doUndeploy. But if xbean.xml is necessary for deployment why it is need for undeployment process. 
&lt;br&gt;&amp;gt; Moreover if xbean is absent, then SU will not be unregistered from component and it will be impossible to redeploy the same SA.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SM-1920%29-Deployment-Undeployment-troubles-if-one-of-already-deployed-SU-doesn%27t-contain-xbean.xml-file-in-serviceUnitRootPath-tp26891386p26898413.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898403</id>
	<title>[jira] Commented: (SM-1920) Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath</title>
	<published>2009-12-22T21:49:40Z</published>
	<updated>2009-12-22T21:49:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56631#action_56631&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56631#action_56631&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Freeman Fang commented on SM-1920:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;Hi Sergiy,
&lt;br&gt;&lt;br&gt;I don't think this is a bug.
&lt;br&gt;the xbean.xml is also very useful for undeployment as this give us opportunity to clean up some resources which init from this spring bean.
&lt;br&gt;You can't only remove some xbean.xml from data folder, as this will damage the integrity of deployed artifact, but you can remove data folder as a whole to get a clean enviorment.
&lt;br&gt;&lt;br&gt;Freeman
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SM-1920
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 3.3.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Sergiy Mamitko
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Freeman Fang
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If for some unknown reasons file xbean.xml was removed from deployed SU (from serviceUnitRootPath) then it is impossible to remove a whole SA without forther troubles.
&lt;br&gt;&amp;gt; Looking into sources there is Deployer.canDeploy method which is used in implementations for doDeploy and for doUndeploy. But if xbean.xml is necessary for deployment why it is need for undeployment process. 
&lt;br&gt;&amp;gt; Moreover if xbean is absent, then SU will not be unregistered from component and it will be impossible to redeploy the same SA.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SM-1920%29-Deployment-Undeployment-troubles-if-one-of-already-deployed-SU-doesn%27t-contain-xbean.xml-file-in-serviceUnitRootPath-tp26891386p26898403.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898384</id>
	<title>[jira] Assigned: (SMX4-452) create protobuf wrap bundle for camel-protobuf to use</title>
	<published>2009-12-22T21:47:40Z</published>
	<updated>2009-12-22T21:47:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Gert Vanthienen reassigned SMX4-452:
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Assignee: Gert Vanthienen
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; create protobuf wrap bundle for camel-protobuf to use
&lt;br&gt;&amp;gt; -----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMX4-452
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMX4-452&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMX4-452&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix 4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Bundles
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Willem Jiang
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Gert Vanthienen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: protobuf.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We just add a new DataFormat for google protocol buffer in Camel, but the google protocol buffer jar is not OSGi ready.
&lt;br&gt;&amp;gt; So it will be better to let servicemix provide a OSGi wrapper of this jar.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMX4-452%29-create-protobuf-wrap-bundle-for-camel-protobuf-to-use-tp26887675p26898384.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898372</id>
	<title>svn commit: r893410 - in /servicemix/smx4/bundles/trunk: jetty-bundle-6.1.22/ pom.xml protobuf-2.2.0/ protobuf-2.2.0/pom.xml qpid-0.5.0/</title>
	<published>2009-12-22T21:45:27Z</published>
	<updated>2009-12-22T21:45:27Z</updated>
	<author>
		<name>gertv-2</name>
	</author>
	<content type="html">Author: gertv
&lt;br&gt;Date: Wed Dec 23 05:45:26 2009
&lt;br&gt;New Revision: 893410
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=893410&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=893410&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;SMX4-452: Create protobuf-java 2.2.0 bundle
&lt;br&gt;&lt;br&gt;Added:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/smx4/bundles/trunk/protobuf-2.2.0/ &amp;nbsp; (with props)
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/smx4/bundles/trunk/protobuf-2.2.0/pom.xml
&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22/ &amp;nbsp; (props changed)
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/smx4/bundles/trunk/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; servicemix/smx4/bundles/trunk/qpid-0.5.0/ &amp;nbsp; (props changed)
&lt;br&gt;&lt;br&gt;Propchange: servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22/
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;--- svn:ignore (added)
&lt;br&gt;+++ svn:ignore Wed Dec 23 05:45:26 2009
&lt;br&gt;@@ -0,0 +1 @@
&lt;br&gt;+target
&lt;br&gt;&lt;br&gt;Modified: servicemix/smx4/bundles/trunk/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=893410&amp;r1=893409&amp;r2=893410&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=893410&amp;r1=893409&amp;r2=893410&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/smx4/bundles/trunk/pom.xml (original)
&lt;br&gt;+++ servicemix/smx4/bundles/trunk/pom.xml Wed Dec 23 05:45:26 2009
&lt;br&gt;@@ -41,7 +41,8 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Apache ServiceMix Bundles&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modules&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;module&amp;gt;jetty-bundle-6.1.22&amp;lt;/module&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;module&amp;gt;protobuf-2.2.0&amp;lt;/module&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;module&amp;gt;jetty-bundle-6.1.22&amp;lt;/module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/modules&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;/project&amp;gt;
&lt;br&gt;&lt;br&gt;Propchange: servicemix/smx4/bundles/trunk/protobuf-2.2.0/
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;--- svn:ignore (added)
&lt;br&gt;+++ svn:ignore Wed Dec 23 05:45:26 2009
&lt;br&gt;@@ -0,0 +1 @@
&lt;br&gt;+target
&lt;br&gt;&lt;br&gt;Added: servicemix/smx4/bundles/trunk/protobuf-2.2.0/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/protobuf-2.2.0/pom.xml?rev=893410&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/protobuf-2.2.0/pom.xml?rev=893410&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- servicemix/smx4/bundles/trunk/protobuf-2.2.0/pom.xml (added)
&lt;br&gt;+++ servicemix/smx4/bundles/trunk/protobuf-2.2.0/pom.xml Wed Dec 23 05:45:26 2009
&lt;br&gt;@@ -0,0 +1,93 @@
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;!--
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Licensed to the Apache Software Foundation (ASF) under one or more
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;contributor license agreements. &amp;nbsp;See the NOTICE file distributed with
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this work for additional information regarding copyright ownership.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The ASF licenses this file to You under the Apache License, Version 2.0
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(the &amp;quot;License&amp;quot;); you may not use this file except in compliance with
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the License. &amp;nbsp;You may obtain a copy of the License at
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/a&gt;&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Unless required by applicable law or agreed to in writing, software
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;See the License for the specific language governing permissions and
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;limitations under the License.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;--&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.servicemix.bundles&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;bundles-pom&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;4&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.servicemix.bundles&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;org.apache.servicemix.bundles.protobuf-java&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.2.0_1-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;bundle&amp;lt;/packaging&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Apache ServiceMix Bundles: ${pkgArtifactId}-${pkgVersion}&amp;lt;/name&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;description&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/description&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;properties&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;pkgGroupId&amp;gt;com.google.protobuf&amp;lt;/pkgGroupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;pkgArtifactId&amp;gt;protobuf-java&amp;lt;/pkgArtifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;pkgVersion&amp;gt;2.2.0&amp;lt;/pkgVersion&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix.osgi.export.pkg&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;com.google.protobuf*
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/servicemix.osgi.export.pkg&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;servicemix.osgi.import.pkg&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;!com.google.protobuf*,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/servicemix.osgi.import.pkg&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/properties&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;dependencies&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;${pkgGroupId}&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;${pkgArtifactId}&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;${pkgVersion}&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;optional&amp;gt;true&amp;lt;/optional&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/dependencies&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;build&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugins&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-shade-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;executions&amp;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;lt;execution&amp;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;phase&amp;gt;package&amp;lt;/phase&amp;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;goals&amp;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;nbsp; &amp;nbsp;&amp;lt;goal&amp;gt;shade&amp;lt;/goal&amp;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;/goals&amp;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;configuration&amp;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;nbsp; &amp;nbsp;&amp;lt;artifactSet&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;includes&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;include&amp;gt;${pkgGroupId}:${pkgArtifactId}&amp;lt;/include&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/includes&amp;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;nbsp; &amp;nbsp;&amp;lt;/artifactSet&amp;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;nbsp; &amp;nbsp;&amp;lt;filters&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifact&amp;gt;${pkgGroupId}:${pkgArtifactId}&amp;lt;/artifact&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;excludes&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;exclude&amp;gt;**&amp;lt;/exclude&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/excludes&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/filter&amp;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;nbsp; &amp;nbsp;&amp;lt;/filters&amp;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;nbsp; &amp;nbsp;&amp;lt;promoteTransitiveDependencies&amp;gt;true&amp;lt;/promoteTransitiveDependencies&amp;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;nbsp; &amp;nbsp;&amp;lt;createDependencyReducedPom&amp;gt;true&amp;lt;/createDependencyReducedPom&amp;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;/configuration&amp;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;lt;/execution&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/executions&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugins&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/build&amp;gt;
&lt;br&gt;+&amp;lt;/project&amp;gt;
&lt;br&gt;&lt;br&gt;Propchange: servicemix/smx4/bundles/trunk/qpid-0.5.0/
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;--- svn:ignore (added)
&lt;br&gt;+++ svn:ignore Wed Dec 23 05:45:26 2009
&lt;br&gt;@@ -0,0 +1 @@
&lt;br&gt;+target
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r893410---in--servicemix-smx4-bundles-trunk%3A-jetty-bundle-6.1.22--pom.xml-protobuf-2.2.0--protobuf-2.2.0-pom.xml-qpid-0.5.0--tp26898372p26898372.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898362</id>
	<title>[jira] Assigned: (SM-1920) Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath</title>
	<published>2009-12-22T21:43:41Z</published>
	<updated>2009-12-22T21:43:41Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Freeman Fang reassigned SM-1920:
&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Assignee: Freeman Fang
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Deployment/Undeployment troubles if one of already deployed SU doesn't contain xbean.xml file in serviceUnitRootPath
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SM-1920
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SM-1920&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SM-1920&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 3.3.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Sergiy Mamitko
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Freeman Fang
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If for some unknown reasons file xbean.xml was removed from deployed SU (from serviceUnitRootPath) then it is impossible to remove a whole SA without forther troubles.
&lt;br&gt;&amp;gt; Looking into sources there is Deployer.canDeploy method which is used in implementations for doDeploy and for doUndeploy. But if xbean.xml is necessary for deployment why it is need for undeployment process. 
&lt;br&gt;&amp;gt; Moreover if xbean is absent, then SU will not be unregistered from component and it will be impossible to redeploy the same SA.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SM-1920%29-Deployment-Undeployment-troubles-if-one-of-already-deployed-SU-doesn%27t-contain-xbean.xml-file-in-serviceUnitRootPath-tp26891386p26898362.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898353</id>
	<title>[jira] Updated: (SMXCOMP-691) Useless Warning in servicemix-http</title>
	<published>2009-12-22T21:41:40Z</published>
	<updated>2009-12-22T21:41:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Freeman Fang updated SMXCOMP-691:
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Issue Type: Improvement &amp;nbsp;(was: Bug)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Useless Warning in servicemix-http
&lt;br&gt;&amp;gt; ----------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMXCOMP-691
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-691&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-691&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix Components
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-http
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: servicemix-http-2009.01
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Fernando Ribeiro
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Freeman Fang
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: servicemix-http-2010.01
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; An useless message &amp;quot;Retrieving schema at &amp;lt;Schema Location&amp;gt;&amp;quot; is printed when the WSDL contains import declarations:
&lt;br&gt;&amp;gt; &amp;lt;xs:import namespace=&amp;quot;&amp;lt;Schema URI&amp;gt;&amp;quot; schemaLocation=&amp;quot;&amp;lt;Schem Location&amp;gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; I'd think it can be safely removed.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMX4-449%29-Useless-Warning-in-servicemix-http-tp26867404p26898353.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898350</id>
	<title>[jira] Moved: (SMXCOMP-692) Unable to re-deploy SA if one of SU failed during previous start</title>
	<published>2009-12-22T21:39:40Z</published>
	<updated>2009-12-22T21:39:40Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Freeman Fang moved SM-1919 to SMXCOMP-692:
&lt;br&gt;------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Component/s: &amp;nbsp; &amp;nbsp; (was: servicemix-soap)
&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;servicemix-soap
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix Version/s: &amp;nbsp; &amp;nbsp; (was: 3.3.2)
&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;servicemix-shared-2010.01
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Version/s: &amp;nbsp; &amp;nbsp; (was: 3.3.1)
&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;servicemix-shared-2009.02
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMXCOMP-692 &amp;nbsp;(was: SM-1919)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix Components &amp;nbsp;(was: ServiceMix)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Unable to re-deploy SA if one of SU failed during previous start
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMXCOMP-692
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-692&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-692&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix Components
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-soap
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: servicemix-shared-2009.02
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: WinXP, Unix
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Sergiy Mamitko
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Freeman Fang
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: servicemix-shared-2010.01
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It is impossible to undeploy/re-deploy SA if one of it's SU was not started successfully. &amp;nbsp;
&lt;br&gt;&amp;gt; In my case SU was not properly initialized because it's endpoint was not activated (SoapEndpoint failed to activate due to invalid URL) and left in SHUTDOWN state, BUT external endpoint was already registered. 
&lt;br&gt;&amp;gt; That is why during undeploy shutdown method is not called and endpoint is not unregistered.
&lt;br&gt;&amp;gt; During redeploy (even with corrected SA) new SU and new endpoint is not registered due to it is already registered.
&lt;br&gt;&amp;gt; In order to reproduce that you can create simple SA with http component and set to it invalid URL (for example port = 505050)
&lt;br&gt;&amp;gt; Below is part of stack traces if it will be helpful 
&lt;br&gt;&amp;gt; 2009-12-22 16:00:34,894 | INFO &amp;nbsp;| Timer-4 &amp;nbsp; &amp;nbsp;| ServiceUnitLifeCycle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | Initializing service unit: tools-http
&lt;br&gt;&amp;gt; 2009-12-22 16:00:41,081 | DEBUG | Timer-4 &amp;nbsp; &amp;nbsp;| HttpComponent &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Initializing service unit
&lt;br&gt;&amp;gt; 2009-12-22 16:02:49,192 | DEBUG | Timer-4 &amp;nbsp; &amp;nbsp;| HttpComponent &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Retrieving proxied endpoint definition
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,069 | DEBUG | Timer-4 &amp;nbsp; &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;| Container Server@f9b31d + org.apache.servicemix.http.jetty.JettyContextManager$ThreadPoolWrapper@15e3b92 as threadpool
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,069 | DEBUG | Timer-4 &amp;nbsp; &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;| Container Server@f9b31d + SelectChannelConnector@localhost:505050 as connector
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,115 | DEBUG | Timer-4 &amp;nbsp; &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;| Container Server@f9b31d + HandlerCollection@f61227 as handler
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,115 | DEBUG | Timer-4 &amp;nbsp; &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;| Container HandlerCollection@f61227 + ContextHandlerCollection@121dba8as handler
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,131 | DEBUG | Timer-4 &amp;nbsp; &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;| Container HandlerCollection@f61227 + JettyContextManager$DisplayServiceHandler@1dc049d as handler
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,131 | INFO &amp;nbsp;| Timer-4 &amp;nbsp; &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;| jetty-6.1.14
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,194 | DEBUG | Timer-4 &amp;nbsp; &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;| started org.apache.servicemix.http.jetty.JettyContextManager$ThreadPoolWrapper@15e3b92
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,209 | DEBUG | Timer-4 &amp;nbsp; &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;| starting ContextHandlerCollection@121dba8
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,209 | DEBUG | Timer-4 &amp;nbsp; &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;| started ContextHandlerCollection@121dba8
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,209 | DEBUG | Timer-4 &amp;nbsp; &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;| starting JettyContextManager$DisplayServiceHandler@1dc049d
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,209 | DEBUG | Timer-4 &amp;nbsp; &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;| started JettyContextManager$DisplayServiceHandler@1dc049d
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,209 | DEBUG | Timer-4 &amp;nbsp; &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;| starting HandlerCollection@f61227
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,209 | DEBUG | Timer-4 &amp;nbsp; &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;| started HandlerCollection@f61227
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,209 | DEBUG | Timer-4 &amp;nbsp; &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;| starting Server@f9b31d
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,240 | DEBUG | Timer-4 &amp;nbsp; &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;| started org.mortbay.jetty.nio.SelectChannelConnector$1@d39ac
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,240 | WARN &amp;nbsp;| Timer-4 &amp;nbsp; &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;| failed SelectChannelConnector@localhost:505050
&lt;br&gt;&amp;gt; java.lang.IllegalArgumentException: port out of range:505050
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.InetSocketAddress.&amp;lt;init&amp;gt;(InetSocketAddress.java:118)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:215)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.Server.doStart(Server.java:233)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.jetty.JettyContextManager.createServer(JettyContextManager.java:290)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.jetty.JettyContextManager.createContext(JettyContextManager.java:146)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.processors.ConsumerProcessor.init(ConsumerProcessor.java:122)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.soap.SoapEndpoint.activate(SoapEndpoint.java:356)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.DefaultServiceUnit.init(DefaultServiceUnit.java:54)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.BaseServiceUnitManager.init(BaseServiceUnitManager.java:122)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.ServiceUnitLifeCycle.init(ServiceUnitLifeCycle.java:85)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:145)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.DeploymentService.start(DeploymentService.java:390)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateServiceAssembly(AutoDeploymentService.java:351)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:255)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:658)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:63)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:625)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.TimerThread.mainLoop(Timer.java:512)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.TimerThread.run(Timer.java:462)
&lt;br&gt;&amp;gt; 2009-12-22 16:04:26,256 | WARN &amp;nbsp;| Timer-4 &amp;nbsp; &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;| failed Server@f9b31d
&lt;br&gt;&amp;gt; java.lang.IllegalArgumentException: port out of range:505050
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.InetSocketAddress.&amp;lt;init&amp;gt;(InetSocketAddress.java:118)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:215)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.Server.doStart(Server.java:233)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.jetty.JettyContextManager.createServer(JettyContextManager.java:290)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.jetty.JettyContextManager.createContext(JettyContextManager.java:146)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.processors.ConsumerProcessor.init(ConsumerProcessor.java:122)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.soap.SoapEndpoint.activate(SoapEndpoint.java:356)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.DefaultServiceUnit.init(DefaultServiceUnit.java:54)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.BaseServiceUnitManager.init(BaseServiceUnitManager.java:122)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.ServiceUnitLifeCycle.init(ServiceUnitLifeCycle.java:85)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:145)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.DeploymentService.start(DeploymentService.java:390)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateServiceAssembly(AutoDeploymentService.java:351)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:255)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:658)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:63)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:625)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.TimerThread.mainLoop(Timer.java:512)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.TimerThread.run(Timer.java:462)
&lt;br&gt;&amp;gt; 2009-12-22 16:06:41,336 | INFO &amp;nbsp;| Timer-4 &amp;nbsp; &amp;nbsp;| DeploymentService &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Error in start
&lt;br&gt;&amp;gt; java.lang.Exception: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;jbi-task xmlns=&amp;quot;&lt;a href=&quot;http://java.sun.com/xml/ns/jbi/management-message&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/ns/jbi/management-message&lt;/a&gt;&amp;quot; version=&amp;quot;1.0&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;jbi-task-result&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;frmwk-task-result&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;frmwk-task-result-details&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;task-result-details&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;task-id&amp;gt;start&amp;lt;/task-id&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;task-result&amp;gt;FAILED&amp;lt;/task-result&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;message-type&amp;gt;ERROR&amp;lt;/message-type&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/task-result-details&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/frmwk-task-result-details&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/frmwk-task-result&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;component-task-result xmlns=&amp;quot;&lt;a href=&quot;http://java.sun.com/xml/ns/jbi/management-message&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/ns/jbi/management-message&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;component-name&amp;gt;servicemix-http&amp;lt;/component-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;component-task-result-details&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;task-result-details&amp;gt;
&lt;br&gt;&amp;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;task-id&amp;gt;init&amp;lt;/task-id&amp;gt;
&lt;br&gt;&amp;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;task-result&amp;gt;FAILED&amp;lt;/task-result&amp;gt;
&lt;br&gt;&amp;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;message-type&amp;gt;ERROR&amp;lt;/message-type&amp;gt;
&lt;br&gt;&amp;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;task-status-msg&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;msg-loc-info&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;loc-token/&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;loc-message&amp;gt;Unable to init service unit&amp;lt;/loc-message&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/msg-loc-info&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/task-status-msg&amp;gt;
&lt;br&gt;&amp;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;exception-info&amp;gt;
&lt;br&gt;&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;nesting-level&amp;gt;1&amp;lt;/nesting-level&amp;gt;
&lt;br&gt;&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;msg-loc-info&amp;gt;
&lt;br&gt;&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;loc-token/&amp;gt;
&lt;br&gt;&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;loc-message&amp;gt;port out of range:505050&amp;lt;/loc-message&amp;gt;
&lt;br&gt;&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;stack-trace&amp;gt;&amp;lt;![CDATA[java.lang.IllegalArgumentException: port out of range:505050
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.InetSocketAddress.&amp;lt;init&amp;gt;(InetSocketAddress.java:118)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:215)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.Server.doStart(Server.java:233)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.jetty.JettyContextManager.createServer(JettyContextManager.java:290)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.jetty.JettyContextManager.createContext(JettyContextManager.java:146)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.http.processors.ConsumerProcessor.init(ConsumerProcessor.java:122)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.soap.SoapEndpoint.activate(SoapEndpoint.java:356)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.DefaultServiceUnit.init(DefaultServiceUnit.java:54)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.BaseServiceUnitManager.init(BaseServiceUnitManager.java:122)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.ServiceUnitLifeCycle.init(ServiceUnitLifeCycle.java:85)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:145)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.DeploymentService.start(DeploymentService.java:390)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateServiceAssembly(AutoDeploymentService.java:351)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:255)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:658)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:63)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:625)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.TimerThread.mainLoop(Timer.java:512)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.TimerThread.run(Timer.java:462)
&lt;br&gt;&amp;gt; ]]&amp;gt;&amp;lt;/stack-trace&amp;gt;
&lt;br&gt;&amp;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/msg-loc-info&amp;gt;
&lt;br&gt;&amp;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;/exception-info&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/task-result-details&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/component-task-result-details&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/component-task-result&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/jbi-task-result&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/jbi-task&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:125)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:111)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:168)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.DeploymentService.start(DeploymentService.java:390)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateServiceAssembly(AutoDeploymentService.java:351)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:255)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:658)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:63)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:625)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.TimerThread.mainLoop(Timer.java:512)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.TimerThread.run(Timer.java:462)
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SM-1919%29-Unable-to-re-deploy-SA-if-one-of-SU-failed-during-previous-start-tp26890096p26898350.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898250</id>
	<title>[jira] Updated: (SMXCOMP-33) CxfSeProxyFactoryBean should not depend on ServiceMix-specific API</title>
	<published>2009-12-22T21:17:41Z</published>
	<updated>2009-12-22T21:17:41Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Gert Vanthienen updated SMXCOMP-33:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: &amp;nbsp; &amp;nbsp; (was: servicemix-cxf-se-2009.02)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;servicemix-cxf-se-2010.01
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; CxfSeProxyFactoryBean should not depend on ServiceMix-specific API
&lt;br&gt;&amp;gt; ------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMXCOMP-33
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-33&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-33&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix Components
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-cxf-se
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Gert Vanthienen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: servicemix-cxf-se-2010.01
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Currently, the {{org.apache.servicemix.cxfse.CxfSeProxyFactoryBean}} relies on ServiceMix-specific API extensions. &amp;nbsp;This means that this class can not be used outside a ServiceMix JBI container.
&lt;br&gt;&amp;gt; We should try to avoid this if possible or else document it on the wiki.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SM-1534%29-CxfSeProxyFactoryBean-should-not-depend-on-ServiceMix-specific-API-tp19249420p26898250.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898251</id>
	<title>[jira] Updated: (SMXCOMP-654) CXF-BC service name shouldn't match the WSDL service</title>
	<published>2009-12-22T21:17:41Z</published>
	<updated>2009-12-22T21:17:41Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Gert Vanthienen updated SMXCOMP-654:
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: &amp;nbsp; &amp;nbsp; (was: servicemix-cxf-bc-2009.02)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;servicemix-cxf-bc-2010.01
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; CXF-BC service name shouldn't match the WSDL service
&lt;br&gt;&amp;gt; ----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMXCOMP-654
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-654&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-654&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix Components
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: servicemix-cxf-bc-2009.01
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Jean-Baptiste Onofré
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: servicemix-cxf-bc-2010.01
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you have a CXF-SE service referenced by service &amp;nbsp;{&lt;a href=&quot;http://www.nanthrax.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nanthrax.net&lt;/a&gt;}Echo and endpoint EchoImplPort, and you could like to &amp;quot;expose&amp;quot; it using a CXF-BC component with the following xbean.xml:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;cxfbc:consumer service=&amp;quot;nanthrax:cxfse-ns&amp;quot; endpoint=&amp;quot;cxfbc&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; targetService=&amp;quot;nanthrax:Echo&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; targetEndpoint=&amp;quot;EchoImplPort&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; locationURI=&amp;quot;&lt;a href=&quot;http://0.0.0.0:8193/nanthrax/echo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://0.0.0.0:8193/nanthrax/echo/&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; you get a DeploymentException:
&lt;br&gt;&amp;gt; javax.jbi.management.DeploymentException: org.apache.cxf.service.factory.ServiceConstructionException: Could not find definition for service {&lt;a href=&quot;http://www.nanthrax.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nanthrax.net&lt;/a&gt;}cxfse-ns.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.cxfbc.CxfBcConsumer.validate(CxfBcConsumer.java:504)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.AbstractDeployer.validate(AbstractDeployer.java:58)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.xbean.BaseXBeanDeployer.validate(BaseXBeanDeployer.java:55)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:97)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:520)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateServiceAssembly(AutoDeploymentService.java:349)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:255)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:658)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:63)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:622)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.TimerThread.mainLoop(Timer.java:512)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.TimerThread.run(Timer.java:462)
&lt;br&gt;&amp;gt; Caused by: org.apache.cxf.service.factory.ServiceConstructionException: Could not find definition for service {&lt;a href=&quot;http://www.nanthrax.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nanthrax.net&lt;/a&gt;}cxfse-ns.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:117)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.servicemix.cxfbc.CxfBcConsumer.validate(CxfBcConsumer.java:397)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 13 more
&lt;br&gt;&amp;gt; The problem is due to CXF ServiceFactory that looking for the BC service name into the WSDL.
&lt;br&gt;&amp;gt; So, the user has to provide the same service name (Echo in that case) as contained in the WSDL.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMXCOMP-654%29-CXF-BC-service-name-shouldn%27t-match-the-WSDL-service-tp25910712p26898251.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26898252</id>
	<title>[jira] Updated: (SMXCOMP-655) CXF-BC can't display the proxied WSDL</title>
	<published>2009-12-22T21:17:41Z</published>
	<updated>2009-12-22T21:17:41Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Gert Vanthienen updated SMXCOMP-655:
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: &amp;nbsp; &amp;nbsp; (was: servicemix-cxf-bc-2009.02)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;servicemix-cxf-bc-2010.01
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; CXF-BC can't display the proxied WSDL
&lt;br&gt;&amp;gt; -------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SMXCOMP-655
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/activemq/browse/SMXCOMP-655&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/activemq/browse/SMXCOMP-655&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: ServiceMix Components
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: servicemix-cxf-bc
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: servicemix-cxf-bc-2009.01
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Jean-Baptiste Onofré
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Jean-Baptiste Onofré
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: servicemix-cxf-bc-2010.01
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a CXF-SE endpoint exposing a WSDL. This endpoint is exposed using a CXF-BC endpoint with the following xbean.xml:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;cxfbc:consumer service=&amp;quot;nanthrax:Echo&amp;quot; endpoint=&amp;quot;cxfbc&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; targetService=&amp;quot;nanthrax:Echo&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; targetEndpoint=&amp;quot;EchoImplPort&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; locationURI=&amp;quot;&lt;a href=&quot;http://0.0.0.0:8193/nanthrax/echo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://0.0.0.0:8193/nanthrax/echo/&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; I try to display the WSDL by accessing to the following URL:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://localhost:8193/nanthrax/echo/?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8193/nanthrax/echo/?wsdl&lt;/a&gt;&lt;br&gt;&amp;gt; But it fails on the CXF-BC component with the following stack trace:
&lt;br&gt;&amp;gt; WARN &amp;nbsp;- JettyHTTPDestination &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - writeResponse failed:
&lt;br&gt;&amp;gt; org.apache.cxf.transport.http.WSDLQueryException: Exception occurred while trying to process &lt;a href=&quot;http://localhost:8193/nanthrax/echo/?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8193/nanthrax/echo/?wsdl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cxf.transport.http.WSDLQueryHandler.writeResponse(WSDLQueryHandler.java:215)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:236)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:70)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.handler.HandlerList.handle(HandlerList.java:49)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.Server.handle(Server.java:324)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522)
&lt;br&gt;&amp;gt; Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for '&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/'&lt;/a&gt;. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.wsdl.util.xml.DOMUtils.getPrefix(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.wsdl.util.xml.DOMUtils.getQualifiedValue(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.wsdl.extensions.soap.SOAPBindingSerializer.marshall(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.wsdl.xml.WSDLWriterImpl.printExtensibilityElements(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.wsdl.xml.WSDLWriterImpl.printBindings(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.wsdl.xml.WSDLWriterImpl.printDefinition(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.wsdl.xml.WSDLWriterImpl.writeWSDL(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.wsdl.xml.WSDLWriterImpl.getDocument(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cxf.transport.http.WSDLQueryHandler.writeResponse(WSDLQueryHandler.java:172)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 14 more
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SMXCOMP-655%29-CXF-BC-can%27t-display-the-proxied-WSDL-tp25912275p26898252.html" />
</entry>

</feed>
