<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel">
    <title>gmane.comp.java.mule.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11322"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11321"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11320"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11319"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11318"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11317"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11316"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11315"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11314"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11313"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11312"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11311"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11310"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11309"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11308"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11307"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11306"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11305"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11304"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.devel/11303"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11322">
    <title>Re: [mule-scm] [mule][24202] branches/mule-3.1.x/modules/launcher/src/main/java/org/mule/ module/launcher/descriptor/PropertiesDescriptorParser.java: MULE-6082: Application Deployment Descriptor is not properly closed</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11322</link>
    <description>&lt;pre&gt;

Shouldn't we better use PropertiesUtils here?

-dirk

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Dirk Olmes</dc:creator>
    <dc:date>2012-04-21T03:07:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11321">
    <title>Re: [mule-scm] [mule][24255] branches/mule-3.2.2-DM/distributions: update log4j version in whitelists</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11321</link>
    <description>&lt;pre&gt;That looks safe, thank you :)
On Apr 13, 2012 7:07 PM, "Santiago Vacas" &amp;lt;santiago.vacas-569aJbr3hvNWk0Htik3J/w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
wrote:

&lt;/pre&gt;</description>
    <dc:creator>Andrew Perepelytsya</dc:creator>
    <dc:date>2012-04-14T00:03:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11320">
    <title>Re: [mule-scm] [mule][24255] branches/mule-3.2.2-DM/distributions: update log4j version in whitelists</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11320</link>
    <description>&lt;pre&gt;I don't see that we're overriding any log4j classes in the logging
module, only clogging and slf4j classes.

The logging module shades the following jars:

org.slf4j:jcl-over-slf4j
org.slf4j:slf4j-log4j12
org.slf4j:slf4j-api

according to slf4j docs, org.slf4j:slf4j-log4j12 should work with
log4j version 1.2.12 or later.

http://www.slf4j.org/codes.html#log4j_version

Let me know if I'm missing something.

On Fri, Apr 13, 2012 at 6:52 PM, Andrew Perepelytsya &amp;lt;aperepel-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Santiago Vacas</dc:creator>
    <dc:date>2012-04-13T23:07:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11319">
    <title>Re: [mule-scm] [mule][24255] branches/mule-3.2.2-DM/distributions: update log4j version in whitelists</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11319</link>
    <description>&lt;pre&gt;Please double-check the change log for this release of log4j. Even better,
do a source diff on log4j files between 1.2.14 and 1.2.16 releases for
files we had to override in Mule. See mule-module-logging sources for this
file list.

Andrew
On Apr 13, 2012 2:22 PM, &amp;lt;svacas-yCVjj/EcxBJg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Andrew Perepelytsya</dc:creator>
    <dc:date>2012-04-13T21:52:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11318">
    <title>Re: [mule-scm] [mule][24244] branches/mule-3.2.x/core/src/test/java/org/mule/routing/ IdempotentMessageFilterMule6079TestCase.java: MULE-6079: IdempotentMessageFilter can process a given message multiple times</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11318</link>
    <description>&lt;pre&gt;Hi Saveli,

Some comments:

_ Fix code style: imports, spacing, etc (there are settings for
Eclipse/IntelliJ in the docs)
_ Review used names for variables and classes: endpoint1,
ir, res, ObjectStoreWithLatch, etc. Use more descriptive names.
_ ObjectStoreWithLatch: you don't need to implement the full ObjectStore
contract: it has to implement only the logic required for your test. For
example: don't check for null key in the OS methods and delete the code
inside the remove method if it not used.
_ The call to the fail method inside the thread class is useless because is
not running in the main thread. (same for the usages of fail on the
ObjectStore)
_ The error message in the test's assertEquals is not correct as the
failure could be because there were none or many message processed
_ Replace &amp;lt; at &amp;gt;Test //test for MULE-6079 with  &amp;lt; at &amp;gt;Test("Related to MULE-6079")

Pablo


On Wed, Apr 11, 2012 at 9:18 AM, &amp;lt;saveli.vassiliev-yCVjj/EcxBJg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Pablo Kraan</dc:creator>
    <dc:date>2012-04-12T15:22:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11317">
    <title>Re: [mule-scm] [mule][24166] branches/mule-3.x: adding wildcard support to basic functionality elements</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11317</link>
    <description>&lt;pre&gt;Shouldn't we reuse org.mule.routing.filters.WildcardFilter (or abstract logic in WildcardFilter into something common), rather than having this in two places?


On Mar 24, 2012, at 8:55 PM, pablo.lagreca-yCVjj/EcxBJg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org wrote:


&lt;/pre&gt;</description>
    <dc:creator>Daniel Feist</dc:creator>
    <dc:date>2012-03-25T00:58:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11316">
    <title>Re: [mule-scm] [mule][24114] branches/mule-3.x/core/src/main/java/org/mule/processor: Change DefaultMuleEvent.isTransacted() to return null if there' s a transaction in context</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11316</link>
    <description>&lt;pre&gt;There might be other places where you need to add event.isTransacted();

I cleaned up up all of this, when i put everything inside the resolution of sync in DefaultMuleEvent.

Dan


On Mar 21, 2012, at 3:36 PM, pablo.lagreca-yCVjj/EcxBJg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org wrote:


&lt;/pre&gt;</description>
    <dc:creator>Daniel Feist</dc:creator>
    <dc:date>2012-03-21T18:45:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11315">
    <title>Re: [mule-scm] [mule][24064] branches/mule-3.x/core/src: MULE-6126 Provide a regex() function that can be used instead of RegexExpressionEvaluator</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11315</link>
    <description>&lt;pre&gt;There are a couple of methods (verifyRegex, vefiryText) that are basically
the same. There should be a common verifyStringParam(name, value) to do
that. Same for the verifyFlags.
Validation is done in the call method instead of in the validateParams
method. Looks like validateParams should not be part of the
ExpressionLanguageFunction interface
Regarding tests, I would add a note about why is needed to double escape
the "/" in the regexs (that should be included in the docs too)

Pablo

On Wed, Mar 14, 2012 at 11:55 PM, &amp;lt;dfeist-yCVjj/EcxBJg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Pablo Kraan</dc:creator>
    <dc:date>2012-03-15T12:35:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11314">
    <title>Re: [mule-scm] [mule][23970] branches/mule-3.x: adding causeBy and causeExactlyBy to messaging exception</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11314</link>
    <description>&lt;pre&gt;Done!.

On Wed, Mar 7, 2012 at 7:47 PM, Pablo Kraan &amp;lt;pablo.kraan-569aJbr3hvNWk0Htik3J/w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>Pablo La Greca</dc:creator>
    <dc:date>2012-03-12T18:06:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11313">
    <title>Re: [mule-scm] [mule][23991] branches/mule-3.x/examples/echo: MULE-6117: new echo example</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11313</link>
    <description>&lt;pre&gt;Please update the test to use a dynamic port.
Add final to the constant definition.
Remove the &amp;lt; at &amp;gt;author tag

Pablo

On Fri, Mar 9, 2012 at 6:40 PM, &amp;lt;asequeira-yCVjj/EcxBJg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Pablo Kraan</dc:creator>
    <dc:date>2012-03-10T22:31:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11312">
    <title>Re: [mule-scm] [mule][23970] branches/mule-3.x: adding causeBy and causeExactlyBy to messaging exception</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11312</link>
    <description>&lt;pre&gt;Looks like MessagingExceptionTestCase can be a candidate for a SmallTest,
can you check that?

Pablo

On Wed, Mar 7, 2012 at 7:00 PM, Daniel Feist &amp;lt;dfeist-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Pablo Kraan</dc:creator>
    <dc:date>2012-03-07T22:47:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11311">
    <title>Re: [mule-scm] [mule][23970] branches/mule-3.x: adding causeBy and causeExactlyBy to messaging exception</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11311</link>
    <description>&lt;pre&gt;It's not immediately clear what does.  Does it:

- Not look at causes?
- Not look at inherited types?
- Neither?


On Mar 7, 2012, at 6:43 PM, pablo.lagreca-yCVjj/EcxBJg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org wrote:


&lt;/pre&gt;</description>
    <dc:creator>Daniel Feist</dc:creator>
    <dc:date>2012-03-07T22:00:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11310">
    <title>Re: [mule-scm] [mule][23965] branches/mule-3.x/transports/jdbc: improving SqlStatementStrategy execution to remove duplicate code</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11310</link>
    <description>&lt;pre&gt;fixed. Thanks.

On Wed, Mar 7, 2012 at 4:03 PM, Pablo Kraan &amp;lt;pablo.kraan-569aJbr3hvNWk0Htik3J/w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>Pablo La Greca</dc:creator>
    <dc:date>2012-03-07T19:35:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11309">
    <title>Re: [mule-scm] [mule][23965] branches/mule-3.x/transports/jdbc: improving SqlStatementStrategy execution to remove duplicate code</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11309</link>
    <description>&lt;pre&gt;minor things:
_Missing header in the new test file
_Test classes must be named with the TestCase suffix
_Always extend AbstractMuleTestCase in your tests

