using expressions with append-string-transformer

View: New views
3 Messages — Rating Filter:   Alert me  

using expressions with append-string-transformer

by Steve A. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Apparently, expressions cannot be used in the append-string-transformer message.

e.g.

<append-string-transformer name = "Foo" message = "Neither #[header:bar] nor #[header:bar2] work as expected." />

Of course, the work around is to chain several different transformers together, but it would be a lot cleaner and easier to just be able to use expressions in the append-string-transformer.

Is this a reasonable jira new enhancement?

Steve

Re: using expressions with append-string-transformer

by Andrew Perepelytsya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes :) I'd also encourage you to try adding it yourself, this is a great isolated and simple area to enhance.

Cheers,
Andrew

On Thu, Oct 23, 2008 at 1:09 PM, Steve A. <steve@...> wrote:

Apparently, expressions cannot be used in the append-string-transformer
message.

e.g.

<append-string-transformer name = "Foo" message = "Neither #[header:bar] nor
#[header:bar2] work as expected." />

Of course, the work around is to chain several different transformers
together, but it would be a lot cleaner and easier to just be able to use
expressions in the append-string-transformer.

Is this a reasonable jira new enhancement?

Steve
--
View this message in context: http://www.nabble.com/using-expressions-with-append-string-transformer-tp20135442p20135442.html
Sent from the Mule - User mailing list archive at Nabble.com.


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

   http://xircles.codehaus.org/manage_email




Re: using expressions with append-string-transformer

by Steve A. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Andrew Perepelytsya wrote:
Yes :) I'd also encourage you to try adding it yourself, this is a great
isolated and simple area to enhance.
Ref: http://www.mulesource.org/jira/browse/MULE-3874.

We'll see.  I still have the Maven *barrier-to-entry* to overcome first. ;-)

Steve