<?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://blog.gmane.org/gmane.comp.java.mule.user">
    <title>gmane.comp.java.mule.user</title>
    <link>http://blog.gmane.org/gmane.comp.java.mule.user</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.user/37495"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37494"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37493"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37492"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37491"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37490"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37489"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37488"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37487"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37486"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37485"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37484"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37483"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37482"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37481"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37480"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37479"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37478"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37477"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.mule.user/37476"/>
      </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.user/37495">
    <title>Re: Dynamic "to" address on smtp:outbound-endpoint based on inbound object</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37495</link>
    <description>&lt;pre&gt;
I should also mentioned, populating the body of the email didn't seem to work. And, after one last try I believe I figured out the problem with assigning the "to" field. No transformer required, my path expression was wrong. I used to="#[xpath://Message/Password/&amp;lt; at &amp;gt;email]" with success.



Alex Thieme
athieme-+sYORBvRE4VBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org
508-361-2788
In

On May 22, 2012, at 2:06 PM, Alex Thieme wrote:


&lt;/pre&gt;</description>
    <dc:creator>Alex Thieme</dc:creator>
    <dc:date>2012-05-22T18:32:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37494">
    <title>Dynamic "to" address on smtp:outbound-endpoint based on inbound object</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37494</link>
    <description>&lt;pre&gt;
I've tried all manner of examples to make the properties on the smtp outbound-endpoint dynamic based on the incoming object (e.g. email address). No luck.

In my case, there's a Message object that is put on "queue.passwordChangeEmail". Message/Password/email contains the address I want used in the "to" field.

I've included a minimal set of configuration that does send an email. All that's missing is accessing the Message object to use the email as the "to" field.

Some things I've tried and issues I've encountered:

If I don't include the object-to-string-transformer, then the email is never sent. Depending on where I reference the transformer, I get no email.

I've tried creating a custom transformer that calls muleMessage.setOutboundProperty("to", email), then returns a string as the body of the email. Despite where I've referenced the custom transformer, it never gets called.

I've tried xpath expressions like to="#[string:#[xpath:/Message/Password/email/text()]]" and to="[string:[xpath:/Message/Password/email/text()]]". Still no luck.

    &amp;lt;vm:endpoint name="queue.passwordChangeEmail" path="queue.passwordChangeEmail"/&amp;gt;
    &amp;lt;flow name="service.passwordChangeEmail"&amp;gt;
        &amp;lt;description&amp;gt;
            Send the password change email
        &amp;lt;/description&amp;gt;
        &amp;lt;vm:inbound-endpoint ref="queue.passwordChangeEmail"/&amp;gt;
        &amp;lt;object-to-string-transformer/&amp;gt;
        &amp;lt;smtp:outbound-endpoint
                host="localhost" port="25"
                subject="Password Change"
                to="user-acMY5gnxSBZICAUklc1DCNi2O/JbrIOy&amp;lt; at &amp;gt;public.gmane.org" connector-ref="smtpConnector"/&amp;gt;
    &amp;lt;/flow&amp;gt;

&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&amp;gt;
&amp;lt;xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
           jaxb:version="2.0"&amp;gt;

    &amp;lt;xs:element name="Message"&amp;gt;
        &amp;lt;xs:complexType&amp;gt;
            &amp;lt;xs:choice&amp;gt;
                &amp;lt;xs:element name="Password" type="PasswordType"/&amp;gt;
            &amp;lt;/xs:choice&amp;gt;
        &amp;lt;/xs:complexType&amp;gt;
    &amp;lt;/xs:element&amp;gt;

    &amp;lt;xs:complexType name="PasswordType"&amp;gt;
        &amp;lt;xs:attribute name="email" type="xs:string" use="required"/&amp;gt;
    &amp;lt;/xs:complexType&amp;gt;
&amp;lt;/xs:schema&amp;gt;

public class PasswordChangeEmailTransformer extends AbstractMessageTransformer {

    public PasswordChangeEmailTransformer() {
        super();
        registerSourceType(DataTypeFactory.create(Message.class));
        setReturnDataType(DataTypeFactory.TEXT_STRING);
    }

    &amp;lt; at &amp;gt;Override
    public Object transformMessage(final MuleMessage muleMessage, final String encoding) throws TransformerException {
        System.out.println("muleMessage = " + muleMessage);
        final com.athieme.dartmouth.admin.Message message = (Message) muleMessage.getPayload();
        System.out.println("message = " + message);
        final PasswordType password = message.getPassword();
        System.out.println("password = " + password);
        final String email = password.getEmail();
        System.out.println("email = " + email);
        muleMessage.setOutboundProperty("to", email);
        return "Here's your password change email.";
    }
}



