<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2726</id>
	<title>Nabble - Mule - Dev</title>
	<updated>2009-12-03T08:31:05Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Mule---Dev-f2726.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mule---Dev-f2726.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26628909</id>
	<title>Modify the soap envelope namespace</title>
	<published>2009-12-03T08:31:05Z</published>
	<updated>2009-12-03T08:31:05Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">I have a cxf endpoint which emits the following soap envelope namespace.
&lt;br&gt;&amp;lt;soap:Envelope xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;I need to modify the soap namespace and append an additional namespace as shown below:
&lt;br&gt;&amp;lt;soap:Envelope xmlns:soap=&amp;quot;&lt;a href=&quot;http://www.w3.org/2003/05/soap-envelope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/05/soap-envelope&lt;/a&gt;&amp;quot; xmlns:acme=&amp;quot;&lt;a href=&quot;http://www.acme.com/Order&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.acme.com/Order&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;Any idea how this can be done. Thanks
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Modify-the-soap-envelope-namespace-tp26628909p26628909.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26627179</id>
	<title>Re: Error when sending a GetMethod on an URL in Mule  Server</title>
	<published>2009-12-03T06:51:15Z</published>
	<updated>2009-12-03T06:51:15Z</updated>
	<author>
		<name>Andrew Perepelytsya</name>
	</author>
	<content type="html">Please provide more details. Also, take a look at hello http example bundled with Mule.&lt;br&gt;&lt;br&gt;HTH,&lt;br&gt;Andrew&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-when-sending-a-GetMethod-on-an-URL-in-Mule-Server-tp26625645p26627179.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26625645</id>
	<title>Error when sending a GetMethod on an URL in Mule Server</title>
	<published>2009-12-03T05:05:19Z</published>
	<updated>2009-12-03T05:05:19Z</updated>
	<author>
		<name>wonderbox</name>
	</author>
	<content type="html">I create an GetMethod with just two RequestHeader and i execute it with &amp;nbsp;org.apache.commons.httpclient.HttpClient on an URL in a MuleServer but i found this error : 
&lt;br&gt;&lt;br&gt;org.mule.api.transformer.TransformerException: Property &amp;quot;method&amp;quot; not set. &amp;nbsp;One or more of them must be set
&lt;br&gt;&lt;br&gt;It mean that i nead others properties , but i nead just these two parametres 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Have some , an idea about this problème ? 
&lt;br&gt;&lt;br&gt;cordialy</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-when-sending-a-GetMethod-on-an-URL-in-Mule-Server-tp26625645p26625645.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26605801</id>
	<title>Setting parameter type on axis endpoint</title>
	<published>2009-12-02T01:16:08Z</published>
	<updated>2009-12-02T01:16:08Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Hello.
&lt;br&gt;I have an outbound endpoint using axis, and I need to send xml-data as payload in to the soap method.
&lt;br&gt;In the wsdl, the type of the parameter is &amp;quot;any&amp;quot;, but I am not able to set it as any in my endpoint in Mule. 
&lt;br&gt;I am using this configuration:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; 			 	&amp;lt;axis:outbound-endpoint 
&lt;br&gt;&amp;nbsp; &amp;nbsp; 			 	address=&amp;quot;&lt;a href=&quot;http://192.168.106.77/MyService.asmx?method=TheMethod&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://192.168.106.77/MyService.asmx?method=TheMethod&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; 			 	soapAction=&amp;quot;&lt;a href=&quot;http://tempuri.org/TheMethod&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/TheMethod&lt;/a&gt;&amp;quot; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 			 	use=&amp;quot;LITERAL&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 			 	style=&amp;quot;WRAPPED&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 			 	&amp;gt; 	 	
&lt;br&gt;&amp;nbsp; &amp;nbsp; 			 		&amp;lt;axis:soap-method &amp;nbsp;method=&amp;quot;qname{TheMethod:&lt;a href=&quot;http://tempuri.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/&lt;/a&gt;}&amp;quot; &amp;gt; &amp;nbsp; &amp;nbsp;								
&lt;br&gt;&amp;nbsp; 							&amp;lt;axis:soap-parameter parameter=&amp;quot;theParamter&amp;quot; type=&amp;quot;xsd:any&amp;quot; mode=&amp;quot;IN&amp;quot; /&amp;gt; 					 &amp;nbsp;
&lt;br&gt;&amp;nbsp; 						&amp;lt;/axis:soap-method&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 				&amp;lt;/axis:outbound-endpoint&amp;gt; &amp;nbsp;
&lt;br&gt;&lt;br&gt;Using Wireshark I see that the parameter type is of type &amp;quot;string&amp;quot;
&lt;br&gt;&amp;lt;theParameter xsi:type=&amp;quot;xsd:string&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;The reason I want it to be of type &amp;quot;any&amp;quot; and not of type &amp;quot;string&amp;quot; is that it converts all &amp;lt;,&amp;gt;, and &amp;quot; to &amp;lt;, &amp;gt; and so on, and the .net web service does not like it.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Trond
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Setting-parameter-type-on-axis-endpoint-tp26605801p26605801.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26573206</id>
	<title>Re: Synchronization  issue</title>
	<published>2009-11-30T03:30:25Z</published>
	<updated>2009-11-30T03:30:25Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">To sync a list of services is necessary to set synchronous=&amp;quot;true&amp;quot; to the imbound and outbound endpoints of *ALL* the services, not only the first.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Synchronization--issue-tp26494064p26573206.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26543599</id>
	<title>Transformation engine changes</title>
	<published>2009-11-27T07:03:57Z</published>
	<updated>2009-11-27T07:03:57Z</updated>
	<author>
		<name>Ross Mason-5</name>
	</author>
	<content type="html">Folks,&lt;br&gt;&lt;br&gt;Just a heads up that I have been resisting making some changes to the way transformations work in Mule for a while, but I hit a wall with the iBeans -beta-9 release due to the new data binding features.&lt;br&gt;I have decided to bite the bullet and make some changes.  these will not be radical, but will help with some interesting features such as -&lt;br&gt;
&lt;br&gt;- Auto discovery of Binding transformers based on annotations (JaxB, Json)&lt;br&gt;- Support for Transformers that use Generic collections (List&amp;lt;People&amp;gt;) - only possible with the @Transform annotation right now&lt;br&gt;- Allow us to support transformation discovery based on Mime types as well as or instead of Java types.  this would open up some interesting possibilities.  I don&amp;#39;t intend to implement this feature now, but the changes I make will make this possible.&lt;br&gt;
&lt;br&gt;There are two changes i see that are required.&lt;br&gt;&lt;br&gt;1) break out transformer discovery into strategy classes so that modules can plug in their own implementations (this is already done)&lt;br&gt;2) Use something like a DataType object to define input and output types for transformers. Right now we use Class objects which restrict what you can do.  A DataType object could associate a mime type or a generic collection type with a class type.&lt;br&gt;
&lt;br&gt;I don&amp;#39;t expect a lot of code changes but, I will need to change some parameter types on the Registry interface and Transformer interface to use the new DataType object.&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;Cheers,&lt;br&gt;&lt;br&gt;Ross Mason&lt;br&gt;
CTO, Founder&lt;br&gt;MuleSoft Inc.&lt;br&gt;&lt;a href=&quot;http://twitter.com/rossmason&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rossmason&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mulesoft.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mulesoft.com&lt;/a&gt; | &lt;a href=&quot;http://blog.rossmason.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.rossmason.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Transformation-engine-changes-tp26543599p26543599.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26509023</id>
	<title>Extending JmxAgent</title>
	<published>2009-11-25T00:27:16Z</published>
	<updated>2009-11-25T00:27:16Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm trying to add a new mBean in the Connector Service. For that i'm trying to extend the ConnectorService class in my project library. Has anyone tried this before(i.e) Extending the ConnectorService and JmxAgent? If so please guide me in the process
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Extending-JmxAgent-tp26509023p26509023.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494064</id>
	<title>Synchronization  issue</title>
	<published>2009-11-24T03:07:47Z</published>
	<updated>2009-11-24T03:07:47Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;&lt;br&gt;I have another question bounded to my previous thread.
