[jbosstools-issues] [JBoss JIRA] Created: (JBDS-1183) JBDS ESB editor supports subset of NotifyEmail properties

Len DiMaggio (JIRA) jira-events at lists.jboss.org
Tue Mar 30 13:17:41 EDT 2010


JBDS ESB editor supports subset of NotifyEmail properties
---------------------------------------------------------

                 Key: JBDS-1183
                 URL: https://jira.jboss.org/jira/browse/JBDS-1183
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
          Components: Program
    Affects Versions: 3.0.0.GA
         Environment: JBDS 3.0
            Reporter: Len DiMaggio
         Attachments: Screenshot.png

See:
   http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/notification/NotifyEmail.java

The full set of parameters is:

 * <target class="NotifyEmail" 
 *    host="localhost"
 *    port="8801"
 *    username="smtpUsername"
 *    password="smtpPassword"
 *    auth="true"
 *    from="person at somewhere.com"
 *    sendTo="person at elsewhere.com"
 *    subject="theSubject">
 *    msgAttachmentName="theSubject">
 *    <attachment>attachThisFile.txt</attachment>
 * </target>

The ESB editor supports:

       <target class="NotifyEmail" 
        from="other at somewhere.com"
        sendTo="someone at somewhere.com" 
       subject="test123"/>

Other properties entered in the source view are removed when a change is made in the tree view.

See attached screenshot.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list