Alex Thieme
athieme-+sYORBvRE4VBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org
508-361-2788
In

&lt;/pre&gt;</description>
    <dc:creator>Alex Thieme</dc:creator>
    <dc:date>2012-05-22T18:06:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37493">
    <title>2nd CFP - 6th Int. Workshop on Event-Driven Business Process Management (edBPM12)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37493</link>
    <description>&lt;pre&gt;[ our apologies should you receive this message more than one time ]

6th Int. Workshop on Event-Driven Business Process Management (edBPM12)

collocated with BPM 2012

Tallinn, Estonia, 3-7 September 2012

http://icep-edbpm12.fzi.de/

++++ SUBMISSION DEADLINE - JUNE 1st +++++


Workshop Themes
--------------------------

Authors are invited to submit novel contributions in the prior described
problem domain.

    * Event-driven BPM: Concepts
          o Role of event processing in BPM
          o Business Events: types and representation
          o Event stream processing in business processes
          o Data- and event-driven business processes
          o Evaluation/ROI of event-driven BPM
          o Event-driven SOA
          o EDA and BPM
          o Real/time awareness in BPM
          o Context in BPM
    * Design-time CEP and BPM
          o Modelling languages, notations and methods for event-driven BPM
          o Event Patterns: Definition / Creation / Representation /
Learning
          o BPMN and event processing
          o Modelling unknown/similar events in business processes
          o Modelling events in human-oriented tasks
          o Semantics/Ontologies for event-driven BPM
          o Publish/subscription mechanism and process modelling
    * Run-time CEP and BPM
          o Event pattern detection
          o BPEL and event processing
          o Reasoning about unknown/similar events
          o Distributed event processing
          o Dynamic workflows
          o Ad-hoc workflows
    * Applications/Use cases for event-driven BPM
          o Event-driven monitoring/BAM
          o Event-driven SLA monitoring
          o Domains: Logistics, Automotive, .
          o Event processing and Internet of Services


Important Dates
--------------------------

Deadline paper submissions: 1 June 2012

Notification of acceptance: 2 July 2012

Camera-ready papers: 30 July 2012

Workshops: 3 September 2012

Submission
--------------------------

The following types of submission are solicited:

- Long paper submissions, describing substantial contributions of novel
ongoing work. Long papers should be at most 12 pages long.

- Short paper submissions, describing work in progress. These papers should
be at most 6 pages long.

- Use case submission, describing results from an edBPM use case. These
papers should be at most 4 pages long.

Papers should be submitted in the new LNBIP format
(http://www.springer.com/computer/lncs?SGWID=0-164-6-791344-0). Papers have
to present original research contributions not concurrently submitted
elsewhere. The title page must contain a short abstract, a classification of
the topics covered, preferably using the list of topics above, and an
indication of the submission category (Long Paper/ Short Paper). Accepted
paper will be published in the joint workshops proceeding (Springer).

For submission, please visit
http://www.easychair.org/conferences/?conf=edbpm12.


Organizing Committee
--------------------------

Nenad Stojanovic
FZI - Research Center for Information Technologies at the University of
Karlsruhe, Germany.
nstojano (at) fzi dot de

Opher Etzion
IBM Research Lab in Haifa
OPHER (at) il dot ibm dot com

Adrian Paschke
Corporate Semantic Web, Free University Berlin, Germany and RuleML Inc.,
Canada
paschke (at) inf dot fu-berlin dot de

Christian Janiesch
Karlsruhe Institute of Technology (KIT)
Christian.Janiesch (at) kit dot edu

&lt;/pre&gt;</description>
    <dc:creator>Adrian Paschke</dc:creator>
    <dc:date>2012-05-21T08:29:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37492">
    <title>Proxy pattern in mule</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37492</link>
    <description>&lt;pre&gt;Does the "bridge" pattern support a "http/cxf" based inbound endpoint with a "VM" outbound endpoint? I'm hoping to expose an existing VM flow as a webservice but with some transformations in between. 

If I go with a regular flow, I'd have a http:cxf inbound and will have to throw in a "component". I'd like to avoid having to write a component that would just turn around and routing it to the VM endpoint using "MuleClient". The "bridge" pattern seems like a perfect fit but wanted to make sure this type of usage is supported.

Would appreciate any feedback. Thanks
&lt;/pre&gt;</description>
    <dc:creator>Sathya Sankar</dc:creator>
    <dc:date>2012-05-16T17:14:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37491">
    <title>Re: Embedded webapp in Mule and SSL?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37491</link>
    <description>&lt;pre&gt;Hello Håkan!

According to the conversation in this mailinglist on the subject "*How to
configure Jetty WebApps and SSL*" (20 Nov 2011) there is a jira raised for
this, see MULE-5881 &amp;lt;http://www.mulesoft.org/jira/browse/MULE-5881&amp;gt;.
From reading the jira it seems like this is fixed in 3.2.3 and 3.3.0 (RC1)
:-)

