Ideas for James Config XML changes
----------------------------------

                 Key: JAMES-685
                 URL: http://issues.apache.org/jira/browse/JAMES-685
             Project: James
          Issue Type: Improvement
          Components: James Core
    Affects Versions: 2.3.1-dev
         Environment: James XML configuration file
            Reporter: Miroslav Nachev


Are there any plans to change the XML Config file?

I mean that the following:

<mailet class="SendMailAsFax">
   <match class="MatchFaxRecipient">
      <param1><param1>
   </match>
   <param1><param1>
</mailet>

I am asking because it is inconvenient to add parameters to the matcher without 
names.

Also it is good if is possible both matcher and mailet to have common 
parameters with <common> tag for example. 


The other idea is the parameters to be like Java Properties:
<parameters>
   <parameter name="param1">value</parameter>
   ...
   <parameter name="param1">value</parameter>
</parameters>

or instead parameter/parameters to use property/properties.

This variant is better for XML Schema definition.


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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to