[jbosstools-issues] [JBoss JIRA] (JBIDE-11281) Smooks Editor doesn't work with Boolean

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Sun Apr 22 02:46:25 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-11281:
----------------------------------------

    Fix Version/s: LATER

    
> Smooks Editor doesn't work with Boolean
> ---------------------------------------
>
>                 Key: JBIDE-11281
>                 URL: https://issues.jboss.org/browse/JBIDE-11281
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: smooks
>    Affects Versions: 3.3.0.M5
>            Reporter: Alexander Kunkel
>            Assignee: Brian Fitzpatrick
>            Priority: Critical
>             Fix For: LATER
>
>
> This simple input data will lead to the Error: Error creating Input Model from Sample Model Data. Error: "Error build project classpath."
> {code}
> public class SmooksToolsBooleanError {
> 	private Boolean b;
> 	public Boolean getB() {
> 		return b;
> 	}
> 	public void setB(Boolean b) {
> 		this.b = b;
> 	}
> }
> {code}
> Simple configuration:
> {code}
> <?xml version="1.0" encoding="UTF-8"?><smooks-resource-list xmlns="http://www.milyn.org/xsd/smooks-1.1.xsd">
>   <params>
>     <param name="stream.filter.type">SAX</param>
>     <param name="inputType">input.java</param>
>     <param name="input.java" type="input.type.actived">tst.SmooksToolsBooleanError</param>
>   </params>
> </smooks-resource-list>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list