<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2727</id>
	<title>Nabble - Mule - User</title>
	<updated>2009-11-11T23:46:32Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Mule---User-f2727.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mule---User-f2727.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26314694</id>
	<title>Re: Determining when the connector is up.</title>
	<published>2009-11-11T23:46:32Z</published>
	<updated>2009-11-11T23:46:32Z</updated>
	<author>
		<name>Dirk Olmes</name>
	</author>
	<content type="html">Ryan J. R wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi experts,
&lt;br&gt;&amp;gt; &amp;nbsp; I have a requirement where i need to place a monitoring code when the
&lt;br&gt;&amp;gt; Connector is up.
&lt;br&gt;&amp;gt; &amp;nbsp; let me expalin the scemario. : 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; We have requirement where we need to monitor the mule connector. i.e if
&lt;br&gt;&amp;gt; the connector is down i trigger the retry policy.The retry policy tries to
&lt;br&gt;&amp;gt; connect , once the connector has established the connection the retry policy
&lt;br&gt;&amp;gt; is not called. &amp;nbsp;Now once the connector has establised a successful
&lt;br&gt;&amp;gt; connection i need to specify some monitoring code (set the status of the
&lt;br&gt;&amp;gt; Connector). How can iachieve this in mule. How do i know that the connector
&lt;br&gt;&amp;gt; is up ? Is there a specific way out of this. Please help me out with this.
&lt;/div&gt;&lt;br&gt;Have a look at Mule's notifications. I'm pretty sure that one is fired
&lt;br&gt;once the connector connects/disconnects.
&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/Determining-when-the-connector-is-up.-tp26313163p26314694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26313890</id>
	<title>Re: JMS: Howto reconnect on connection lost</title>
	<published>2009-11-11T21:53:53Z</published>
	<updated>2009-11-11T21:53:53Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">We are having the same problem with Tibco JMS server restarts. I agree with dialsc that the way Mule is handling restarts of JMS server is inadequate. At least the option has to be provided, where Mule just reconnects when the server comes back up and throws exceptions till then. Blocking threads is not even an option. I find it hard to believe that an ESB that is supposed to integrate multiple systems handles system restarts so awkwardly.
&lt;br&gt;&lt;br&gt;Mule Version 2.2.1 running on Websphere 6.1
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sunil
&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/JMS%3A-Howto-reconnect-on-connection-lost-tp26206517p26313890.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26313207</id>
	<title>Identifying which connector is active.</title>
	<published>2009-11-11T20:20:00Z</published>
	<updated>2009-11-11T20:20:00Z</updated>
	<author>
		<name>Ryan J. R</name>
	</author>
	<content type="html">Hi ,
&lt;br&gt;I have a retry policy in my mule which is triggered when the connector is down. But , &amp;nbsp;
&lt;br&gt;I have a requirement where i need to determine which connector is calling the retry policy. Is there any way i can get the connector name or any parameter in mule that identifies the current connector.
&lt;br&gt;&lt;br&gt;&amp;nbsp;PLease help me out with this.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp; Ryan.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Identifying-which-connector-is-active.-tp26313207p26313207.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26313163</id>
	<title>Determining when the connector is up.</title>
	<published>2009-11-11T20:12:34Z</published>
	<updated>2009-11-11T20:12:34Z</updated>
	<author>
		<name>Ryan J. R</name>
	</author>
	<content type="html">Hi experts,
&lt;br&gt;&amp;nbsp; I have a requirement where i need to place a monitoring code when the Connector is up.
&lt;br&gt;&amp;nbsp; let me expalin the scemario. : 
&lt;br&gt;&amp;nbsp; &amp;nbsp; We have requirement where we need to monitor the mule connector. i.e if the connector is down i trigger the retry policy.The retry policy tries to connect , once the connector has established the connection the retry policy is not called. &amp;nbsp;Now once the connector has establised a successful connection i need to specify some monitoring code (set the status of the Connector). How can iachieve this in mule. How do i know that the connector is up ? Is there a specific way out of this. Please help me out with this.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;Thank you,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Ryan </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Determining-when-the-connector-is-up.-tp26313163p26313163.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26312966</id>
	<title>Re: Any plans to integrate jbpm4 into Mule</title>
	<published>2009-11-11T19:38:29Z</published>
	<updated>2009-11-11T19:38:29Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">Denis,
&lt;br&gt;&lt;br&gt;I wrote a jbpm 4 transport and have just submitted the proposal to muleforge. I'm not sure how long it takes for new projects to be setup, but if you'd like it before then, I can send you a copy. &amp;nbsp;I have to admit though, that before I started, I knew very little about mule, maven or jbpm so this was a good learning experience. &amp;nbsp;Also, the majority of what I did was based upon ( cut/pasted from ) &amp;nbsp;the existing jbpm transport. I've been testing it on a project I'm working on and so far I haven't had any issues.
&lt;br&gt;&lt;br&gt;Kevin
&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/Any-plans-to-integrate-jbpm4-into-Mule-tp25514000p26312966.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26312012</id>
	<title>Handling TransformerException with HTTP endpoint</title>
	<published>2009-11-11T17:37:05Z</published>
	<updated>2009-11-11T17:37:05Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I would like to handle an exception which occurs on a transformer by returning a message from a custom-exception-strategy to the HTTP caller. &amp;nbsp;I have tried various methods of routing, yet each time the message does not make it back to the caller. &amp;nbsp;Most examples I have seen use a new outbound endpoint, but I would like to use the existing connection to return an error. &amp;nbsp;Below is my configuration and ExceptionHandler outline. &amp;nbsp;Any help would be greatly appreciated.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;endpoint name=&amp;quot;Commands&amp;quot; address=&amp;quot;&lt;a href=&quot;http://localhost:8080/service&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/service&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;model name=&amp;quot;ServiceModel&amp;quot; inherit=&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;lt;service name=&amp;quot;Service&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;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;inbound-endpoint synchronous=&amp;quot;true&amp;quot; ref=&amp;quot;Commands&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; transformer-refs=&amp;quot;RequestTransformer CommandTransformer&amp;quot; responseTransformer-refs=&amp;quot;ResultTransformer&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;lt;/inbound-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;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 class=&amp;quot;com.test.Endpoint&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;custom-exception-strategy class=&amp;quot;com.test.ExceptionHandler&amp;quot;/&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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/model&amp;gt;