&lt;br&gt;&lt;br&gt;This is the situation:
&lt;br&gt;I have some files that must be retrieved from an ftp and processed.
&lt;br&gt;&lt;br&gt;Some Files (maybe ten or little more) -&amp;gt; Service 1 (doin' my soooo complicated business logic) -&amp;gt; Service 2 (store results on db)
&lt;br&gt;I retrieve a list of files and I must process *a single file at time* through the service 1 and through the service 2, when i finish i go for the second file and so on.
&lt;br&gt;So i need some kind of syncronization.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Here my code:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;notifications dynamic=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;notification event=&amp;quot;ENDPOINT-MESSAGE&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/notifications&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;file:connector name=&amp;quot;FileConnector&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; streaming=&amp;quot;false&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; autoDelete=&amp;quot;false&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; numberOfConcurrentTransactedReceivers=&amp;quot;1&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pollingFrequency=&amp;quot;1000&amp;quot; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dispatcher-threading-profile doThreading=&amp;quot;false&amp;quot; maxThreadsActive=&amp;quot;1&amp;quot; poolExhaustedAction=&amp;quot;WAIT&amp;quot; threadWaitTimeout=&amp;quot;60000&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;service-overrides messageAdapter=&amp;quot;org.mule.transport.file.FileMessageAdapter&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/file:connector&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;service name=&amp;quot;Service 1&amp;quot;&amp;gt; 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 	&amp;lt;file:inbound-endpoint synchronous=&amp;quot;true&amp;quot; connector-ref=&amp;quot;FileConnector&amp;quot; comparator=&amp;quot;test.java.com.mule.component.FileArpaComparator&amp;quot; path=&amp;quot;${downloadPath}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/file:inbound-endpoint&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/inbound&amp;gt; &amp;nbsp; &amp;nbsp; &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; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;component&amp;gt;
&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; &amp;nbsp; &amp;nbsp; &amp;lt;reflection-entry-point-resolver /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;singleton-object class=&amp;quot;test.java.com.mytest.MyValidatorComponent&amp;quot; &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;property key=&amp;quot;cachePath&amp;quot; value=&amp;quot;${cachePath}&amp;quot;/&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;property key=&amp;quot;rejectPath&amp;quot; value=&amp;quot;${rejectPath}&amp;quot;/&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;property key=&amp;quot;archivePath&amp;quot; value=&amp;quot;${archivePath}&amp;quot;/&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;property key=&amp;quot;storeSequenceFile&amp;quot; value=&amp;quot;${storeSequenceFile}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/singleton-object&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/component&amp;gt;
&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;nbsp; &amp;nbsp; &amp;lt;outbound&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;pass-through-router&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;lt;vm:outbound-endpoint path=&amp;quot;file.dispatch&amp;quot;/&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;/pass-through-router&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/outbound&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/service&amp;gt; &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;lt;service name=&amp;quot;FileDispach&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;vm:inbound-endpoint path=&amp;quot;vm:file.dispatch&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;outbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;multicasting-router&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;vm:outbound-endpoint path=&amp;quot;file.process&amp;quot;&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;expression-filter expression=&amp;quot;resultStat = 0&amp;quot; evaluator=&amp;quot;jxpath&amp;quot;/&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;lt;/vm:outbound-endpoint&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;lt;vm:outbound-endpoint path=&amp;quot;file.reject&amp;quot;&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;expression-filter expression=&amp;quot;resultStat = 1&amp;quot; evaluator=&amp;quot;jxpath&amp;quot;/&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;lt;/vm:outbound-endpoint&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/multicasting-router&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/outbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/service&amp;gt; &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;lt;service name=&amp;quot;Service 2&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;vm:inbound-endpoint path=&amp;quot;vm:file.process&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;component&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;singleton-object class=&amp;quot;test.java.com.mytest.MyProcessComponent&amp;quot; &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;property key=&amp;quot;storeSequenceFile&amp;quot; value=&amp;quot;${storeSequenceFile}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/singleton-object&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/component&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/service&amp;gt;
&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;lt;service name=&amp;quot;FileReject&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;vm:inbound-endpoint path=&amp;quot;vm:file.reject&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/inbound&amp;gt; &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;log-component&amp;gt;&amp;lt;/log-component&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/service&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/model&amp;gt;
&lt;br&gt;&amp;lt;/mule&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Synchronization--issue-tp26494064p26494064.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26493551</id>
	<title>Ftp service problem</title>
	<published>2009-11-24T02:24:29Z</published>
	<updated>2009-11-24T02:24:29Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I have a problem with a ftp service, I must download some files from a remote ftp but i don't know exactly the number of files, I suppose: 15 - 20 files 200k weight each, sorta.
&lt;br&gt;so i set up a service with mule, but i cannot understand *why the service stops after downloading eight files.*
&lt;br&gt;This is a real problem, because i need all files! not only the first eight!
&lt;br&gt;hope someone helps.
&lt;br&gt;&lt;br&gt;Here my service code: 
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;&lt;br&gt;&amp;lt;mule xmlns=&amp;quot;&lt;a href=&quot;http://www.mulesource.org/schema/mule/core/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/core/2.2&lt;/a&gt;&amp;quot;
&lt;br&gt;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;
&lt;br&gt;xmlns:spring=&amp;quot;&lt;a href=&quot;http://www.springframework.org/schema/beans&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/beans&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:context=&amp;quot;&lt;a href=&quot;http://www.springframework.org/schema/context&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/context&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:file=&amp;quot;&lt;a href=&quot;http://www.mulesource.org/schema/mule/file/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/file/2.2&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:vm=&amp;quot;&lt;a href=&quot;http://www.mulesource.org/schema/mule/vm/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/vm/2.2&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:ftp=&amp;quot;&lt;a href=&quot;http://www.mulesource.org/schema/mule/ftp/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/ftp/2.2&lt;/a&gt;&amp;quot;
&lt;br&gt;&lt;br&gt;xsi:schemaLocation=&amp;quot;
&lt;br&gt;[&lt;a href=&quot;http://www.springframework.org/schema/beans&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/beans&lt;/a&gt;] [&lt;a href=&quot;http://www.springframework.org/schema/beans/spring-beans-2.5.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/beans/spring-beans-2.5.xsd&lt;/a&gt;]
&lt;br&gt;[&lt;a href=&quot;http://www.springframework.org/schema/context&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/context&lt;/a&gt;] [&lt;a href=&quot;http://www.springframework.org/schema/context/spring-context-2.5.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/context/spring-context-2.5.xsd&lt;/a&gt;]
&lt;br&gt;[&lt;a href=&quot;http://www.mulesource.org/schema/mule/core/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/core/2.2&lt;/a&gt;] [&lt;a href=&quot;http://www.mulesource.org/schema/mule/core/2.2/mule.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/core/2.2/mule.xsd&lt;/a&gt;]
&lt;br&gt;[&lt;a href=&quot;http://www.mulesource.org/schema/mule/file/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/file/2.2&lt;/a&gt;] [&lt;a href=&quot;http://www.mulesource.org/schema/mule/file/2.2/mule-file.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/file/2.2/mule-file.xsd&lt;/a&gt;]
&lt;br&gt;[&lt;a href=&quot;http://www.mulesource.org/schema/mule/vm/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/vm/2.2&lt;/a&gt;] [&lt;a href=&quot;http://www.mulesource.org/schema/mule/vm/2.2/mule-vm.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/vm/2.2/mule-vm.xsd&lt;/a&gt;]
&lt;br&gt;[&lt;a href=&quot;http://www.mulesource.org/schema/mule/ftp/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/ftp/2.2&lt;/a&gt;] [&lt;a href=&quot;http://www.mulesource.org/schema/mule/ftp/2.2/mule-ftp.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/ftp/2.2/mule-ftp.xsd&lt;/a&gt;]&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;global-property name=&amp;quot;ftp.host&amp;quot; value=&amp;quot;MyHost.intranet.com&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;global-property name=&amp;quot;ftp.port&amp;quot; value=&amp;quot;21&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;global-property name=&amp;quot;ftp.path&amp;quot; value=&amp;quot;home/oracle/mule_ftp&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;global-property name=&amp;quot;ftp.freq&amp;quot; value=&amp;quot;20000&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;global-property name=&amp;quot;downloadPath&amp;quot; value=&amp;quot;./data/download&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;global-property name=&amp;quot;cachePath&amp;quot; value=&amp;quot;./data/cache&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;global-property name=&amp;quot;rejectPath&amp;quot; value=&amp;quot;./data/reject&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;global-property name=&amp;quot;storeSequenceFile&amp;quot; value=&amp;quot;./data/sequence.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;global-property name=&amp;quot;archivePath&amp;quot; value=&amp;quot;./data/archive&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;notifications dynamic=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;notification event=&amp;quot;ENDPOINT-MESSAGE&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/notifications&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;file:connector name=&amp;quot;FileConnector&amp;quot;
&lt;br&gt;streaming=&amp;quot;false&amp;quot;
&lt;br&gt;autoDelete=&amp;quot;false&amp;quot;
&lt;br&gt;numberOfConcurrentTransactedReceivers=&amp;quot;1&amp;quot;
&lt;br&gt;pollingFrequency=&amp;quot;1000&amp;quot; &amp;gt;
&lt;br&gt;&amp;lt;dispatcher-threading-profile doThreading=&amp;quot;false&amp;quot; maxThreadsActive=&amp;quot;1&amp;quot; poolExhaustedAction=&amp;quot;WAIT&amp;quot; threadWaitTimeout=&amp;quot;60000&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;service-overrides messageAdapter=&amp;quot;org.mule.transport.file.FileMessageAdapter&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/file:connector&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;ftp:connector name=&amp;quot;FtpConnector&amp;quot;
&lt;br&gt;validateConnections=&amp;quot;true&amp;quot; streaming=&amp;quot;false&amp;quot; passive=&amp;quot;true&amp;quot; &amp;gt;
&lt;br&gt;&amp;lt;file:expression-filename-parser /&amp;gt;
&lt;br&gt;&amp;lt;/ftp:connector&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;lt;model name=&amp;quot;ftpModel&amp;quot;&amp;gt; 
&lt;br&gt;&amp;lt;service name=&amp;quot;ftpService&amp;quot;&amp;gt; 
&lt;br&gt;&amp;lt;inbound&amp;gt; 
&lt;br&gt;&amp;lt;ftp:inbound-endpoint &amp;nbsp;user=&amp;quot;user&amp;quot; password=&amp;quot;password&amp;quot; &amp;nbsp;
&lt;br&gt;host=&amp;quot;${ftp.host}&amp;quot; port=&amp;quot;${ftp.port}&amp;quot; path=&amp;quot;${ftp.path}&amp;quot; pollingFrequency=&amp;quot;${ftp.freq}&amp;quot; connector-ref=&amp;quot;FtpConnector&amp;quot; synchronous=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;property key=&amp;quot;outputPattern&amp;quot; value=&amp;quot;#[ORIGINALNAME|&lt;a href=&quot;http://forums.mulesoft.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.mulesoft.org/&lt;/a&gt;]&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;file:filename-wildcard-filter pattern=&amp;quot;*.txt,*.Txt&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/ftp:inbound-endpoint&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;lt;/inbound&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;log-component&amp;gt;&amp;lt;/log-component&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;outbound&amp;gt; 
&lt;br&gt;&amp;lt;pass-through-router&amp;gt; 
&lt;br&gt;&amp;lt;file:outbound-endpoint path=&amp;quot;${downloadPath}&amp;quot; /&amp;gt;
&lt;br&gt;&amp;lt;/pass-through-router&amp;gt;
&lt;br&gt;&amp;lt;/outbound&amp;gt;
&lt;br&gt;&amp;lt;/service&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ftp-service-problem-tp26493551p26493551.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26404040</id>
	<title>Re: Response Back from Servelet Into DB</title>
	<published>2009-11-18T00:15:49Z</published>
	<updated>2009-11-18T00:15:49Z</updated>
	<author>
		<name>Dirk Olmes</name>
	</author>
	<content type="html">ishpreet wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We are using Mule as the Data from some tables are transformed and
&lt;br&gt;&amp;gt; sent thru HTTP to Servelet. The response will get using HTTP reciever
&lt;br&gt;&amp;gt; in the form of String. No the issue is we want to update the response
&lt;br&gt;&amp;gt; for those records only which were picked earlier using &amp;nbsp;JDBC poller.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any way to keep data in some place holder for which we can
&lt;br&gt;&amp;gt; update back the status ?
&lt;br&gt;&lt;br&gt;Did you look at the ack queries in the JDBC transport? It sounds like
&lt;br&gt;that's what you need.
&lt;br&gt;&lt;br&gt;-dirk
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Response-Back-from-Servelet-Into-DB-tp26398328p26404040.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26398328</id>
	<title>Response Back from Servelet Into DB</title>
	<published>2009-11-17T13:45:29Z</published>
	<updated>2009-11-17T13:45:29Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;We are using Mule as the Data from some tables are transformed and sent thru HTTP to Servelet. The response will get using HTTP reciever in the form of String. No the issue is we want to update the response for those records only which were picked earlier using &amp;nbsp;JDBC poller. 
&lt;br&gt;&lt;br&gt;Is there any way to keep data in some place holder for which we can update back the status ? 
&lt;br&gt;&lt;br&gt;I dint find anything in Mule for the same ?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Ishpreet
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Response-Back-from-Servelet-Into-DB-tp26398328p26398328.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26386411</id>
	<title>Re: Exception Strategy executed more than once for the same exception, help?</title>
	<published>2009-11-17T01:00:20Z</published>
	<updated>2009-11-17T01:00:20Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">HI Andrew,
&lt;br&gt;&lt;br&gt;Sorry for not getting back earlier, I got struck by influenza...
&lt;br&gt;&lt;br&gt;The answer to your question for each of our problems is:
&lt;br&gt;Problem 1 (service exception thrown next to connector exception) occurs for non-cxf (i.e. 'normal' http for instance) endpoints TOO.
&lt;br&gt;Problem 2 (2 connector exceptions thrown instead of 1) ONLY happens with the cxf connector over http. It looks like the http connector throws a connection error, and then on top that the cxf connector also throws one. I would expect one of the two to throw the exception (actually i would expect the http should throw it and cxf should not if it is layered on top of http, because cxf knows that http will already throw the connection exception).
&lt;br&gt;&lt;br&gt;Any ideas ?
&lt;br&gt;&lt;br&gt;Bas
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Exception-Strategy-executed-more-than-once--for-the-same-exception%2C-help--tp26179843p26386411.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26384206</id>
	<title>wsdl binding</title>
	<published>2009-11-16T20:20:15Z</published>
	<updated>2009-11-16T20:20:15Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Based on the example &lt;a href=&quot;http://java.dzone.com/articles/web-services-with-mule-cxf-and&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.dzone.com/articles/web-services-with-mule-cxf-and&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I have the following generic service CatalogService which implements CatalogService (listProducts()).
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ProductCatalogService and TravelCatalogService implement CatalogService
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; When I enter &lt;a href=&quot;http://localhost:8080/myservice?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/myservice?wsdl&lt;/a&gt;&amp;nbsp;I get &amp;quot;invoke&amp;quot; as my operation as opposed to listProducts()...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If I use as my component &amp;lt;spring-object bean=&amp;quot;WSCatalogService/&amp;gt; I get listProducts but I am tied (soap binding) to 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://localhost:65082/services/ProductCatalogService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:65082/services/ProductCatalogService&lt;/a&gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Is there a way to avoid the static binding and get the listProducts operation ? Thx
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;spring:bean name=&amp;quot;WSCatalogService&amp;quot; class=&amp;quot;org.mule.transport.soap.WSProxyService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;quot;wsdlFile&amp;quot; value=&amp;quot;ProductCatalogService.wsdl&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/spring:bean&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;service name=&amp;quot;CatalogService&amp;quot;&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;inbound&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;lt;cxf:inbound-endpoint address=&amp;quot;&lt;a href=&quot;http://localhost:8080/myservice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/myservice&lt;/a&gt;&amp;quot; synchronous=&amp;quot;true&amp;quot; proxy=&amp;quot;true&amp;quot; /&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;lt;!-- http:inbound-endpoint address=&amp;quot;&lt;a href=&quot;http://localhost:8080/myservice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/myservice&lt;/a&gt;&amp;quot; synchronous=&amp;quot;true&amp;quot; /--&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;/inbound&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;component&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;lt;spring-object bean=&amp;quot;catalogService&amp;quot; /&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;lt;!-- spring-object bean=&amp;quot;WSCatalogService&amp;quot; /--&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;/component&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;outbound&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;filtering-router&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;cxf:outbound-endpoint address=&amp;quot;&lt;a href=&quot;http://localhost:65082/services/ProductCatalogService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:65082/services/ProductCatalogService&lt;/a&gt;&amp;quot; synchronous=&amp;quot;true&amp;quot; proxy=&amp;quot;true&amp;quot;/&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; // condition
&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;/filtering-router&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;filtering-router&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;cxf:outbound-endpoint address=&amp;quot;&lt;a href=&quot;http://localhost:65083/services/TravelCatalogService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:65083/services/TravelCatalogService&lt;/a&gt;&amp;quot; synchronous=&amp;quot;true&amp;quot; proxy=&amp;quot;true&amp;quot;/&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; // condition
&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;/filtering-router&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;/outbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/service&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;service name=&amp;quot;ProductCatalogService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;inbound&amp;gt;&amp;lt;cxf:inbound-endpoint address=&amp;quot;&lt;a href=&quot;http://localhost:65082/services/ProductCatalogService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:65082/services/ProductCatalogService&lt;/a&gt;&amp;quot; &amp;nbsp;/&amp;gt;&amp;lt;/inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;component&amp;gt;&amp;lt;spring-object bean=&amp;quot;productCatalogService&amp;quot; /&amp;gt;&amp;lt;/component&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/service&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;service name=&amp;quot;TravelCatalogService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;inbound&amp;gt;&amp;lt;cxf:inbound-endpoint address=&amp;quot;&lt;a href=&quot;http://localhost:65083/services/TravelCatalogService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:65083/services/TravelCatalogService&lt;/a&gt;&amp;quot; &amp;nbsp;/&amp;gt;&amp;lt;/inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;component&amp;gt;&amp;lt;spring-object bean=&amp;quot;travelCatalogService&amp;quot; /&amp;gt;&amp;lt;/component&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/service&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/wsdl-binding-tp26384206p26384206.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26367049</id>
	<title>Qs on  tuning the JMS connetors</title>
	<published>2009-11-15T21:29:09Z</published>
	<updated>2009-11-15T21:29:09Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">We are using mule 2.2.1 with weblogic JMS connector. We are in the process of tuning the mule app for production version. Have couple of questions
&lt;br&gt;&lt;br&gt;1. What is the default value for &amp;quot;numberOfConsumers&amp;quot; for weblogic JMS connector. Does it mean the number of threads?
&lt;br&gt;2. If the same connector is used among different end-points (with different components as listeners) do they share the number of threads
&lt;br&gt;&lt;br&gt;Thanks for the help in advance
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Hari
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Qs-on--tuning-the-JMS-connetors-tp26367049p26367049.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26349372</id>
	<title>Re: [mule-scm] [mule] [15967] branches/mule-3.x/transports/http/src/main/java/org/mule/transport/http:  Make Http connecotr a little easier to extend</title>
	<published>2009-11-14T03:50:21Z</published>
	<updated>2009-11-14T03:50:21Z</updated>
	<author>
		<name>Ross Mason-5</name>
	</author>
	<content type="html">Sorry, that change should not have gone in.  my bad&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;Cheers,&lt;br&gt;&lt;br&gt;Ross Mason&lt;br&gt;CTO, Founder&lt;br&gt;MuleSoft Inc.&lt;br&gt;&lt;a href=&quot;http://twitter.com/rossmason&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rossmason&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mulesoft.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mulesoft.com&lt;/a&gt; | &lt;a href=&quot;http://blog.rossmason.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.rossmason.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 5, 2009 at 1:43 AM, Andrew Perepelytsya &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26349372&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aperepel@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;p&gt;Ross, removing protected modifier on methods doesn&amp;#39;t make connector easier to extend. In fact, it&amp;#39;s more restrictive, as custom subclasses must be in the same package (ouch), unlike for protected.&lt;/p&gt;
&lt;p&gt;Andrew&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;
&lt;p&gt;&lt;/p&gt;&lt;blockquote type=&quot;cite&quot;&gt;On Nov 4, 2009 6:26 PM,  &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26349372&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rossmason@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;br&gt;




&lt;div&gt;

&lt;div&gt;
&lt;dl&gt;
&lt;dt&gt;Revision&lt;/dt&gt; &lt;dd&gt;&lt;a href=&quot;http://fisheye.codehaus.org/changelog/mule/?cs=15967&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;15967&lt;/a&gt;&lt;/dd&gt;
&lt;dt&gt;Author&lt;/dt&gt; &lt;dd&gt;rossmason&lt;/dd&gt;
&lt;dt&gt;Date&lt;/dt&gt; &lt;dd&gt;2009-11-04 17:26:15 -0600 (Wed, 04 Nov 2009)&lt;/dd&gt;
&lt;/dl&gt;

&lt;h3&gt;Log Message&lt;/h3&gt;
&lt;pre&gt;Make Http connecotr a little easier to extend&lt;/pre&gt;

&lt;h3&gt;Modified Paths&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;#124c1cc402ca230b_124c1853365ab384_branchesmule3xtransportshttpsrcmainjavaorgmuletransporthttpHttpConnectorjava&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;branches/mule-3.x/transports/http/src/main/java/org/mule/transport/http/HttpConnector.java&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;#124c1cc402ca230b_124c1853365ab384_branchesmule3xtransportshttpsrcmainjavaorgmuletransporthttpHttpMessageAdapterjava&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;branches/mule-3.x/transports/http/src/main/java/org/mule/transport/http/HttpMessageAdapter.java&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;

&lt;/div&gt;
&lt;div&gt;
&lt;h3&gt;Diff&lt;/h3&gt;
&lt;a target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;div&gt;&lt;h4&gt;Modified: branches/mule-3.x/transports/http/src/main/java/org/mule/transport/http/HttpConnector.java (15966 =&amp;gt; 15967)&lt;/h4&gt;
&lt;pre&gt;&lt;span&gt;--- branches/mule-3.x/transports/http/src/main/java/org/mule/transport/http/HttpConnector.java	2009-11-04 23:25:23 UTC (rev 15966)
+++ branches/mule-3.x/transports/http/src/main/java/org/mule/transport/http/HttpConnector.java	2009-11-04 23:26:15 UTC (rev 15967)
&lt;/span&gt;&lt;span&gt;@@ -325,7 +325,7 @@
&lt;/span&gt;&lt;span&gt;         this.followRedirects = followRedirects;
     }
     
&lt;/span&gt;&lt;span&gt;-    protected HttpClient doClientConnect() throws Exception
&lt;/span&gt;&lt;span&gt;+    HttpClient doClientConnect() throws Exception
&lt;/span&gt;&lt;span&gt;     {
         HttpState state = new HttpState();
 
&lt;/span&gt;&lt;span&gt;@@ -343,7 +343,7 @@
&lt;/span&gt;&lt;span&gt;         return client;
     }
 
&lt;/span&gt;&lt;span&gt;-    protected void setupClientAuthorization(MuleEvent event, HttpMethod httpMethod,
&lt;/span&gt;&lt;span&gt;+    void setupClientAuthorization(MuleEvent event, HttpMethod httpMethod,
&lt;/span&gt;&lt;span&gt;                                             HttpClient client, ImmutableEndpoint endpoint)
             throws UnsupportedEncodingException
     {
&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;a target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;div&gt;&lt;h4&gt;Modified: branches/mule-3.x/transports/http/src/main/java/org/mule/transport/http/HttpMessageAdapter.java (15966 =&amp;gt; 15967)&lt;/h4&gt;
&lt;pre&gt;&lt;span&gt;--- branches/mule-3.x/transports/http/src/main/java/org/mule/transport/http/HttpMessageAdapter.java	2009-11-04 23:25:23 UTC (rev 15966)
+++ branches/mule-3.x/transports/http/src/main/java/org/mule/transport/http/HttpMessageAdapter.java	2009-11-04 23:26:15 UTC (rev 15967)
&lt;/span&gt;&lt;span&gt;@@ -36,9 +36,9 @@
&lt;/span&gt;&lt;span&gt;      */
     private static final long serialVersionUID = -1544495479333000422L;
 
&lt;/span&gt;&lt;span&gt;-    private boolean http11 = true;
&lt;/span&gt;&lt;span&gt;+    protected boolean http11 = true;
&lt;/span&gt;&lt;span&gt; 
&lt;/span&gt;&lt;span&gt;-    private Object message;
&lt;/span&gt;&lt;span&gt;+    protected Object message;
&lt;/span&gt;&lt;span&gt; 
     public HttpMessageAdapter(Object message)
     {
&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;hr&gt;
&lt;p&gt;
To unsubscribe from this list please visit:
&lt;/p&gt;
&lt;p&gt;
    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;

&lt;/p&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--mule-scm---mule---15967--branches-mule-3.x-transports-http-src-main-java-org-mule-transport-http%3A--Make-Http-connecotr-a-little-easier-to-extend-tp26207368p26349372.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26346844</id>
	<title>Re: Mule message property</title>
	<published>2009-11-13T19:30:22Z</published>
	<updated>2009-11-13T19:30:22Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Resolved it by using the following suggestion.
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/Message-property-in-outbound-endpoint-td23232443.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Message-property-in-outbound-endpoint-td23232443.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mule-message-property-tp26344699p26346844.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26346380</id>
	<title>Re: [mule-scm] [mule] [16047] branches/mule-3.x/core/src/main/java/org/mule/config/bootstrap: Added support for simple factories for bootstrapping.</title>
	<published>2009-11-13T18:03:29Z</published>
	<updated>2009-11-13T18:03:29Z</updated>
	<author>
		<name>Daniel Feist</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;base href=&quot;x-msg://14/&quot;&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;In the interest of simplicity Is there any way we can i) use or ii) improve/simplify and then use the existing object factory interface org.mule.api.object.ObjectFactory? &amp;nbsp;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Maybe&amp;nbsp;org.mule.api.object.ObjectFactory can be reverted to how it was before (just getInstance and getObjectClass) and the other stuff can be an extension or other interfaces.&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;If that doesn''t make sense can we put the new interface in api package i.e. org.mule.api.config&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Dan&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Nov 13, 2009, at 7:40 PM, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26346380&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rossmason@...&lt;/a&gt; wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div&gt;&lt;div id=&quot;msg&quot;&gt;&lt;dl style=&quot;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(0, 0, 102); border-right-color: rgb(0, 0, 102); border-bottom-color: rgb(0, 0, 102); border-left-color: rgb(0, 0, 102); border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; background-color: rgb(51, 102, 153); padding-top: 6px; padding-right: 6px; padding-bottom: 6px; padding-left: 6px; color: rgb(255, 255, 255); font-family: arial, helvetica, sans-serif; font-size: 10pt; &quot;&gt;&lt;dt style=&quot;float: left; width: 6em; font-weight: bold; font-family: arial, helvetica, sans-serif; font-size: 10pt; &quot;&gt;Revision&lt;/dt&gt;&lt;dd&gt;&lt;a href=&quot;http://fisheye.codehaus.org/changelog/mule/?cs=16047&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;16047&lt;/a&gt;&lt;/dd&gt;&lt;dt style=&quot;float: left; width: 6em; font-weight: bold; font-family: arial, helvetica, sans-serif; font-size: 10pt; &quot;&gt;Author&lt;/dt&gt;&lt;dd&gt;rossmason&lt;/dd&gt;&lt;dt style=&quot;float: left; width: 6em; font-weight: bold; font-family: arial, helvetica, sans-serif; font-size: 10pt; &quot;&gt;Date&lt;/dt&gt;&lt;dd&gt;2009-11-13 15:40:48 -0600 (Fri, 13 Nov 2009)&lt;/dd&gt;&lt;/dl&gt;&lt;h3 style=&quot;font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; &quot;&gt;Log Message&lt;/h3&gt;&lt;pre style=&quot;overflow-x: auto; overflow-y: auto; white-space: normal; background-color: rgb(255, 255, 204); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(255, 204, 0); border-right-color: rgb(255, 204, 0); border-bottom-color: rgb(255, 204, 0); border-left-color: rgb(255, 204, 0); border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; padding-left: 6px; &quot;&gt;Added support for simple factories for bootstrapping. cleaned up the code a bit&lt;/pre&gt;&lt;h3 style=&quot;font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; &quot;&gt;Modified Paths&lt;/h3&gt;&lt;ul style=&quot;font-family: arial, helvetica, sans-serif; font-size: 10pt; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;li style=&quot;font-family: arial, helvetica, sans-serif; font-size: 10pt; &quot;&gt;&lt;a href=&quot;#branchesmule3xcoresrcmainjavaorgmuleconfigbootstrapSimpleRegistryBootstrapjava&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;branches/mule-3.x/core/src/main/java/org/mule/config/bootstrap/SimpleRegistryBootstrap.java&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 style=&quot;font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; &quot;&gt;Added Paths&lt;/h3&gt;&lt;ul style=&quot;font-family: arial, helvetica, sans-serif; font-size: 10pt; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;li style=&quot;font-family: arial, helvetica, sans-serif; font-size: 10pt; &quot;&gt;&lt;a href=&quot;#branchesmule3xcoresrcmainjavaorgmuleconfigbootstrapBootstrapObjectFactoryjava&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;branches/mule-3.x/core/src/main/java/org/mule/config/bootstrap/BootstrapObjectFactory.java&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div id=&quot;patch&quot;&gt;&lt;h3 style=&quot;font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; &quot;&gt;Diff&lt;/h3&gt;&lt;a id=&quot;branchesmule3xcoresrcmainjavaorgmuleconfigbootstrapBootstrapObjectFactoryjava&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;div class=&quot;addfile&quot; style=&quot;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; &quot;&gt;&lt;h4 style=&quot;font-family: arial, helvetica, sans-serif; font-size: 10pt; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(51, 102, 153); color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-position: initial initial; &quot;&gt;Added: branches/mule-3.x/core/src/main/java/org/mule/config/bootstrap/BootstrapObjectFactory.java (0 =&amp;gt; 16047)&lt;/h4&gt;&lt;pre class=&quot;diff&quot; style=&quot;overflow-x: auto; overflow-y: auto; width: 1096px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 1.2em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); background-position: initial initial; &quot;&gt;&lt;span class=&quot;info&quot; style=&quot;color: rgb(136, 136, 136); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-position: initial initial; &quot;&gt;--- branches/mule-3.x/core/src/main/java/org/mule/config/bootstrap/BootstrapObjectFactory.java	                        (rev 0)
+++ branches/mule-3.x/core/src/main/java/org/mule/config/bootstrap/BootstrapObjectFactory.java	2009-11-13 21:40:48 UTC (rev 16047)
&lt;/span&gt;&lt;span class=&quot;lines&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; color: rgb(136, 136, 136); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; &quot;&gt;@@ -0,0 +1,18 @@
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+/*
+ * $Id$
+ * --------------------------------------------------------------------------------------
+ * Copyright (c) MuleSource, Inc.  All rights reserved.  &lt;a href=&quot;http://www.mulesource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.com&lt;/a&gt;
+ *
+ * The software in this package is published under the terms of the CPAL v1.0
+ * license, a copy of which has been included with this distribution in the
+ * LICENSE.txt file.
+ */
+package org.mule.config.bootstrap;
+
+/**
+ * A simple factory interface that can be listed in a registry-bootstrap.properties file
+ */
+public interface BootstrapObjectFactory
+{
+    Object create();
+}
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;Property changes on: branches/mule-3.x/core/src/main/java/org/mule/config/bootstrap/BootstrapObjectFactory.java
___________________________________________________________________
Name: svn:keywords
   + Id Author Date Revision
Name: svn:eol-style
   + native
&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;a id=&quot;branchesmule3xcoresrcmainjavaorgmuleconfigbootstrapSimpleRegistryBootstrapjava&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;div class=&quot;modfile&quot; style=&quot;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; &quot;&gt;&lt;h4 style=&quot;font-family: arial, helvetica, sans-serif; font-size: 10pt; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(51, 102, 153); color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-position: initial initial; &quot;&gt;Modified: branches/mule-3.x/core/src/main/java/org/mule/config/bootstrap/SimpleRegistryBootstrap.java (16046 =&amp;gt; 16047)&lt;/h4&gt;&lt;pre class=&quot;diff&quot; style=&quot;overflow-x: auto; overflow-y: auto; width: 1096px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 1.2em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); background-position: initial initial; &quot;&gt;&lt;span class=&quot;info&quot; style=&quot;color: rgb(136, 136, 136); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-position: initial initial; &quot;&gt;--- branches/mule-3.x/core/src/main/java/org/mule/config/bootstrap/SimpleRegistryBootstrap.java	2009-11-13 14:07:42 UTC (rev 16046)
+++ branches/mule-3.x/core/src/main/java/org/mule/config/bootstrap/SimpleRegistryBootstrap.java	2009-11-13 21:40:48 UTC (rev 16047)
&lt;/span&gt;&lt;span class=&quot;lines&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; color: rgb(136, 136, 136); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; &quot;&gt;@@ -24,11 +24,11 @@
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt; import org.mule.util.ClassUtils;
 import org.mule.util.ExceptionUtils;
 import org.mule.util.PropertiesUtils;
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+import org.mule.util.UUID;
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt; 
 import java.lang.reflect.InvocationTargetException;
 import java.net.URL;
 import java.util.Enumeration;
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-import java.util.Iterator;
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt; import java.util.LinkedList;
 import java.util.List;
 import java.util.Map;
&lt;/span&gt;&lt;span class=&quot;lines&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; color: rgb(136, 136, 136); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; &quot;&gt;@@ -279,94 +279,43 @@
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt; 
     private void registerObjects(Properties props, Registry registry) throws Exception
     {
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-        // Note that calling the other register methods first will have removed any processed entries
-        for (Iterator iterator = props.entrySet().iterator(); iterator.hasNext();)
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+        for (Map.Entry&amp;lt;Object, Object&amp;gt; entry : props.entrySet())
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;         {
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-            Map.Entry entry = (Map.Entry) iterator.next();
-            final String className = entry.getValue().toString();
-            boolean optional = false;
-
-            try
-            {
-                int x = className.indexOf(&quot;,&quot;);
-                if (x &amp;gt; -1)
-                {
-                    Properties p = PropertiesUtils.getPropertiesFromString(className.substring(x + 1), ',');
-                    optional = p.containsKey(&quot;optional&quot;);
-                }
-                Object object = ClassUtils.instanciateClass(className);
-                String key = entry.getKey().toString();
-                Class meta = Object.class;
-                if (object instanceof ObjectProcessor)
-                {
-                    meta = ObjectProcessor.class;
-                }
-                registry.registerObject(key, object, meta);
-            }
-            catch (InvocationTargetException itex)
-            {
-                Throwable cause = ExceptionUtils.getCause(itex);
-                if (cause instanceof NoClassDefFoundError &amp;amp;&amp;amp; optional)
-                {
-                    if (logger.isDebugEnabled())
-                    {
-                        logger.debug(&quot;Ignoring optional object: &quot; + className);
-                    }
-                }
-                else
-                {
-                    throw new Exception(cause);
-                }
-            }
-            catch (NoClassDefFoundError ncdfe)
-            {
-                if (optional)
-                {
-                    if (logger.isDebugEnabled())
-                    {
-                        logger.debug(&quot;Ignoring optional object: &quot; + className);
-                    }
-                }
-                else
-                {
-                    throw ncdfe;
-                }
-            }
-            catch (ClassNotFoundException cnfe)
-            {
-                if (optional)
-                {
-                    if (logger.isDebugEnabled())
-                    {
-                        logger.debug(&quot;Ignoring optional object: &quot; + className);
-                    }
-                }
-                else
-                {
-                    throw cnfe;
-                }
-            }
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+            registerObject((String)entry.getKey(), (String)entry.getValue(), registry);
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;         }
         props.clear();
     }
 
     private void registerUnnamedObjects(Properties props, Registry registry) throws Exception
     {
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-        String objectString;
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;         for (Map.Entry&amp;lt;Object, Object&amp;gt; entry : props.entrySet())
         {
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-            objectString = (String)entry.getValue();
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+            registerObject(entry.getKey() + &quot;#&quot; + UUID.getUUID(), (String)entry.getValue(), registry);
+        }
+        props.clear();
+    }
+
+    private void registerObject(String key, String value, Registry registry) throws Exception
+    {
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;             boolean optional = false;
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+            String className = null;
+
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;             try
             {
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-                int x = objectString.indexOf(&quot;,&quot;);
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+                int x = value.indexOf(&quot;,&quot;);
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                 if (x &amp;gt; -1)
                 {
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-                    Properties p = PropertiesUtils.getPropertiesFromString(objectString.substring(x + 1), ',');
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+                    Properties p = PropertiesUtils.getPropertiesFromString(value.substring(x + 1), ',');
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                     optional = p.containsKey(&quot;optional&quot;);
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+                    className = value.substring(0, x);
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                 }
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-                Object o = ClassUtils.instanciateClass(objectString);
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+                else
+                {
+                    className = value;
+                }
+                Object o = ClassUtils.instanciateClass(className);
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                 Class meta = Object.class;
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                 if (o instanceof ObjectProcessor)
                 {
                     meta = ObjectProcessor.class;
&lt;/span&gt;&lt;span class=&quot;lines&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; color: rgb(136, 136, 136); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; &quot;&gt;@@ -375,7 +324,11 @@
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                 {
                     meta = StreamCloser.class;
                 }
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-                registry.registerObject(entry.getKey().toString() + &quot;#&quot; + o.hashCode(), o, meta);
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+                else if(o instanceof BootstrapObjectFactory)
+                {
+                    o = ((BootstrapObjectFactory)o).create();
+                }
+                registry.registerObject(key, o, meta);
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;             }
             catch (InvocationTargetException itex)
             {
&lt;/span&gt;&lt;span class=&quot;lines&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; color: rgb(136, 136, 136); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; &quot;&gt;@@ -384,7 +337,7 @@
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                 {
                     if (logger.isDebugEnabled())
                     {
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-                        logger.debug(&quot;Ignoring optional unnamed object: &quot; + objectString);
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+                        logger.debug(&quot;Ignoring optional object: &quot; + className);
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                     }
                 }
                 else
&lt;/span&gt;&lt;span class=&quot;lines&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; color: rgb(136, 136, 136); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; &quot;&gt;@@ -398,7 +351,7 @@
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                 {
                     if (logger.isDebugEnabled())
                     {
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-                        logger.debug(&quot;Ignoring optional unnamed object: &quot; + objectString);
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+                        logger.debug(&quot;Ignoring optional object: &quot; + className);
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                     }
                 }
                 else
&lt;/span&gt;&lt;span class=&quot;lines&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; color: rgb(136, 136, 136); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; &quot;&gt;@@ -412,7 +365,7 @@
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                 {
                     if (logger.isDebugEnabled())
                     {
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-                        logger.debug(&quot;Ignoring optional unnamed object: &quot; + objectString);
&lt;/span&gt;&lt;span class=&quot;add&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(221, 255, 221); background-position: initial initial; &quot;&gt;+                        logger.debug(&quot;Ignoring optional object: &quot; + className);
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                     }
                 }
                 else
&lt;/span&gt;&lt;span class=&quot;lines&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; color: rgb(136, 136, 136); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; &quot;&gt;@@ -420,6 +373,5 @@
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;                     throw cnfe;
                 }
             }
&lt;/span&gt;&lt;span class=&quot;rem&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 221, 221); background-position: initial initial; &quot;&gt;-        }
&lt;/span&gt;&lt;span class=&quot;cx&quot; style=&quot;display: block; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; &quot;&gt;     }
 }
&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr&gt;&lt;p&gt;To unsubscribe from this list please visit:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--mule-scm---mule---16047--branches-mule-3.x-core-src-main-java-org-mule-config-bootstrap%3A-Added-support-for-simple-factories-for-bootstrapping.-tp26346380p26346380.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344699</id>
	<title>Mule message property</title>
	<published>2009-11-13T14:42:09Z</published>
	<updated>2009-11-13T14:42:09Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">I have programmatically added a property using MuleEventContext.getMessage().setStringProperty(&amp;quot;sendTo&amp;quot;, value)
&lt;br&gt;&lt;br&gt;I would like to retrieve the value as an expression to fill in the &amp;quot;to&amp;quot; field below.
&lt;br&gt;&amp;lt;smtp:outbound-endpoint host=&amp;quot;${smtp.host}&amp;quot; 
&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; from=&amp;quot;${smtp.from}&amp;quot; 
&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; to=&amp;quot;get value from mule message property &amp;quot;sendTo&amp;quot;&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;lt;email:string-to-email-transformer/&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;/smtp:outbound-endpoint&amp;gt;
&lt;br&gt;&lt;br&gt;How do I retrieve a mule message property?
&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mule-message-property-tp26344699p26344699.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26330495</id>
	<title>default-connector-exception-strategy</title>
	<published>2009-11-12T18:56:58Z</published>
	<updated>2009-11-12T18:56:58Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">I am trying to catch an UnknownHostException where the outbound endpoint is not reachable or responding in order to return a meaningful message to the client. 
&lt;br&gt;I implemented &amp;lt;default-connector-exception-strategy&amp;gt; as shown below, however the designated endpoint or transformer in the exception strategy is never executed.
&lt;br&gt;Any ideas what I am missing? &amp;nbsp;
&lt;br&gt;other references: &lt;a href=&quot;http://www.mulesoft.org/jira/browse/MULE-3607&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesoft.org/jira/browse/MULE-3607&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;service&amp;gt;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cxf:inbound-endpoint&amp;gt;...&amp;lt;/&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;outbound&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;pass-through-router&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;cxf:outbound-endpoint address=&amp;quot;&lt;a href=&quot;http://incorrect.acme.com/demo/test.asmx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://incorrect.acme.com/demo/test.asmx&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		proxy=&amp;quot;true&amp;quot; synchronous=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp;			&amp;lt;/pass-through-router&amp;gt;
&lt;br&gt;&amp;nbsp;		 &amp;nbsp; &amp;nbsp;&amp;lt;/outbound&amp;gt;
&lt;br&gt;&amp;nbsp; 		 &amp;nbsp; &amp;nbsp;&amp;lt;default-connector-exception-strategy &amp;gt;
&lt;br&gt;&amp;nbsp;		 &amp;nbsp; &amp;nbsp;	&amp;lt;outbound-endpoint address=&amp;quot;vm://errorcomponent&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 			&amp;lt;!-- vm:outbound-endpoint path=&amp;quot;userErrorHandler&amp;quot;/--&amp;gt;
&lt;br&gt;&amp;nbsp;		 &amp;nbsp; &amp;nbsp;&amp;lt;/default-connector-exception-strategy&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/service&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;service name=&amp;quot;UserErrorHandler&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;	&amp;lt;inbound-endpoint address=&amp;quot;cxf:vm://errorcomponent&amp;quot; responseTransformer-refs=&amp;quot;ExceptionToString&amp;quot; synchronous=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- vm:inbound-endpoint path=&amp;quot;userErrorHandler&amp;quot; responseTransformer-refs=&amp;quot;ExceptionToString&amp;quot; synchronous=&amp;quot;true&amp;quot;/--&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/service&amp;gt;
&lt;br&gt;&lt;br&gt;java.net.UnknownHostException: incorrect.acme.com
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.PlainSocketImpl.connect(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.SocksSocketImpl.connect(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mule.transport.http.HttpClientMessageDispatcher.execute(HttpClientMessageDispatcher.java:120)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mule.transport.http.HttpClientMessageDispatcher.doSend(HttpClientMessageDispatcher.java:264)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mule.transport.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:160)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mule.transport.AbstractConnector.send(AbstractConnector.java:2087)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mule.endpoint.DefaultOutboundEndpoint.send(DefaultOutboundEndpoint.java:76)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mule.transport.cxf.transport.MuleUniversalConduit.sendStream(MuleUniversalConduit.java:430)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mule.transport.cxf.transport.MuleUniversalConduit.dispatchMuleMessage(MuleUniversalConduit.java:237)
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/default-connector-exception-strategy-tp26330495p26330495.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26275308</id>
	<title>Re: How to install Mule Management Console for built-in database?</title>
	<published>2009-11-09T14:59:33Z</published>
	<updated>2009-11-09T14:59:33Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Yep, that was exactly it - the noJRE version had no embedded DB - so I just downloaded postgresql and that worked fine.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-install-Mule-Management-Console-for-built-in-database--tp26236954p26275308.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26262941</id>
	<title>Re: How to install Mule Management Console for built-in database?</title>
	<published>2009-11-09T00:50:01Z</published>
	<updated>2009-11-09T00:50:01Z</updated>
	<author>
		<name>Dirk Olmes</name>
	</author>
	<content type="html">Dirk Olmes wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Richard Conner wrote:
&lt;br&gt;&amp;gt;&amp;gt; Following the installation steps in mgmtconsole.pdf: bq. +Mule
&lt;br&gt;&amp;gt;&amp;gt; Management Console User's Guide+ \\ +Mule Enterprise Edition Version
&lt;br&gt;&amp;gt;&amp;gt; 2.2.2+ \\ +October 2009+ I've successfully enabled Mule to use the
&lt;br&gt;&amp;gt;&amp;gt; MMC, but when trying to install the Management Console there is no
&lt;br&gt;&amp;gt;&amp;gt; option to use a built-in database. The install runs as
&lt;br&gt;&amp;gt;&amp;gt; follows:{color:#0000ff}
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Which installer are you using? I vaguely remember that the installers
&lt;br&gt;&amp;gt; that don't contain a JRE might require an external database. However, I
&lt;br&gt;&amp;gt; can confirm that the Windows installer does indeed install a postgres DB.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Let me run some more tests on Monday ..
&lt;/div&gt;&lt;br&gt;After some tests I can confirm my statement form above. The -noJRE
&lt;br&gt;installers do not contain any embedded DB. The platform specific
&lt;br&gt;installers do, so if you want an embedded DB with Mule management
&lt;br&gt;console you should use one of those.
&lt;br&gt;&lt;br&gt;-dirk
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-install-Mule-Management-Console-for-built-in-database--tp26236954p26262941.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26243272</id>
	<title>Re: How to install Mule Management Console for built-in database?</title>
	<published>2009-11-07T01:36:55Z</published>
	<updated>2009-11-07T01:36:55Z</updated>
	<author>
		<name>Dirk Olmes</name>
	</author>
	<content type="html">Richard Conner wrote:
&lt;br&gt;&amp;gt; Following the installation steps in mgmtconsole.pdf: bq. +Mule
&lt;br&gt;&amp;gt; Management Console User's Guide+ \\ +Mule Enterprise Edition Version
&lt;br&gt;&amp;gt; 2.2.2+ \\ +October 2009+ I've successfully enabled Mule to use the
&lt;br&gt;&amp;gt; MMC, but when trying to install the Management Console there is no
&lt;br&gt;&amp;gt; option to use a built-in database. The install runs as
&lt;br&gt;&amp;gt; follows:{color:#0000ff}
&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;Which installer are you using? I vaguely remember that the installers
&lt;br&gt;that don't contain a JRE might require an external database. However, I
&lt;br&gt;can confirm that the Windows installer does indeed install a postgres DB.
&lt;br&gt;&lt;br&gt;Let me run some more tests on Monday ..
&lt;br&gt;&lt;br&gt;-dirk
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-install-Mule-Management-Console-for-built-in-database--tp26236954p26243272.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26239280</id>
	<title>Re: How to install Mule Management Console for built-in database?</title>
	<published>2009-11-06T14:04:07Z</published>
	<updated>2009-11-06T14:04:07Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">By &amp;quot;embedded&amp;quot; database I was using the terms directly from the mgmtconsole.pdf install instructions, which following a link to more &amp;quot;detailed&amp;quot; instructions links to a Hyperic document which discusses an included PostgreSQL as part of the install of Hyperic HQ which seems to be removed from the Mule MMC setup script.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-install-Mule-Management-Console-for-built-in-database--tp26236954p26239280.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26237330</id>
	<title>Re: How to install Mule Management Console for built-in  database?</title>
	<published>2009-11-06T11:21:53Z</published>
	<updated>2009-11-06T11:21:53Z</updated>
	<author>
		<name>Andrew Perepelytsya</name>
	</author>
	<content type="html">Hi Richard,&lt;br&gt;&lt;br&gt;The post lost EOLs and got garbled. There&amp;#39;s no option AFAIK to have an &amp;#39;embedded&amp;#39; database, but one starts up a bundled postgresql, or can also run on alternative ones.&lt;br&gt;&lt;br&gt;However, you may wish to contact MuleSoft support, they may come up with instructions for e.g. embedded Derby, if that&amp;#39;s what you mean.&lt;br&gt;
&lt;br&gt;HTH,&lt;br&gt;Andrew&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-install-Mule-Management-Console-for-built-in-database--tp26236954p26237330.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26236954</id>
	<title>How to install Mule Management Console for built-in database?</title>
	<published>2009-11-06T10:54:48Z</published>
	<updated>2009-11-06T10:54:48Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Following the installation steps in mgmtconsole.pdf:
&lt;br&gt;bq. +Mule Management Console User's Guide+ \\ +Mule Enterprise Edition Version 2.2.2+ \\ +October 2009+
&lt;br&gt;I've successfully enabled Mule to use the MMC, but when trying to install the Management Console there is no option to use a built-in database.
&lt;br&gt;The install runs as follows:{color:#0000ff}
&lt;br&gt;&lt;br&gt;{color}bq. {color:#0000ff}C:\mule-management-console-installer&amp;gt;*{color:#ff0000}setup{color}* \\ Buildfile: C:\mule-management-console-installer\installer-4.1.2-EE\bin\..\data\setup.xml \\ Initializing Mule Management Console 4.1.2-EE Installation... \\ Loading taskdefs... \\ Taskdefs loaded \\ Choose which software to install: \\ 1: Mule Management Console Server \\ 2: Mule Management Console Agent \\ You may enter multiple choices, separated by commas. \\ *{color:#ff0000}1,2{color}* \\ Mule Management Console server installation path [default 'C:\Program Files']: \\ c:\Mule_MC \\ Choices: \\ 1: Oracle 10g/11g \\ 2: PostgreSQL \\ 3: MySQL 5.x \\ What backend database should the Mule Management Console server use? [default '1']: \\ {color}
&lt;br&gt;Does MMC 4.1.2-EE not support an internal database?
&lt;br&gt;If not, is there any earlier version that I can use that does?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-install-Mule-Management-Console-for-built-in-database--tp26236954p26236954.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234301</id>
	<title>Re: Exception Strategy executed more than once for the  same exception, help?</title>
	<published>2009-11-06T07:56:16Z</published>
	<updated>2009-11-06T07:56:16Z</updated>
	<author>
		<name>Andrew Perepelytsya</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;Is it behaving the same without cxf in the mix?&lt;br&gt;&lt;br&gt;Andrew&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Exception-Strategy-executed-more-than-once--for-the-same-exception%2C-help--tp26179843p26234301.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234277</id>
	<title>Re: Event Correlator and Processed Groups</title>
	<published>2009-11-06T07:54:13Z</published>
	<updated>2009-11-06T07:54:13Z</updated>
	<author>
		<name>Andrew Perepelytsya</name>
	</author>
	<content type="html">Hi Luc,&lt;br&gt;&lt;br&gt;What exactly were you trying to locate? The patch is attached to jira posted above, here&amp;#39;s the link once again: &lt;a href=&quot;http://www.mulesource.org/jira/browse/MULE-4337&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/jira/browse/MULE-4337&lt;/a&gt;&lt;br&gt;
&lt;br&gt;HTH,&lt;br&gt;Andrew&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 9:59 AM, LucDP &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234277&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;luc@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
Hi,&lt;br&gt;
&lt;br&gt;
Can someone post the JIRA details for this patch ? A search with JIRA did&lt;br&gt;
not return the hoped result.&lt;br&gt;
&lt;br&gt;
Thanks!&lt;br&gt;
&lt;br&gt;
Luc&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
Andrew Perepelytsya wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Richard,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; You create a new issue at &lt;a href=&quot;http://www.mulesource.org/jira/browse/MULE&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/jira/browse/MULE&lt;/a&gt; (free&lt;br&gt;
&amp;gt; account registration if needed). Choose a Patch Submission issue type,&lt;br&gt;
&amp;gt; I&amp;#39;ll&lt;br&gt;
&amp;gt; handle it from there. You can find more details here:&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mulesource.org/display/MULE/Getting+Involved&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/display/MULE/Getting+Involved&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; HTH,&lt;br&gt;
&amp;gt; Andrew&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Thu, Apr 30, 2009 at 6:37 PM, Richard Clayton&lt;br&gt;
&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234277&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard@...&lt;/a&gt;&amp;gt;wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Will do. Do I submit a Jira issue or do you?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Richard&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Andrew Perepelytsya wrote:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Mind submitting a patch?&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Andrew&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; On Apr 30, 2009 6:03 PM, &amp;quot;Richard Clayton&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234277&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; We just ran into this issue as well. Here&amp;#39;s some timing numbers we got&lt;br&gt;
&amp;gt;&amp;gt; on&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; the&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; isGroupAlreadyProcessed method:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; First 10K calls: 40 seconds&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Second 10K calls: 120 seconds&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; So this absolutely affects performance. As Rob pointed out, this is&lt;br&gt;
&amp;gt;&amp;gt; easily&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; corrected. We added a HashSet that tracks the group ids in the&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; BoundedFifoBuffer, let it handle the contains calls, and the total time&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; for&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; the isGroupAlreadyProcessed method calls drops to a fraction of a&lt;br&gt;
&amp;gt;&amp;gt; second.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Our Collection Aggregator router now rocks even on high volumes.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234277&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rstacy@...&lt;/a&gt; wrote: &amp;gt; &amp;gt; I have no numbers at this point. I will&lt;br&gt;
&amp;gt;&amp;gt; try&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; and&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; get some. It is j...&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p23325142.html&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p23325142.html&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Sent from the Mule - Dev mailing list archive at Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; -------------------------------------...&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p23325578.html&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p23325578.html&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; Sent from the Mule - Dev mailing list archive at Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; ---------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; To unsubscribe from this list, please visit:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p26230787.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p26230787.html&lt;/a&gt;&lt;br&gt;

&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Sent from the Mule - Dev mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p26234277.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230787</id>
	<title>Re: Event Correlator and Processed Groups</title>
	<published>2009-11-06T06:59:31Z</published>
	<updated>2009-11-06T06:59:31Z</updated>
	<author>
		<name>LucDP</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Can someone post the JIRA details for this patch ? A search with JIRA did not return the hoped result.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Luc
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Andrew Perepelytsya wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Richard,
&lt;br&gt;&lt;br&gt;You create a new issue at &lt;a href=&quot;http://www.mulesource.org/jira/browse/MULE&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/jira/browse/MULE&lt;/a&gt;&amp;nbsp;(free
&lt;br&gt;account registration if needed). Choose a Patch Submission issue type, I'll
&lt;br&gt;handle it from there. You can find more details here:
&lt;br&gt;&lt;a href=&quot;http://www.mulesource.org/display/MULE/Getting+Involved&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/display/MULE/Getting+Involved&lt;/a&gt;&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;Andrew
&lt;br&gt;&lt;br&gt;On Thu, Apr 30, 2009 at 6:37 PM, Richard Clayton &amp;lt;richard@connext.net&amp;gt;wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Will do. Do I submit a Jira issue or do you?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Richard
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Andrew Perepelytsya wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Mind submitting a patch?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Andrew
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Apr 30, 2009 6:03 PM, &amp;quot;Richard Clayton&amp;quot; &amp;lt;richard@connext.net&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; We just ran into this issue as well. Here's some timing numbers we got on
&lt;br&gt;&amp;gt; &amp;gt; the
&lt;br&gt;&amp;gt; &amp;gt; isGroupAlreadyProcessed method:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; First 10K calls: 40 seconds
&lt;br&gt;&amp;gt; &amp;gt; Second 10K calls: 120 seconds
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; So this absolutely affects performance. As Rob pointed out, this is
&lt;br&gt;&amp;gt; easily
&lt;br&gt;&amp;gt; &amp;gt; corrected. We added a HashSet that tracks the group ids in the
&lt;br&gt;&amp;gt; &amp;gt; BoundedFifoBuffer, let it handle the contains calls, and the total time
&lt;br&gt;&amp;gt; &amp;gt; for
&lt;br&gt;&amp;gt; &amp;gt; the isGroupAlreadyProcessed method calls drops to a fraction of a second.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Our Collection Aggregator router now rocks even on high volumes.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; rstacy@zcorum.com wrote: &amp;gt; &amp;gt; I have no numbers at this point. I will try
&lt;br&gt;&amp;gt; &amp;gt; and
&lt;br&gt;&amp;gt; &amp;gt; get some. It is j...
&lt;br&gt;&amp;gt; &amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p23325142.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p23325142.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Sent from the Mule - Dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; &amp;gt; -------------------------------------...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p23325578.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p23325578.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Mule - Dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Event-Correlator-and-Processed-Groups-tp22227630p26230787.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230496</id>
	<title>SpringSecurity: Multithreading: Access Denied under load</title>
	<published>2009-11-06T04:23:07Z</published>
	<updated>2009-11-06T04:23:07Z</updated>
	<author>
		<name>dialsc</name>
	</author>
	<content type="html">hello,
&lt;br&gt;&lt;br&gt;i've got serious problems with the spring security integration under load. it looks like things get mixed up thus spring trys to authenticate using credentials taken from another request which looks like any point in the integration code or something of spring security it self is not threadsafe.
&lt;br&gt;&lt;br&gt;i've opend a bug report which i would like to aks you to pay attention for as this is a realy big problem and will stop our project if we cannot solve it. the bug report is to be found here: &lt;a href=&quot;http://www.mulesoft.org/jira/browse/MULE-4596&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesoft.org/jira/browse/MULE-4596&lt;/a&gt;&lt;br&gt;&lt;br&gt;greez,
&lt;br&gt;&lt;br&gt;dialsc</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SpringSecurity%3A-Multithreading%3A-Access-Denied-under-load-tp26230496p26230496.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26225609</id>
	<title>Re: [mule-scm] [mule] [15984] branches/mule-3.x/core/src/main/java/org/mule/model/resolvers/AbstractEntryPointResolver.java: Added a flag to synchronize calls to the component object, by default it is false</title>
	<published>2009-11-05T17:53:10Z</published>
	<updated>2009-11-05T17:53:10Z</updated>
	<author>
		<name>Dirk Olmes</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26225609&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rossmason@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Revision
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 15984 &amp;lt;&lt;a href=&quot;http://fisheye.codehaus.org/changelog/mule/?cs=15984&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fisheye.codehaus.org/changelog/mule/?cs=15984&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Author
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; rossmason
&lt;br&gt;&amp;gt; Date
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 2009-11-05 18:12:55 -0600 (Thu, 05 Nov 2009)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Log Message
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Added a flag to synchronize calls to the component object, by default it is false
&lt;/div&gt;&lt;br&gt;Ross, what's the purpose of this config option? IMHO this should not be
&lt;br&gt;configured on the entry point resolver but is rather a concern of the
&lt;br&gt;component itself. How about adding a marker interface (like
&lt;br&gt;SynchronizedCall) that components can implement instead?
&lt;br&gt;&lt;br&gt;-dirk
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--mule-scm---mule---15984--branches-mule-3.x-core-src-main-java-org-mule-model-resolvers-AbstractEntryPointResolver.java%3A-Added-a-flag-to-synchronize-calls-to-the-component-object%2C-by-default-it-is-false-tp26225609p26225609.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26224840</id>
	<title>Re: component call another web service</title>
	<published>2009-11-05T16:20:03Z</published>
	<updated>2009-11-05T16:20:03Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Using tcpmon I was able to determine which parts of the Soap body and SoapAction I was missing.
&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/component-call-another-web-service-tp26117726p26224840.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26224785</id>
	<title>Re: filtering router</title>
	<published>2009-11-05T16:14:00Z</published>
	<updated>2009-11-05T16:14:00Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">Thanks, you are correct.
&lt;br&gt;This issue has being identified in the following links:
&lt;br&gt;&lt;a href=&quot;http://www.mulesoft.org/jira/browse/MULE-4096&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesoft.org/jira/browse/MULE-4096&lt;/a&gt;&amp;nbsp; 
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/filtering-router-does-not-support-streaming--td21736130.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/filtering-router-does-not-support-streaming--td21736130.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;I did a quick test using &amp;quot;message-property-filter&amp;quot; and this seems to work.
&lt;br&gt;So I created a component that pulls out the destination id and save it in a mule message property.
&lt;br&gt;My component implements Callable
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public Object onCall(MuleEventContext context) throws Exception {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Get the payload
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String payload = context.getMessageAsString();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // get destinatation id from payload.
&lt;br&gt;&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; &amp;nbsp; // set message properties
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; context.getMessage().setStringProperty(&amp;quot;destinationId&amp;quot;, destinationid);
&lt;br&gt;&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; &amp;nbsp; return context.getMessage();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/filtering-router-tp26209975p26224785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26218048</id>
	<title>Re: How does message chunking aggregator-router correlate to a queue?</title>
	<published>2009-11-05T08:37:51Z</published>
	<updated>2009-11-05T08:37:51Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">I have the answer. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;inbound&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;jms:inbound-endpoint connector-ref=&amp;quot;jmsConnectorReceiver&amp;quot;
&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; queue=&amp;quot;gOrder&amp;quot; /&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;message-chunking-aggregator-router&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;payload-type-filter expectedType=&amp;quot;java.lang.Object&amp;quot; /&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;/message-chunking-aggregator-router&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;/inbound&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;component&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;spring-object bean=&amp;quot;OrderWriter&amp;quot; /&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;/component&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-message-chunking-aggregator-router-correlate-to-a-queue--tp26217247p26218048.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26217247</id>
	<title>How does message chunking aggregator-router correlate to a queue?</title>
	<published>2009-11-05T07:52:10Z</published>
	<updated>2009-11-05T07:52:10Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">In the below configuration I do not see any indication of what queue it comes from.
&lt;br&gt;&lt;br&gt;&amp;lt;inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message-chunking-aggregator-router&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;expression-message-info-mapping correlationIdExpression=&amp;quot;#[header:correlation]&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;payload-type-filter expectedType=&amp;quot;org.foo.some.Object&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message-chunking-aggregator-router&amp;gt;
&lt;br&gt;&amp;lt;/inbound&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-message-chunking-aggregator-router-correlate-to-a-queue--tp26217247p26217247.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26215847</id>
	<title>Re: JDBC connection to XML</title>
	<published>2009-11-05T06:37:17Z</published>
	<updated>2009-11-05T06:37:17Z</updated>
	<author>
		<name>Marco Mascia-2</name>
	</author>
	<content type="html">I don't think there is an example for doing exactly what you want to do, but it should be pretty easy just to combine the examples in the docs to what you need.
&lt;br&gt;&lt;br&gt;When integration with Oracle Apps you could also consider using Oracle AQ instead of tables.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JDBC-connection-to-XML-tp26203501p26215847.html" />
</entry>

</feed>