On Wed, Mar 7, 2012 at 3:49 PM, &amp;lt;pablo.lagreca-yCVjj/EcxBJg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Pablo Kraan</dc:creator>
    <dc:date>2012-03-07T19:03:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11308">
    <title>Re: [3.3][HTTP] HTTP properties usability improvement</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11308</link>
    <description>&lt;pre&gt;Also, if your comment does not include any information about MuleSoft  or
MuleSoft clients please reply to this thread forum:
http://forum.mulesoft.org/mulesoft/topics/_3_3_http_improve_http_properties_usability,
otherwise reply to this email.

Thanks!
Eva

On Tue, Mar 6, 2012 at 11:04 AM, Evangelina Martinez &amp;lt;
evangelina.martinez-569aJbr3hvNWk0Htik3J/w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Evangelina Martinez</dc:creator>
    <dc:date>2012-03-06T14:13:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11307">
    <title>[3.3][HTTP] HTTP properties usability improvement</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11307</link>
    <description>&lt;pre&gt;Hi,

As part of Mule 3.3 goal to improve the usability this task aims to
facilitate the access to the HTTP properties, review the current properties
and add new ones according to the considered usefulness.

Please see the full specification here:
http://www.mulesoft.org/documentation/display/MULECDEV/HTTP+properties+usability+improvement

This is a first step towards improving the usability in HTTP, the following
task, which specification I will be sending shortly, will focus on
facilitating the creation and configuration of HTTP responses.

Thanks,
Eva
&lt;/pre&gt;</description>
    <dc:creator>Evangelina Martinez</dc:creator>
    <dc:date>2012-03-06T14:04:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11306">
    <title>Re: [mule-scm] [mule][23919] branches/mule-3.x/distributions: Fix whitelists for spring security 3.1 upgrade</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11306</link>
    <description>&lt;pre&gt;It currently seems to be out, but since I have no idea why, I left it 
easy to put back in, should that be required.

Mike

On 2/27/2012 11:37 AM, Daniel Feist wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mike Schilling</dc:creator>
    <dc:date>2012-02-27T20:02:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11305">
    <title>Re: [mule-scm] [mule][23919] branches/mule-3.x/distributions: Fix whitelists for spring security 3.1 upgrade</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11305</link>
    <description>&lt;pre&gt;Is aspectjweaver in or out?

Dan

On Feb 27, 2012, at 3:36 PM, mike.schilling-yCVjj/EcxBJg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org wrote:


&lt;/pre&gt;</description>
    <dc:creator>Daniel Feist</dc:creator>
    <dc:date>2012-02-27T19:37:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11304">
    <title>Re: [mule-scm] [mule][23913] branches/mule-3.x/core/src/test/java/org/mule/routing/ SimpleCollectionAggregatorTestCase.java: MULE-5998 fix</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11304</link>
    <description>&lt;pre&gt;Ale,

We add the issue description in the commit message, otherwise we need to
jump to JIRA in order to understand what was fixed.
Review the indentation and the code style of your code.

Pablo


On Fri, Feb 24, 2012 at 12:21 PM, &amp;lt;asequeira-yCVjj/EcxBJg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Pablo Kraan</dc:creator>
    <dc:date>2012-02-24T15:40:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11303">
    <title>[3.3][CORE] Mule Expression Language Spec</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11303</link>
    <description>&lt;pre&gt;Hi Guys,

I've been working on a spec document for a single expression language for Mule 3.3  (it won't replace expression languages but will live alongside them for now).  Please take a look and let me know what  you think.  Any/all feedback is greatly appreciated.

http://www.mulesoft.org/documentation/display/MULECDEV/Mule+Expression+Language

Let me know if there aren't enough examples and what you would like to see and I can add them.

Also for those that might be interested here is the development branch that has an almost fully functional implementation of this and a distribution built from this branch:

https://svn.codehaus.org/mule/branches/mule-3.x-el
http://dl.dropbox.com/u/1566771/mule-standalone-3.3-M3-EL-SNAPSHOT.zip

thanks!

Dan
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Daniel Feist</dc:creator>
    <dc:date>2012-02-24T04:04:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.devel/11302">
    <title>Re: Character Encoding</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.devel/11302</link>
    <description>&lt;pre&gt;I think it's difficult to answer the quesiton without details,
inbound and outbound transports, config, etc.

On Fri, 17 Feb 2012 05:10:07 -0800 (PST), Narayanan Narayanan &amp;lt;mule.dev.relay-EcxAVUbx2uVoiYX5Tdu9fQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Yuji YAMANO</dc:creator>
    <dc:date>2012-02-22T21:55:20</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.mule.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.mule.devel</link>
  </textinput>
</rdf:RDF>