&lt;br&gt;&lt;br&gt;ExceptionHandler outline:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; protected Object getErrorMessagePayload(MuleMessage umo) {		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try {
&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; 
&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; //Get the received command and exception
&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; Object payload = umo.getPayload();
&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; ExceptionPayload exception = umo.getExceptionPayload();
&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; if (exception != null) {
&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; //Create some XML based on the exception
&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; ....
&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; return xml;
&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; } else return cannedResponseXML;			
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (Exception e) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return cannedResponseXML;
&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; }
&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/Handling-TransformerException-with-HTTP-endpoint-tp26312012p26312012.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26306597</id>
	<title>Re: Wiretap only one method of a svc class?  Or create a separate svc class?</title>
	<published>2009-11-11T10:54:18Z</published>
	<updated>2009-11-11T10:54:18Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">Wiretaprouter extends selectiveconsumer. So I think you can define a filter on it. Would that work for you?
&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/Wiretap-only-one-method-of-a-svc-class---Or-create-a-separate-svc-class--tp26294914p26306597.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26306415</id>
	<title>Re: Dynami JMS selection in Mule 2.2.1</title>
	<published>2009-11-11T10:42:16Z</published>
	<updated>2009-11-11T10:42:16Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">Looking at your example for Mule-2.2.1 I guess something like the following.
&lt;br&gt;&lt;br&gt;JmsSelectorFilter filter = new JmsSelectorFilter();
&lt;br&gt;filter.setExpression(&amp;quot;REFFERD_EMS_MESSAGE_ID==&amp;quot; + refferedEmsMessageId);
&lt;br&gt;........
&lt;br&gt;&lt;br&gt;I am curious at the complete use case as I find the concept of selecting a single message from a wait queue a little bit strange. Normally queues are best at fifo type operations (so consume them all). Would it be an alternative to use a database table instead and select the message from directly from the table?
&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/Dynami-JMS-selection-in-Mule-2.2.1-tp26258908p26306415.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26305803</id>
	<title>Re: RE: Extract a column from a csv text</title>
	<published>2009-11-11T10:04:25Z</published>
	<updated>2009-11-11T10:04:25Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">I guess a transformer is a more natural place to extract the filename and set the header property then in a component.
&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/Extract-a-column-from-a-csv-text-tp26299458p26305803.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26304983</id>
	<title>PropertyPlaceholderConfigurer - could not resolve placeholder</title>
	<published>2009-11-11T09:13:49Z</published>
	<updated>2009-11-11T09:13:49Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">I'm currently having an issue where I have two separate services that are configured via one mule-config.xml file by using spring-import of each service's xxx-config.xml. &amp;nbsp;The property placeholder entries are in the Spring applicationContext xml files that these individual services use.
&lt;br&gt;&lt;br&gt;So the scenario is:
&lt;br&gt;&lt;br&gt;mule-config.xml ==&amp;gt; addressValidation-config.xml ==&amp;gt; addressValidation-applicationContext.xml
&lt;br&gt;mule-config.xml ==&amp;gt; mdservices-config.xml ==&amp;gt; applicationContext.xml
&lt;br&gt;&lt;br&gt;The mule-config.xml file looks like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;mule 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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:jersey=&amp;quot;&lt;a href=&quot;http://www.mulesource.org/schema/mule/jersey/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/jersey/2.2&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:stdio=&amp;quot;&lt;a href=&quot;http://www.mulesource.org/schema/mule/stdio/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/stdio/2.2&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:aop=&amp;quot;&lt;a href=&quot;http://www.springframework.org/schema/aop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/aop&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:p=&amp;quot;&lt;a href=&quot;http://www.springframework.org/schema/p&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/p&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xsi:schemaLocation=&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&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;nbsp;&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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&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;nbsp;&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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/jersey/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/jersey/2.2&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/jersey/2.2/mule-jersey.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/jersey/2.2/mule-jersey.xsd&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/stdio/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/stdio/2.2&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/stdio/2.2/mule-stdio.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/stdio/2.2/mule-stdio.xsd&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&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;nbsp;&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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.springframework.org/schema/aop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/aop&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.springframework.org/schema/aop/spring-aop-2.5.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/aop/spring-aop-2.5.xsd&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;	 &amp;nbsp; &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;nbsp;&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;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;jersey:connector name=&amp;quot;jersey&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;spring:beans&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- spring:import resource=&amp;quot;addressValidation-config.xml&amp;quot; /--&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;spring:import resource=&amp;quot;addressValidation-config.xml&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;spring:import resource=&amp;quot;mdservices-config.xml&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 		&amp;lt;spring:bean class=&amp;quot;org.springframework.beans.factory.config.PropertyPlaceholderConfigurer&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;spring:property name=&amp;quot;locations&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;lt;spring:list&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;spring:value&amp;gt;file:${user.home}/addressServices.properties&amp;lt;/spring:value&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;spring:value&amp;gt;file:${user.home}/mds.properties&amp;lt;/spring:value&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:list&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;/spring:property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/spring:bean&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/spring:beans&amp;gt;
&lt;br&gt;&amp;lt;/mule&amp;gt;
&lt;br&gt;&lt;br&gt;Each of these imported resources, addressValidation-config.xml and mdservices-config.xml have property placeholders in them. &amp;nbsp;I originally had the property placeholder spring bean defined separately in each of these config files but had the same issue where it can't find the placeholders. &amp;nbsp;So I put it in here and got the same behavior. &amp;nbsp;If I comment one import or the other mule will start up fine - finding the placeholder values in the correct properties file. &amp;nbsp;
&lt;br&gt;&lt;br&gt;This is what one of the imported config files looks like...
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;mule 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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:jersey=&amp;quot;&lt;a href=&quot;http://www.mulesource.org/schema/mule/jersey/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/jersey/2.2&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:stdio=&amp;quot;&lt;a href=&quot;http://www.mulesource.org/schema/mule/stdio/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/stdio/2.2&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:http=&amp;quot;&lt;a href=&quot;http://www.mulesource.org/schema/mule/http/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/http/2.2&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:xm=&amp;quot;&lt;a href=&quot;http://www.mulesource.org/schema/mule/xml/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/xml/2.2&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xsi:schemaLocation=&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&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;nbsp;&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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&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;nbsp;&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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/jersey/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/jersey/2.2&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/jersey/2.2/mule-jersey.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/jersey/2.2/mule-jersey.xsd&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/stdio/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/stdio/2.2&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/stdio/2.2/mule-stdio.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/stdio/2.2/mule-stdio.xsd&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/http/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/http/2.2&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/http/2.2/mule-http.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/http/2.2/mule-http.xsd&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/xml/2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/xml/2.2&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.mulesource.org/schema/mule/xml/2.2/mule-xml.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesource.org/schema/mule/xml/2.2/mule-xml.xsd&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&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;nbsp;&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;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:beans&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:import resource=&amp;quot;classpath:addressValidation-applicationContext.xml&amp;quot; /&amp;gt;
&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; &amp;lt;!-- spring:bean class=&amp;quot;org.springframework.beans.factory.config.PropertyPlaceholderConfigurer&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;spring:property name=&amp;quot;locations&amp;quot; value=&amp;quot;file:${user.home}/addressServices.properties&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/spring:bean--&amp;gt;
&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;lt;/spring:beans&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;model name=&amp;quot;AddressTypeRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;service name=&amp;quot;AddressValidator&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;inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;		&amp;lt;inbound-endpoint address=&amp;quot;jersey:&lt;a href=&quot;http://localhost:65090&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:65090&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;lt;/inbound&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;component&amp;gt;	 &amp;nbsp; &amp;nbsp; &amp;nbsp;	
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;spring-object bean=&amp;quot;addressValidatorResource&amp;quot; /&amp;gt;
&lt;br&gt;&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;lt;/service&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/model&amp;gt;
&lt;br&gt;&amp;lt;/mule&amp;gt;
&lt;br&gt;&lt;br&gt;The placeholders are in the referenced addressValidation-applicationContext.xml file. &amp;nbsp;So, the properties files are definitely accessible and each service deployed separately is functional. &amp;nbsp;I'm running mule 2.2.1 standalone. &amp;nbsp;Any clues on what configuration has to occur in order to do this?
&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/PropertyPlaceholderConfigurer---could-not-resolve-placeholder-tp26304983p26304983.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26304203</id>
	<title>SSL on Mule AXIS Web service</title>
	<published>2009-11-11T08:27:26Z</published>
	<updated>2009-11-11T08:27:26Z</updated>
	<author>
		<name>Kiren N Pillay</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;Sorry, I don't seem to be able to find the info I'm looking for.
&lt;br&gt;&lt;br&gt;We want to secure our AXIS web services on Mule 2.1.2 with SSL. How do we go about doing this?
&lt;br&gt;&lt;br&gt;I see an SSL endpoint, but how do I make my web service expose itself over https?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Kiren
&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/SSL-on-Mule-AXIS-Web-service-tp26304203p26304203.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26301898</id>
	<title>RE: Extract a column from a csv text</title>
	<published>2009-11-11T06:12:41Z</published>
	<updated>2009-11-11T06:12:41Z</updated>
	<author>
		<name>Farrell, Kevin (ICTL_eCust_05)</name>
	</author>
	<content type="html">&lt;br&gt;I think what you could do is in your component write code to get the filename
&lt;br&gt;from the payload and then you could put the filename into the message
&lt;br&gt;properties.
&lt;br&gt;&lt;br&gt;Then on the ftp outbound endpoint you could simply specify the ftp connector
&lt;br&gt;to use the expression-filename-parser and pass in #[header:propertyName] as
&lt;br&gt;the outputPattern.
&lt;br&gt;&lt;br&gt;Just an idea - never tried this myself so there could be a much easier way
&lt;br&gt;out there!
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26301898&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;iwanek@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26301898&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;iwanek@...&lt;/a&gt;]
&lt;br&gt;Sent: 11 November 2009 10:59
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26301898&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;
&lt;br&gt;Subject: [mule-user] Extract a column from a csv text
&lt;br&gt;&lt;br&gt;&lt;br&gt;*************************************
&lt;br&gt;&lt;br&gt;This e-mail has been received by the Revenue Internet e-mail service. (IP)
&lt;br&gt;&lt;br&gt;*************************************
&lt;br&gt;&lt;br&gt;Hello list,
&lt;br&gt;&lt;br&gt;Using Mule 2.2.1 CE.
&lt;br&gt;&lt;br&gt;I have a componet that produces a comma-seperated-value text
&lt;br&gt;as a payload to pass on to a ftp transport.
&lt;br&gt;&lt;br&gt;Problem is that the name of the file, which ftp transport shuold use
&lt;br&gt;when putting the file on the ftp server, is embedded in the payload
&lt;br&gt;itself; it is the 4th column of the 1st line.
&lt;br&gt;&lt;br&gt;How can Mule extract this column from the payload and use it for
&lt;br&gt;the value for outputPattern=&amp;quot;....&amp;quot; attribute of ftp:outbound-endpoint ?
&lt;br&gt;&lt;br&gt;Thanks in advance.
&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;&lt;br&gt;&lt;br&gt;*********************************************************************
&lt;br&gt;&lt;br&gt;Please note that Revenue cannot guarantee that any personal 
&lt;br&gt;and sensitive data, sent in plain text via standard email, 
&lt;br&gt;is fully secure. Customers who choose to use this channel 
&lt;br&gt;are deemed to have accepted any risk involved. The alternative 
&lt;br&gt;communication methods offered by Revenue include standard post 
&lt;br&gt;and the option to register for our (encrypted) secure email service.
&lt;br&gt;&lt;a href=&quot;http://www.revenue.ie/en/practitioner/secure-email.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.revenue.ie/en/practitioner/secure-email.html&lt;/a&gt;&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/Extract-a-column-from-a-csv-text-tp26299458p26301898.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26299458</id>
	<title>Extract a column from a csv text</title>
	<published>2009-11-11T02:58:42Z</published>
	<updated>2009-11-11T02:58:42Z</updated>
	<author>
		<name>iwanek</name>
	</author>
	<content type="html">Hello list,
