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

Alexander Kunkel (JIRA) jira-events at lists.jboss.org
Mon Mar 12 16:55:49 EDT 2012


Alexander Kunkel created JBIDE-11281:
----------------------------------------

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