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

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Tue Mar 13 10:44:47 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676440#comment-12676440 ] 

Brian Fitzpatrick commented on JBIDE-11281:
-------------------------------------------

Smooks Editor will not be supported in 3.3 and has been removed from the Beta1 milestone. 
                
> 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
>
> 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