&lt;br&gt;&lt;br&gt;Using Mule 2.2.1 CE.
&lt;br&gt;&lt;br&gt;I have a componet that produces a comma-seperated-value text
&lt;br&gt;as a payload to pass on to a ftp transport.
&lt;br&gt;&lt;br&gt;Problem is that the name of the file, which ftp transport shuold use
&lt;br&gt;when putting the file on the ftp server, is embedded in the payload
&lt;br&gt;itself; it is the 4th column of the 1st line.
&lt;br&gt;&lt;br&gt;How can Mule extract this column from the payload and use it for
&lt;br&gt;the value for outputPattern=&amp;quot;....&amp;quot; attribute of ftp:outbound-endpoint ?
&lt;br&gt;&lt;br&gt;Thanks in advance.
&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/Extract-a-column-from-a-csv-text-tp26299458p26299458.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26296951</id>
	<title>Re: Dynami JMS selection in Mule 2.2.1</title>
	<published>2009-11-10T23:03:44Z</published>
	<updated>2009-11-10T23:03:44Z</updated>
	<author>
		<name>torghal</name>
	</author>
	<content type="html">Can you give an example how to do this, we have messages waiting on the queue which where created like this:
&lt;br&gt;&lt;br&gt;MuleMessage umoXmlMessage = new DefaultMuleMessage(xmlMessage);	
&lt;br&gt;umoXmlMessage.setProperty(&amp;quot;REFFERD_EMS_MESSAGE_ID&amp;quot;, comr.getRefferedEmsMessageId());
&lt;br&gt;&lt;br&gt;We would like to select a message ussing the REFFERD_EMS_MESSAGE_ID property.
&lt;br&gt;&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;Trond Kvarenes-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Since mule 2.2 you should be able to use expressions in your selector. See
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.mulesoft.org/jira/browse/MULE-4119&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesoft.org/jira/browse/MULE-4119&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;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dynami-JMS-selection-in-Mule-2.2.1-tp26258908p26296951.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26296529</id>
	<title>Re: Mule 2.2.1 datasource configuration with Oracle thick driver (OCI)</title>
	<published>2009-11-10T22:00:23Z</published>
	<updated>2009-11-10T22:00:23Z</updated>
	<author>
		<name>Dirk Olmes</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; 	&amp;lt;/li&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/ul&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;br /&amp;gt;
&lt;br&gt;&lt;br&gt;HTML in plain text emails ... you're taking all chances to avoid people
&lt;br&gt;helping you ...
&lt;br&gt;&lt;br&gt;&amp;gt; Suspecting the Mule running on 32bit mode, 'mule' script is modified
&lt;br&gt;to use mule-standalone-2.2.1/lib/boot/exec/wrapper-solaris-sparc-64
&lt;br&gt;&amp;gt; instead of the default 32bit wrapper. So, as shown below, Mule starts
&lt;br&gt;&amp;gt; 
&lt;br&gt;with the correct wrapper, but, still throws the same linkage exception.
&lt;br&gt;&lt;br&gt;The Mule cannot run in 32 bit mode, it's the Java VM that does. Did you
&lt;br&gt;make sure that the wrapper actually uses a 64 bit VM?
&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/Mule-2.2.1-datasource-configuration-with-Oracle-thick-driver-%28OCI%29-tp26288920p26296529.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26294914</id>
	<title>Wiretap only one method of a svc class?  Or create a separate svc class?</title>
	<published>2009-11-10T18:08:33Z</published>
	<updated>2009-11-10T18:08:33Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have a general question about mule services, message flows and entry point resolvers used to specify the method to call in a mule declared service. &amp;nbsp;For example, I have a service that has a wiretap that sends a copy of the incoming message off to an aggregator. &amp;nbsp;I only want the wiretap to do its thing for *one* of the methods of this service class but realized at my 1st implementation attempt that it was sending *all* messages from all service methods to the wiretap. &amp;nbsp;If I specify an entry point resolver in the service config that specifies the one service method I want wiretapped, will mule not wiretap all the messages bound for other service methods of that same class? &amp;nbsp;Or do I have to create a new service class to isolate the service method I want to wiretap? &amp;nbsp;Since the service methods are all related, it makes sense for them to all be in the same class but I only want one method wiretapped, not all of them. &amp;nbsp;Anybody got some good advice for a newbie?
&lt;br&gt;&lt;br&gt;If anyone's interested I can post the config I was trying to use but for now I'll keep it short, to try to keep yer eyes from glazing over ;)
&lt;br&gt;&lt;br&gt;thanks...
&lt;br&gt;&lt;br&gt;-=j=-
&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/Wiretap-only-one-method-of-a-svc-class---Or-create-a-separate-svc-class--tp26294914p26294914.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26293513</id>
	<title>Re: Creating a custom jms connector with mule 2.2.x</title>
	<published>2009-11-10T15:44:39Z</published>
	<updated>2009-11-10T15:44:39Z</updated>
	<author>
		<name>Andrew Perepelytsya</name>
	</author>
	<content type="html">Because doInitialise() is Mule lifecycle method, and you&amp;#39;re creating them as spring beans. Use Mule&amp;#39;s &amp;lt;jms:custom-connector/&amp;gt; element instead.&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 Tue, Nov 10, 2009 at 6:25 PM, Ganesh Chakka &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26293513&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mule.user.relay@...&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;I am trying to create a custom jms connector &amp;quot;AbcWebshpereJmsConnector&amp;quot; which extends from &amp;quot;WebsphereJmsConnector&amp;quot; but have problems configuring it.&lt;br&gt;

&lt;br&gt;
The problem is that the program fails to come up due to a NullPointerException at startup. On debugging, I found that the &amp;quot;doInitialize&amp;quot; method on the connector is not called for some reason.  I am not sure what I am missing.&lt;br&gt;

&lt;br&gt;
Also, if there is a better way to define a custom JMS connector in Mule 2.2.x instead of using spring beans, please do let me know.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
My Configuration is as below:&lt;br&gt;
&lt;br&gt;
        &amp;lt;spring:bean id=&amp;quot;mqConnector&amp;quot;&lt;br&gt;
                class=&amp;quot;com.xxx.xxx.AbcWebsphereJmsConnector&amp;quot;&amp;gt;&lt;br&gt;
                &amp;lt;spring:property name=&amp;quot;connectionFactory&amp;quot; ref=&amp;quot;jmsConnectionFactory&amp;quot; /&amp;gt;&lt;br&gt;
                &amp;lt;spring:property name=&amp;quot;specification&amp;quot; value=&amp;quot;1.1&amp;quot; /&amp;gt;&lt;br&gt;
        &amp;lt;/spring:bean&amp;gt;&lt;br&gt;
