[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3945) Date type configuration generates faulty parameters in the Smooks source

Maurice Zeijen (JIRA) jira-events at lists.jboss.org
Thu Mar 5 17:09:22 EST 2009


Date type configuration generates faulty parameters in the Smooks source
------------------------------------------------------------------------

                 Key: JBIDE-3945
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3945
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: smooks
    Affects Versions: 3.0.0.CR2
            Reporter: Maurice Zeijen


The Smooks configuration that is generated after adding a Date Type via the configuration tab is faulty. After setting all the fields in the Detail Information screen the following XML was generated:

<resource-config selector="decoder:test"> 
   <resource>org.milyn.javabean.decoders.DateDecoder</resource>  
   <param name="formate"/>  
   <param name="locale-language">nl</param>  
   <param name="Locale-Contry"/>  
   <param name="format">yyy-MM-dd HH:mm:ss</param>  
   <param name="locale-country">nl</param> 
</resource-config> 

The param's with the names "formate" and "Locale-Contry" shouldn't be there.

-- 
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