Regards
Magnus.

On Wed, May 16, 2012 at 12:58 PM, Håkan Dahl &amp;lt;
hakan.dahl-OvoKyR9uRY09ruZUYCyO/yhIVgcLUM7N&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Magnus Larsson</dc:creator>
    <dc:date>2012-05-16T13:53:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37490">
    <title>Embedded webapp in Mule and SSL?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37490</link>
    <description>&lt;pre&gt;Can SSL be used for a webapp embedded in Mule 3.2, like the
Bookstore-example webapps?

I tried to use the jetty-SSL transport instead of the non-SSL-jetty
transport used in the Bookstore example, but it seems like the jetty-SSL
transport doesn't support the "webapps" sub-element which is used in the
Bookstore-example:

  &amp;lt;jetty:connector name="jettyConnector"&amp;gt;
    &amp;lt;jetty:webapps directory="${app.home}/webapps" port="8083"/&amp;gt;
  &amp;lt;/jetty:connector&amp;gt;


Cheers,

/håkan
&lt;/pre&gt;</description>
    <dc:creator>Håkan Dahl</dc:creator>
    <dc:date>2012-05-16T10:58:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37489">
    <title>Re: RE: Simulate iteration in a flow?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37489</link>
    <description>&lt;pre&gt;Can the foreach-construct in Mule 3.3 be of any help?
See http://blogs.mulesoft.org/announcing-mule-3-3-milestone-2/

Regards,
Magnus.

On Tue, May 15, 2012 at 6:37 PM, Jonny Smith &amp;lt;
mule.forum.relay-EcxAVUbx2uVoiYX5Tdu9fQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Magnus Larsson</dc:creator>
    <dc:date>2012-05-15T20:23:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37488">
    <title>RE: Simulate iteration in a flow?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37488</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Jonny Smith</dc:creator>
    <dc:date>2012-05-15T16:37:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37487">
    <title>RE: Mule Integration with Spring Batch</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37487</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>rakesh bhadra</dc:creator>
    <dc:date>2012-05-15T16:23:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37486">
    <title>RE: Mule Integration with Spring Batch</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37486</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>rakesh bhadra</dc:creator>
    <dc:date>2012-05-15T16:09:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37485">
    <title>RE: registering epl statements dynamically</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37485</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Franco Gasperino</dc:creator>
    <dc:date>2012-05-15T15:45:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37484">
    <title>RE: Simulate iteration in a flow?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37484</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Jonny Smith</dc:creator>
    <dc:date>2012-05-15T15:26:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37483">
    <title>RE: How to stop processing an entire message after an exception occurs in a certain flow</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37483</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Franco Gasperino</dc:creator>
    <dc:date>2012-05-15T15:23:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37482">
    <title>RE: Reliable aggregation</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37482</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Franco Gasperino</dc:creator>
    <dc:date>2012-05-15T15:10:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37481">
    <title>RE: How to read a text file Contents using mule and java</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37481</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Nivi</dc:creator>
    <dc:date>2012-05-15T14:43:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37480">
    <title>RE: Simulate iteration in a flow?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37480</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Tomas Blohm</dc:creator>
    <dc:date>2012-05-15T14:38:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37479">
    <title>RE: How to stop processing an entire message after an exception occurs in a certain flow</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37479</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Tomas Blohm</dc:creator>
    <dc:date>2012-05-15T14:32:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37478">
    <title>RE: Getting the details form an xml file and storing them in an object</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37478</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>DIVYA KAMATH</dc:creator>
    <dc:date>2012-05-15T12:18:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37477">
    <title>RE: Reliable aggregation</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37477</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Juliane Lehmann</dc:creator>
    <dc:date>2012-05-15T10:18:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37476">
    <title>RE: registering epl statements dynamically</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37476</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Arun Menon</dc:creator>
    <dc:date>2012-05-15T06:36:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.mule.user/37475">
    <title>RE: registering epl statements dynamically</title>
    <link>http://permalink.gmane.org/gmane.comp.java.mule.user/37475</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Arun Menon</dc:creator>
    <dc:date>2012-05-15T06:25:35</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.mule.user">
    <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.user</link>
  </textinput>
</rdf:RDF>