&lt;br&gt;
        &amp;lt;spring:bean id=&amp;quot;jmsConnectionFactory&amp;quot; class=&amp;quot;com.ibm.mq.jms.MQConnectionFactory&amp;quot;&amp;gt;&lt;br&gt;
                &amp;lt;spring:property name=&amp;quot;hostName&amp;quot; value=&amp;quot;HOSTNAME&amp;quot; /&amp;gt;&lt;br&gt;
                &amp;lt;spring:property name=&amp;quot;port&amp;quot; value=&amp;quot;PORT&amp;quot; /&amp;gt;&lt;br&gt;
                &amp;lt;spring:property name=&amp;quot;queueManager&amp;quot; value=&amp;quot;QMGR&amp;quot; /&amp;gt;&lt;br&gt;
                &amp;lt;spring:property name=&amp;quot;channel&amp;quot; value=&amp;quot;CHANNEL&amp;quot; /&amp;gt;&lt;br&gt;
                &amp;lt;spring:property name=&amp;quot;transportType&amp;quot; value=&amp;quot;1&amp;quot; /&amp;gt;&lt;br&gt;
        &amp;lt;/spring:bean&amp;gt;&lt;br&gt;
&lt;br&gt;
Thanks in advance.&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;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Creating-a-custom-jms-connector-with-mule-2.2.x-tp26293333p26293513.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26293333</id>
	<title>Creating a custom jms connector with mule 2.2.x</title>
	<published>2009-11-10T15:25:29Z</published>
	<updated>2009-11-10T15:25:29Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">I am trying to create a custom jms connector &amp;quot;AbcWebshpereJmsConnector&amp;quot; which extends from &amp;quot;WebsphereJmsConnector&amp;quot; but have problems configuring it.
&lt;br&gt;&lt;br&gt;The problem is that the program fails to come up due to a NullPointerException at startup. On debugging, I found that the &amp;quot;doInitialize&amp;quot; method on the connector is not called for some reason. &amp;nbsp;I am not sure what I am missing. 
&lt;br&gt;&lt;br&gt;Also, if there is a better way to define a custom JMS connector in Mule 2.2.x instead of using spring beans, please do let me know.
&lt;br&gt;&lt;br&gt;&lt;br&gt;My Configuration is as below:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:bean id=&amp;quot;mqConnector&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;com.xxx.xxx.AbcWebsphereJmsConnector&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;quot;connectionFactory&amp;quot; ref=&amp;quot;jmsConnectionFactory&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;quot;specification&amp;quot; value=&amp;quot;1.1&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &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;spring:bean id=&amp;quot;jmsConnectionFactory&amp;quot; class=&amp;quot;com.ibm.mq.jms.MQConnectionFactory&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;quot;hostName&amp;quot; value=&amp;quot;HOSTNAME&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;quot;port&amp;quot; value=&amp;quot;PORT&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;quot;queueManager&amp;quot; value=&amp;quot;QMGR&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;quot;channel&amp;quot; value=&amp;quot;CHANNEL&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;quot;transportType&amp;quot; value=&amp;quot;1&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/spring:bean&amp;gt;
&lt;br&gt;&lt;br&gt;Thanks in advance.
&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/Creating-a-custom-jms-connector-with-mule-2.2.x-tp26293333p26293333.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26292305</id>
	<title>Re: Spaces in Topic Names</title>
	<published>2009-11-10T14:17:10Z</published>
	<updated>2009-11-10T14:17:10Z</updated>
	<author>
		<name>Andrew Perepelytsya</name>
	</author>
	<content type="html">Don&amp;#39;t treat it as modifying. Mule has been created from the grounds up to be extendable and tweakable, so here you go.&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/Spaces-in-Topic-Names-tp26230897p26292305.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26292187</id>
	<title>Re: Spaces in Topic Names</title>
	<published>2009-11-10T14:09:20Z</published>
	<updated>2009-11-10T14:09:20Z</updated>
	<author>
		<name>Daniel Zapata-2</name>
	</author>
	<content type="html">Mark,&lt;br&gt;&lt;br&gt;It would be great to also capture this in a Jira issue, so a fix can be considered for a future release: &lt;a href=&quot;http://www.mulesoft.org/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mulesoft.org/jira&lt;/a&gt;  Bonus points for attaching a test case :-)&lt;br&gt;

&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 10, 2009 at 2:04 PM, Mark Baker &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26292187&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.a.baker@...&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;
Thanks for that idea.  I was trying not to alter the source for the&lt;br&gt;
workaround so the custom connector / custom JmsSupport classes should work&lt;br&gt;
well.&lt;br&gt;
&lt;br&gt;
Thanks again - Mark&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26292096.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26292096.html&lt;/a&gt;&lt;br&gt;
Sent from the Mule - User 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;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26292187.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26292096</id>
	<title>Re: Spaces in Topic Names</title>
	<published>2009-11-10T14:04:43Z</published>
	<updated>2009-11-10T14:04:43Z</updated>
	<author>
		<name>Mark Baker</name>
	</author>
	<content type="html">Thanks for that idea. &amp;nbsp;I was trying not to alter the source for the workaround so the custom connector / custom JmsSupport classes should work well.
&lt;br&gt;&lt;br&gt;Thanks again - Mark
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26292096.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26291180</id>
	<title>Re: Spaces in Topic Names</title>
	<published>2009-11-10T13:08:33Z</published>
	<updated>2009-11-10T13:08:33Z</updated>
	<author>
		<name>Andrew Perepelytsya</name>
	</author>
	<content type="html">As a quick workaround you can override the connector to return a custom support subclass &amp;#39;undoing&amp;#39; the conversion.&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 Tue, Nov 10, 2009 at 3:56 PM, Mark Baker &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26291180&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.a.baker@...&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 Andrew -&lt;br&gt;
