[jbosstools-issues] [JBoss JIRA] (JBIDE-11281) Smooks Editor doesn't work with Boolean
Max Rydahl Andersen (JIRA)
jira-events at lists.jboss.org
Tue Jun 18 10:17:32 EDT 2013
[ https://issues.jboss.org/browse/JBIDE-11281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Max Rydahl Andersen closed JBIDE-11281.
---------------------------------------
Resolution: Out of Date
Thank you for reporting the issue but this is being closed as out-of-date since the 'smooks' component is not currently being developed and have been removed for 1+ year. Thus it no longer makes sense to keep these issues around.
If you feel this issue was closed for the wrong reason then please open a new issue.
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list