&lt;br&gt;
I am able to look it up from a standalone (non Mule) test.  I just use the&lt;br&gt;
topic name with the spaces and it works fine.&lt;br&gt;
&lt;br&gt;
I&amp;#39;ve dug into the code and here&amp;#39;s where I believe the problem is:&lt;br&gt;
&lt;br&gt;
In Jms11Support.java:&lt;br&gt;
&lt;br&gt;
    public Destination createDestination(Session session, ImmutableEndpoint&lt;br&gt;
endpoint) throws JMSException&lt;br&gt;
    {&lt;br&gt;
        String address = endpoint.getEndpointURI().toString();&lt;br&gt;
........&lt;br&gt;
&lt;br&gt;
So you&amp;#39;re using the endpoint URI for the address.  Then, in the&lt;br&gt;
MuleEndpointURI constructor:&lt;br&gt;
&lt;br&gt;
    public MuleEndpointURI(String uri) throws EndpointException&lt;br&gt;
    {&lt;br&gt;
        uri = uri.trim().replaceAll(&amp;quot; &amp;quot;, &amp;quot;%20&amp;quot;);&lt;br&gt;
        //Allow Expressions to be embedded&lt;br&gt;
        uri = uri.replaceAll(&amp;quot;\\{&amp;quot;, &amp;quot;\\[&amp;quot;);&lt;br&gt;
        uri = uri.replaceAll(&amp;quot;\\}&amp;quot;, &amp;quot;\\]&amp;quot;);&lt;br&gt;
.......&lt;br&gt;
&lt;br&gt;
In the first line, you replace all spaces with %20.&lt;br&gt;
&lt;br&gt;
So in my case, my &amp;quot;jms://my Topic&amp;quot; endpoint gets turned into the&lt;br&gt;
&amp;quot;jms://my%20Topic&amp;quot; URI by the MuleEndpointURI constructor.  Then the&lt;br&gt;
Jms11Support code uses the exact String &amp;quot;my%20Topic&amp;quot; for the JNDI lookup,&lt;br&gt;
which correctly fails on the Weblogic server.&lt;br&gt;
&lt;br&gt;
Thanks - Mark&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26289562.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26289562.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 - User 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/Spaces-in-Topic-Names-tp26230897p26291180.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26289562</id>
	<title>Re: Spaces in Topic Names</title>
	<published>2009-11-10T12:56:02Z</published>
	<updated>2009-11-10T12:56:02Z</updated>
	<author>
		<name>Mark Baker</name>
	</author>
	<content type="html">Hi Andrew - 
&lt;br&gt;&lt;br&gt;I am able to look it up from a standalone (non Mule) test. &amp;nbsp;I just use the topic name with the spaces and it works fine.
&lt;br&gt;&lt;br&gt;I've dug into the code and here's where I believe the problem is:
&lt;br&gt;&lt;br&gt;In Jms11Support.java:
&lt;br&gt;&lt;br&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; public Destination createDestination(Session session, ImmutableEndpoint endpoint) throws JMSException
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String address = endpoint.getEndpointURI().toString();&lt;/i&gt;&lt;br&gt;........
&lt;br&gt;&lt;br&gt;So you're using the endpoint URI for the address. &amp;nbsp;Then, in the MuleEndpointURI constructor:
&lt;br&gt;&lt;br&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; public MuleEndpointURI(String uri) throws EndpointException
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; uri = uri.trim().replaceAll(&amp;quot; &amp;quot;, &amp;quot;%20&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //Allow Expressions to be embedded
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; uri = uri.replaceAll(&amp;quot;\\{&amp;quot;, &amp;quot;\\[&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; uri = uri.replaceAll(&amp;quot;\\}&amp;quot;, &amp;quot;\\]&amp;quot;);&lt;/i&gt;&lt;br&gt;.......
&lt;br&gt;&lt;br&gt;In the first line, you replace all spaces with %20.
&lt;br&gt;&lt;br&gt;So in my case, my &amp;quot;jms://my Topic&amp;quot; endpoint gets turned into the &amp;quot;jms://my%20Topic&amp;quot; URI by the MuleEndpointURI constructor. &amp;nbsp;Then the Jms11Support code uses the exact String &amp;quot;my%20Topic&amp;quot; for the JNDI lookup, which correctly fails on the Weblogic server.
&lt;br&gt;&lt;br&gt;Thanks - Mark
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26289562.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26288920</id>
	<title>Mule 2.2.1 datasource configuration with Oracle thick driver (OCI)</title>
	<published>2009-11-10T10:35:20Z</published>
	<updated>2009-11-10T10:35:20Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">Hi,&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;In our production environment, a Mule service works fine using Oracle thin driver. However, Oracle thick driver (OCI) has to be used to support database failover. With OCI driver, the Mule starts successfully, but, following runtime exception is thrown when a service is invoked. The required environment variables are already set; $ORACLE_HOME and $LD_LIBRARY_PATH, but, this JNI linkage error is still coming up. &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;em&amp;gt;&amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Exception in thread &amp;quot;connector.http.0.receiver.6&amp;quot; org.mule.api.MuleRuntimeException: Connector that caused exception is: connector.http.0&amp;lt;br /&amp;gt;
&lt;br&gt;at org.mule.transport.AbstractConnector.handleWorkException(AbstractConnector.java:1883)&amp;lt;br /&amp;gt;
&lt;br&gt;at org.mule.transport.AbstractConnector.workCompleted(AbstractConnector.java:1852)&amp;lt;br /&amp;gt;
&lt;br&gt;at org.mule.work.WorkerContext.run(WorkerContext.java:367)&amp;lt;br /&amp;gt;
&lt;br&gt;at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)&amp;lt;br /&amp;gt;
&lt;br&gt;at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)&amp;lt;br /&amp;gt;
&lt;br&gt;at java.lang.Thread.run(Thread.java:595)&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;font color=&amp;quot;#ff0000&amp;quot;&amp;gt;Caused by: java.lang.UnsatisfiedLinkError: /u03/app/oracle/product/10.1.2as/lib/libocijdbc10.so: ld.so.1: java: fatal: /u03/app/oracle/product/10.1.2as/lib/libocijdbc10.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)&amp;lt;/font&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;ERROR 2009-11-10 12:39:14,378 &amp;lt;a href=&amp;quot;&lt;a href=&quot;http://connector.http.0.receiver.10/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://connector.http.0.receiver.10/&lt;/a&gt;&amp;quot; class=&amp;quot;jive-link-external&amp;quot;&amp;gt;&lt;a href=&quot;http://connector.http.0.receiver.10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://connector.http.0.receiver.10&lt;/a&gt;&amp;lt;/a&amp;gt; org.mule.transport.http.HttpConnector: Work caused exception on 'workCompleted'. Work being executed was: org.mule.transport.http.HttpMessageReceiver$HttpWorker@69ed4a&amp;lt;br /&amp;gt;
&lt;br&gt;at java.lang.ClassLoader$NativeLibrary.load(Native Method)&amp;lt;br /&amp;gt;
&lt;br&gt;at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)&amp;lt;br /&amp;gt;
&lt;br&gt;at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)&amp;lt;br /&amp;gt;
&lt;br&gt;at java.lang.Runtime.loadLibrary0(Runtime.java:822)&amp;lt;br /&amp;gt;
&lt;br&gt;at java.lang.System.loadLibrary(System.java:993)&amp;lt;br /&amp;gt;
&lt;br&gt;at oracle.jdbc.driver.T2CConnection.loadNativeLibrary(T2CConnection.java:2926)&amp;lt;br /&amp;gt;
&lt;br&gt;at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:224)&amp;lt;br /&amp;gt;
&lt;br&gt;at oracle.jdbc.driver.PhysicalConnection.&amp;lt;init&amp;gt;(PhysicalConnection.java:346)&amp;lt;br /&amp;gt;
&lt;br&gt;at oracle.jdbc.driver.T2CConnection.&amp;lt;init&amp;gt;(T2CConnection.java:138)&amp;lt;br /&amp;gt;
&lt;br&gt;at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:78)&amp;lt;br /&amp;gt;
&lt;br&gt;at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:543)&amp;lt;br /&amp;gt;
&lt;br&gt;at java.sql.DriverManager.getConnection(DriverManager.java:525)&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;/font&amp;gt;&amp;lt;/em&amp;gt;Please find information below the environment the Mule and its application clients are running on &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;ul&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;li&amp;gt;Sun Solaris SunV4 64bit architecture. &amp;lt;/li&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;li&amp;gt;Sun JDK 1.5&amp;lt;/li&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;li&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Datasource configuration &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:bean id=&amp;lt;em&amp;gt;&amp;quot;dataSource&amp;quot;&amp;lt;/em&amp;gt; class=&amp;lt;em&amp;gt;&amp;quot;org.springframework.jdbc.datasource.DriverManagerDataSource&amp;quot;&amp;lt;/em&amp;gt;&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;lt;em&amp;gt;&amp;quot;driverClassName&amp;quot;&amp;lt;/em&amp;gt; value=&amp;lt;em&amp;gt;&amp;quot;oracle.jdbc.driver.OracleDriver&amp;quot;&amp;lt;/em&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;quot;&amp;lt;u&amp;gt;url&amp;lt;/u&amp;gt;&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;jdbc:oracle:oci8:@SERVICE_NAME&amp;quot;/&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;lt;em&amp;gt;&amp;quot;username&amp;quot;&amp;lt;/em&amp;gt; value=&amp;lt;em&amp;gt;&amp;quot;username&amp;quot;&amp;lt;/em&amp;gt; /&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;spring:property name=&amp;lt;em&amp;gt;&amp;quot;password&amp;quot;&amp;lt;/em&amp;gt; value=&amp;lt;em&amp;gt;&amp;quot;password&amp;quot;&amp;lt;/em&amp;gt; /&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/spring:bean&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/li&amp;gt;
&lt;br&gt;&amp;lt;/ul&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;Suspecting the Mule running on 32bit mode, 'mule' script is modified to use mule-standalone-2.2.1/lib/boot/exec/wrapper-solaris-sparc-64
&lt;br&gt;instead of the default 32bit wrapper. So, as shown below, Mule starts with the correct wrapper, but, still throws the same linkage exception. &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;/export/home/oracle 
&lt;br&gt;@fdssa133d&amp;gt; /usr/ucb/ps -awxwww | grep mule&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; 4345 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;S &amp;nbsp;0:02 &amp;lt;font color=&amp;quot;#0000ff&amp;quot;&amp;gt;
&lt;br&gt;/u01/mule-standalone-2.2.1/lib/boot/exec/wrapper-solaris-sparc-64&amp;lt;/font&amp;gt; 
&lt;br&gt;/u01/mule-standalone-2.&amp;lt;br /&amp;gt;
&lt;br&gt;2.1/conf/wrapper.conf wrapper.syslog.ident=mule 
&lt;br&gt;wrapper.pidfile=/u01/mule-standalone-2.2.1/bin/./.mule.pid 
&lt;br&gt;wrappe&amp;lt;br /&amp;gt;
&lt;br&gt;r.daemonize=TRUE wrapper.working.dir=/u01/mule-standalone-2.2.1 
&lt;br&gt;wrapper.app.parameter.1=-config 
&lt;br&gt;wrapper.app.param&amp;lt;br /&amp;gt;
&lt;br&gt;eter.2=file:/u01/mule-standalone-2.2.1/conf/geographic-info-mule-config.xml 
&lt;br&gt;wrapper.app.parameter.3= wrapper.app.&amp;lt;br /&amp;gt;
&lt;br&gt;parameter.4= wrapper.app.parameter.5= 
&lt;br&gt;wrapper.app.parameter.6= wrapper.app.parameter.7= wrapper.app.parameter.8= 
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;wrapper.app.parameter.9=start0&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp; 4346 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;S &amp;nbsp;0:39 java 
&lt;br&gt;-Dmule.home=/u01/mule-standalone-2.2.1 -Dmule.base=/u01/mule-standalone-2.2.1 
&lt;br&gt;-Djava&amp;lt;br /&amp;gt;
&lt;br&gt;.endorsed.dirs=/u01/mule-standalone-2.2.1/lib/endorsed -Xmx512m 
&lt;br&gt;-Djava.library.path=:/u03/app/oracle/OraHome_2/li&amp;lt;br /&amp;gt;
&lt;br&gt;b:/u03/app/oracle/OraHome_2/lib32:/u03/app/oracle/OraHome_2/network/lib:/u03/app/oracle/OraHome_2/jdk/jre/lib/spa&amp;lt;br /&amp;gt;
&lt;br&gt;rc:/usr/local/lib::/u03/app/oracle/OraHome_2/lib:/u03/app/oracle/OraHome_2/lib32:/u03/app/oracle/OraHome_2/networ&amp;lt;br /&amp;gt;
&lt;br&gt;k/lib:/u03/app/oracle/OraHome_2/jdk/jre/lib/sparc:/usr/local/lib::/u01/mule-standalone-2.2.1/lib/boot 
&lt;br&gt;-classpath 
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;%MULE_LIB%:/u01/mule-standalone-2.2.1/bin/../conf:/u01/mule-standalone-2.2.1/lib/boot/slf4j-api-1.5.0.jar:/u01/mu&amp;lt;br /&amp;gt;
&lt;br&gt;le-standalone-2.2.1/lib/boot/log4j-1.2.14.jar:/u01/mule-standalone-2.2.1/lib/boot/slf4j-log4j12-1.5.0.jar:/u01/mu&amp;lt;br /&amp;gt;
&lt;br&gt;le-standalone-2.2.1/lib/boot/jcl104-over-slf4j-1.5.0.jar:/u01/mule-standalone-2.2.1/lib/boot/wrapper-3.2.3.jar:/u&amp;lt;br /&amp;gt;
&lt;br&gt;01/mule-standalone-2.2.1/lib/boot/commons-cli-1.0-osgi.jar:/u01/mule-standalone-2.2.1/lib/boot/mule-module-boot-2&amp;lt;br /&amp;gt;
&lt;br&gt;.2.1.jar 
&lt;br&gt;-Dwrapper.key=umjJbcK0q5b7E1GA -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 
&lt;br&gt;-Dwrapper.jvm.port.max=&amp;lt;br /&amp;gt;
&lt;br&gt;31999 -Dwrapper.pid=4345 -Dwrapper.version=3.2.3 
&lt;br&gt;-Dwrapper.native_library=wrapper -Dwrapper.service=TRUE 
&lt;br&gt;-Dwrappe&amp;lt;br /&amp;gt;
&lt;br&gt;r.cpu.timeout=10 -Dwrapper.jvmid=1 
&lt;br&gt;org.mule.module.boot.MuleBootstrap -config 
&lt;br&gt;file:/u01/mule-standalone-2.2.1/con&amp;lt;br /&amp;gt;
&lt;br&gt;f/geographic-info-mule-config.xml 
&lt;br&gt;start0&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;I would appreciate if anyone could share some insight on this matter. 
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;lt;p&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;/p&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/Mule-2.2.1-datasource-configuration-with-Oracle-thick-driver-%28OCI%29-tp26288920p26288920.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26288097</id>
	<title>Re: Spaces in Topic Names</title>
	<published>2009-11-10T09:50:46Z</published>
	<updated>2009-11-10T09:50:46Z</updated>
	<author>
		<name>Andrew Perepelytsya</name>
	</author>
	<content type="html">Mule will pass destination name as is, however every broker may have special handling for non-alphadigits (e.g. dot is typically a special one). Did you look it up ok from a standalone test?&lt;br&gt;&lt;br&gt;Andrew&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Tue, Nov 10, 2009 at 12:48 PM, Mark Baker &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26288097&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.a.baker@...&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;
&lt;br&gt;
You&amp;#39;re right, this is an odd naming scheme, but I&amp;#39;m just connecting to&lt;br&gt;
another server an I have no control over their topic names.&lt;br&gt;
&lt;br&gt;
More generally, isn&amp;#39;t this a bug in Mule?  The JNDI interface takes a String&lt;br&gt;
(or Name) for the lookup method, not an URI.  So isn&amp;#39;t this really a problem&lt;br&gt;
with how Mule is doing the lookup?&lt;br&gt;
&lt;br&gt;
Mark&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26287349.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26287349.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 - User 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/Spaces-in-Topic-Names-tp26230897p26288097.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26287349</id>
	<title>Re: Spaces in Topic Names</title>
	<published>2009-11-10T09:48:22Z</published>
	<updated>2009-11-10T09:48:22Z</updated>
	<author>
		<name>Mark Baker</name>
	</author>
	<content type="html">&lt;br&gt;You're right, this is an odd naming scheme, but I'm just connecting to another server an I have no control over their topic names.
&lt;br&gt;&lt;br&gt;More generally, isn't this a bug in Mule? &amp;nbsp;The JNDI interface takes a String (or Name) for the lookup method, not an URI. &amp;nbsp;So isn't this really a problem with how Mule is doing the lookup?
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26287349.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26286899</id>
	<title>Re: Including mule in a dynamic web project with Tomcat</title>
	<published>2009-11-10T08:47:57Z</published>
	<updated>2009-11-10T08:47:57Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">Hi Thomas, 
&lt;br&gt;would you share with me how did you solved your problem? I have the same error.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;ciao
&lt;br&gt;Davide.
&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/Including-mule-in-a-dynamic-web-project-with-Tomcat-tp26058465p26286899.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26280830</id>
	<title>RE: Content-type: charset when using wsdl-cxf</title>
	<published>2009-11-10T01:54:04Z</published>
	<updated>2009-11-10T01:54:04Z</updated>
	<author>
		<name>Farrell, Kevin (ICTL_eCust_05)</name>
	</author>
	<content type="html">&lt;br&gt;Hi Trond,
&lt;br&gt;&lt;br&gt;As I understand it the fact that it's a .Net service shouldn't make a
&lt;br&gt;difference to the message Mule sends out.
&lt;br&gt;&lt;br&gt;Something to try would be to change your endpoint:
&lt;br&gt;&lt;br&gt;&amp;lt;outbound-endpoint
&lt;br&gt;address=&amp;quot;wsdl-cxf:&lt;a href=&quot;http://192.168.106.79/MyTest.asmx?WSDL&amp;amp;method=MyMethod&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://192.168.106.79/MyTest.asmx?WSDL&amp;amp;method=MyMethod&lt;/a&gt;&amp;quot;
&lt;br&gt;synchronous=&amp;quot;true&amp;quot; /&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;to:
&lt;br&gt;&lt;br&gt;&amp;lt;cxf:outbounf-endpoint address=&amp;quot;same address you use in SoapUI&amp;quot;
&lt;br&gt;synchronous=&amp;quot;true&amp;quot; proxy=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;My Mule has no problem sending out '&amp;lt;' and '&amp;gt;'
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Kevin.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Trond Kvarenes [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26280830&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mule.user.relay@...&lt;/a&gt;]
&lt;br&gt;Sent: 09 November 2009 13:19
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26280830&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [mule-user] Content-type: charset when using wsdl-cxf
&lt;br&gt;&lt;br&gt;&lt;br&gt;*************************************
&lt;br&gt;&lt;br&gt;This e-mail has been received by the Revenue Internet e-mail service. (IP)
&lt;br&gt;&lt;br&gt;*************************************
&lt;br&gt;&lt;br&gt;Hi.
&lt;br&gt;I tried it, and I got an other error back saying 
&lt;br&gt;HTTP/1.1 415 Unsupported Media Type
&lt;br&gt;&lt;br&gt;Why is Mule exchanging the &amp;lt;, &amp;gt; and &amp;quot; ?
&lt;br&gt;SoapUI does not, and can communicate with the .net web service just fine.
&lt;br&gt;How do I use Mule to communicate with a .Net webservice using xml in the
&lt;br&gt;payload??
&lt;br&gt;Anyone?
&lt;br&gt;&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;&lt;br&gt;&lt;br&gt;*********************************************************************
&lt;br&gt;&lt;br&gt;Please note that Revenue cannot guarantee that any personal 
&lt;br&gt;and sensitive data, sent in plain text via standard email, 
&lt;br&gt;is fully secure. Customers who choose to use this channel 
&lt;br&gt;are deemed to have accepted any risk involved. The alternative 
&lt;br&gt;communication methods offered by Revenue include standard post 
&lt;br&gt;and the option to register for our (encrypted) secure email service.
&lt;br&gt;&lt;a href=&quot;http://www.revenue.ie/en/practitioner/secure-email.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.revenue.ie/en/practitioner/secure-email.html&lt;/a&gt;&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/Content-type%3A-charset-when-using-wsdl-cxf-tp26197221p26280830.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26279333</id>
	<title>Re: ack query on JDBC inbound query not part of transaction?</title>
	<published>2009-11-09T23:25:05Z</published>
	<updated>2009-11-09T23:25:05Z</updated>
	<author>
		<name>Sunil Kukde</name>
	</author>
	<content type="html">Thanks to Puneets blog &lt;a href=&quot;http://blogs.mulesoft.org/selecting-multiple-rows-using-a-jdbc-inbound-endpoint/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.mulesoft.org/selecting-multiple-rows-using-a-jdbc-inbound-endpoint/&lt;/a&gt;&amp;nbsp;I learned about the properties you can set on an inbound jdbc endpoint:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property key=&amp;quot;receiveMessageInTransaction&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property key=&amp;quot;receiveMessagesInXaTransaction&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Putting it all together I could make things work in an active-active setup per config below. Downside is that I can only select one message per poll which is not optimal from a performance perspective. 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jdbc:connector name=&amp;quot;jdbcConnector&amp;quot; pollingFrequency=&amp;quot;3000&amp;quot; dataSource-ref=&amp;quot;oracleXADataSource&amp;quot; transactionPerMessage=&amp;quot;false&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jdbc:query key=&amp;quot;selectWithStatusPending&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; value=&amp;quot;select * from CUSTOM_QUEUE_TABLE where STATUS='Pending' AND ROWNUM &amp;lt;= 1 for update of STATUS&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jdbc:query key=&amp;quot;selectWithStatusPending.ack&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; value=&amp;quot;update CUSTOM_QUEUE_TABLE set STATUS='Processing', date_updated=sysdate where MESSAGE_ID = #[map-payload:MESSAGE_ID]&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/jdbc:connector&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jbossts:transaction-manager/&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;model name=&amp;quot;MyJdbcModel&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;service name=&amp;quot;QueueSubscriberAndEcho&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;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jdbc:inbound-endpoint queryKey=&amp;quot;selectWithStatusPending&amp;quot; transformer-refs=&amp;quot;PayloadFromMap&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;nbsp;&amp;lt;xa-transaction action=&amp;quot;ALWAYS_BEGIN&amp;quot; timeout=&amp;quot;60000&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;nbsp;&amp;lt;property key=&amp;quot;receiveMessageInTransaction&amp;quot; value=&amp;quot;false&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;nbsp;&amp;lt;property key=&amp;quot;receiveMessagesInXaTransaction&amp;quot; value=&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; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/jdbc:inbound-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;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 class=&amp;quot;org.rotterdam.gw.mule.component.EchoSleeper&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;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;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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jms:outbound-endpoint name=&amp;quot;topic_queue_out&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; &amp;nbsp; &amp;nbsp; connector-ref=&amp;quot;OracleAQConnector&amp;quot; topic=&amp;quot;topic_queue&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xa-transaction action=&amp;quot;ALWAYS_JOIN&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;nbsp; &amp;nbsp; &amp;lt;/jms: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;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;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;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/ack-query-on-JDBC-inbound-query-not-part-of-transaction--tp24931709p26279333.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26273568</id>
	<title>Re: importing custom groovy class in custom groovy  component</title>
	<published>2009-11-09T12:58:45Z</published>
	<updated>2009-11-09T12:58:45Z</updated>
	<author>
		<name>Steve A.</name>
	</author>
	<content type="html">Thanks for the guidance.
&lt;br&gt;&lt;br&gt;Steve
&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;Firsthand, you shouldn't really be putting them in the conf directory, this
&lt;br&gt;is the location for global Mule settings, not app. Put them in lib/user
&lt;br&gt;instead, either jarred or unpacked.
&lt;br&gt;&lt;br&gt;Next, if you import a class, it *must be a compiled class*. Doesn't matter
&lt;br&gt;if it's in Java originally or Groovy, but it has be compiled.
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;Andrew
&lt;br&gt;&lt;br&gt;On Mon, Nov 9, 2009 at 3:31 PM, Steve A. &amp;lt;steve@asanderson.com&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Greetings!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm having trouble importing a custom groovy class from my custom groovy
&lt;br&gt;&amp;gt; script.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I keep getting an &amp;quot;unable to resolve class&amp;quot; error although both scripts are
&lt;br&gt;&amp;gt; located in $MULE_HOME/conf/groovy.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there something special that needs to be done configuration-wise in
&lt;br&gt;&amp;gt; order
&lt;br&gt;&amp;gt; for custom groovy scripts to be recognized on the classpath?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Steve
&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://old.nabble.com/importing-custom-groovy-class-in-custom-groovy-component-tp26273164p26273164.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/importing-custom-groovy-class-in-custom-groovy-component-tp26273164p26273164.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Mule - User 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/importing-custom-groovy-class-in-custom-groovy-component-tp26273164p26273568.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26273416</id>
	<title>Re: importing custom groovy class in custom groovy  component</title>
	<published>2009-11-09T12:48:07Z</published>
	<updated>2009-11-09T12:48:07Z</updated>
	<author>
		<name>Andrew Perepelytsya</name>
	</author>
	<content type="html">Firsthand, you shouldn&amp;#39;t really be putting them in the conf directory, this is the location for global Mule settings, not app. Put them in lib/user instead, either jarred or unpacked.&lt;br&gt;&lt;br&gt;Next, if you import a class, it *must be a compiled class*. Doesn&amp;#39;t matter if it&amp;#39;s in Java originally or Groovy, but it has be compiled.&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 Mon, Nov 9, 2009 at 3:31 PM, Steve A. &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26273416&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;steve@...&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;
Greetings!&lt;br&gt;
&lt;br&gt;
I&amp;#39;m having trouble importing a custom groovy class from my custom groovy&lt;br&gt;
script.&lt;br&gt;
&lt;br&gt;
I keep getting an &amp;quot;unable to resolve class&amp;quot; error although both scripts are&lt;br&gt;
located in $MULE_HOME/conf/groovy.&lt;br&gt;
&lt;br&gt;
Is there something special that needs to be done configuration-wise in order&lt;br&gt;
for custom groovy scripts to be recognized on the classpath?&lt;br&gt;
&lt;br&gt;
Steve&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/importing-custom-groovy-class-in-custom-groovy-component-tp26273164p26273164.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/importing-custom-groovy-class-in-custom-groovy-component-tp26273164p26273164.html&lt;/a&gt;&lt;br&gt;

Sent from the Mule - User 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;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/importing-custom-groovy-class-in-custom-groovy-component-tp26273164p26273416.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26273375</id>
	<title>Re: Spaces in Topic Names</title>
	<published>2009-11-09T12:46:14Z</published>
	<updated>2009-11-09T12:46:14Z</updated>
	<author>
		<name>Andrew Perepelytsya</name>
	</author>
	<content type="html">This is a very odd naming scheme. I&amp;#39;d find out what Weblogic recommends doing with such names and use the same escape char in Mule.&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 Mon, Nov 9, 2009 at 2:11 PM, Mark Baker &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26273375&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.a.baker@...&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;
 BTW - I used the UTF-8 version of space (# 32;) and got the same problem.&lt;br&gt;
Mule just changes the spaces to %20.&lt;br&gt;
&lt;br&gt;
Does anyone have a workaround for this?&lt;br&gt;
&lt;br&gt;
Thanks - Mark&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26271991.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26271991.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 - User 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/Spaces-in-Topic-Names-tp26230897p26273375.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26273164</id>
	<title>importing custom groovy class in custom groovy component</title>
	<published>2009-11-09T12:31:04Z</published>
	<updated>2009-11-09T12:31:04Z</updated>
	<author>
		<name>Steve A.</name>
	</author>
	<content type="html">Greetings!
&lt;br&gt;&lt;br&gt;I'm having trouble importing a custom groovy class from my custom groovy script. 
&lt;br&gt;&lt;br&gt;I keep getting an &amp;quot;unable to resolve class&amp;quot; error although both scripts are located in $MULE_HOME/conf/groovy.
&lt;br&gt;&lt;br&gt;Is there something special that needs to be done configuration-wise in order for custom groovy scripts to be recognized on the classpath?
&lt;br&gt;&lt;br&gt;Steve</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/importing-custom-groovy-class-in-custom-groovy-component-tp26273164p26273164.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26271991</id>
	<title>Re: Spaces in Topic Names</title>
	<published>2009-11-09T11:11:45Z</published>
	<updated>2009-11-09T11:11:45Z</updated>
	<author>
		<name>Mark Baker</name>
	</author>
	<content type="html">&amp;nbsp;BTW - I used the UTF-8 version of space (# 32;) and got the same problem. &amp;nbsp;Mule just changes the spaces to %20.
&lt;br&gt;&lt;br&gt;Does anyone have a workaround for this?
&lt;br&gt;&lt;br&gt;Thanks - Mark
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Spaces-in-Topic-Names-tp26230897p26271991.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26270716</id>
	<title>RE: JMS-Connector question</title>
	<published>2009-11-09T06:21:05Z</published>
	<updated>2009-11-09T06:21:05Z</updated>
	<author>
		<name>Farrell, Kevin (ICTL_eCust_05)</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=utf-8&quot;&gt;


&lt;META content=&quot;MSHTML 6.00.2900.2180&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;SPAN class=109041914-09112009&gt;Sorry Andrew can you just elaborate on the 
point below because I don't fully get it.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=109041914-09112009&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=109041914-09112009&gt;&lt;FONT face=Arial size=2&gt;If for example I 
have two queues&amp;nbsp;and one connector that I've set numberOfConsumers to 1 does 
that mean one of the queues will never be polled? Or does it just mean the 
performance will be slower as it can only poll one queue at a 
time?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=109041914-09112009&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=109041914-09112009&gt;&lt;FONT face=Arial size=2&gt;Regards,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=109041914-09112009&gt;&lt;FONT face=Arial size=2&gt;Kevin.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=109041914-09112009&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV class=OutlookMessageHeader dir=ltr align=left&gt;&lt;FONT face=Tahoma size=2&gt;-----Original Message-----&lt;BR&gt;&lt;B&gt;From:&lt;/B&gt; Andrew Perepelytsya 
  [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26270716&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aperepel@...&lt;/a&gt;]&lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; 06 November 2009 
  14:28&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26270716&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; Re: [mule-user] 
  JMS-Connector question&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;TABLE&gt;
    &lt;TBODY&gt;
    &lt;TR&gt;
      &lt;TD bgColor=#ffffff&gt;*************************************&lt;BR&gt;&lt;BR&gt;This 
        e-mail has been received by the Revenue Internet e-mail service. 
        (IP)&lt;BR&gt;&lt;BR&gt;*************************************&lt;BR&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
  &lt;P&gt;Jms connector is a bit special due to the nature of jms api. 
  NumberOfConsumers attribute controls the listeners count for receiving 
  messages. So if you have 10 endpoints receiving and only default 8 consumers, 
  there simply isn't enough.&lt;/P&gt;
  &lt;P&gt;Unless there are some other restrictions, I don't see a reason why you 
  should share a single connector, you would get a potentially better throughput 
  and finer control over each group of endpoints. The other extreme is the 
  resources availability, so you have to balance it and don't create thousands 
  of unnecessary threads.&lt;/P&gt;
  &lt;P&gt;In general, specific values will depend on your system (defaults are good 
  enough though).&lt;/P&gt;
  &lt;P&gt;HTH,&lt;BR&gt;Andrew&lt;/P&gt;
  &lt;P&gt;
  &lt;BLOCKQUOTE type=&quot;cite&quot;&gt;On Nov 6, 2009 6:28 AM, &quot;dialsc&quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26270716&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dirk.a.schaefer@...&lt;/a&gt;&amp;gt; 
    wrote:&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;hi,&lt;BR&gt;&lt;BR&gt;thx a lot for your answer. i have to say that i 
    do not understand the way it&lt;BR&gt;works in deepth so far. what i understood is 
    that there is a thread being&lt;BR&gt;started for each jms-connector which handles 
    all the muleEndpoints&lt;BR&gt;referencing it. so how could this run out of 
    threads when there is only one?&lt;BR&gt;&lt;BR&gt;the only thing i see is that one 
    should take performance into consideration&lt;BR&gt;if only one jms-connector is 
    being shared by all endpoints.&lt;BR&gt;&lt;BR&gt;but in generell i'm interested in 
    wheather i got it right or not. would&lt;BR&gt;sharing only one jms-connector 
    work?&lt;BR&gt;&lt;BR&gt;greez,&lt;BR&gt;&lt;BR&gt;dialsc&lt;BR&gt;
    &lt;P&gt;&lt;FONT color=#500050&gt;Andrew Perepelytsya wrote: &amp;gt; &amp;gt; One reason it 
    may not work - you will run out of service threads i...&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#888888&gt;--&lt;BR&gt;View this message in context: &lt;A href=&quot;http://old.nabble.com/JMS-Connector-question-tp26215741p26230315.html&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://old.nabble.com/JMS-Connector-question-tp26215741p26230315.html&lt;/A&gt;&lt;BR&gt;&lt;/FONT&gt;
    &lt;P&gt;&lt;FONT color=#500050&gt;Sent from the Mule - User mailing list archive at 
    Nabble.com. ------------------------------------...&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
  &lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;table&gt;&lt;tr&gt;&lt;td bgcolor=#ffffff&gt;&lt;font color=#000000&gt;*********************************************************************&lt;br&gt;
&lt;br&gt;
Please note that Revenue cannot guarantee that any personal &lt;br&gt;
and sensitive data, sent in plain text via standard email, &lt;br&gt;
is fully secure. Customers who choose to use this channel &lt;br&gt;
are deemed to have accepted any risk involved. The alternative &lt;br&gt;
communication methods offered by Revenue include standard post &lt;br&gt;
and the option to register for our (encrypted) secure email service.&lt;br&gt;
http://www.revenue.ie/en/practitioner/secure-email.html&lt;br&gt;
&lt;br&gt;
*********************************************************************&lt;br&gt;
&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JMS-Connector-question-tp26215741p26270716.html" />
</entry>

</feed>
