<?xml version="1.0" encoding="UTF-8"?> <action-sequence> <title>%title</title> <version>1</version> <logging-level>ERROR</logging-level> <documentation> <author>Ingo Klose</author> <description>%description</description> <help>just testing...</help> <result-type>report</result-type> <icon>JFree-quadrant-budget-hsql.png</icon> </documentation> <inputs/> <outputs/> <resources> <report-definition> <solution-file> <location>JFree_SQLQuery_ComboChart.xml</location> <mime-type>text/plain</mime-type> </solution-file> </report-definition> </resources> <actions> <action-definition> <component-name>SQLLookupRule</component-name> <action-type>SQL Query For Report Data</action-type> <action-outputs> <query-result type="result-set"/> </action-outputs> <component-definition> <jndi>SampleData</jndi> <live>true</live> <query><![CDATA[select QUADRANT_ACTUALS.REGION, QUADRANT_ACTUALS.DEPARTMENT, QUADRANT_ACTUALS.POSITIONTITLE, QUADRANT_ACTUALS.ACTUAL, QUADRANT_ACTUALS.BUDGET, QUADRANT_ACTUALS.VARIANCE from QUADRANT_ACTUALS order by QUADRANT_ACTUALS.REGION, QUADRANT_ACTUALS.DEPARTMENT]]></query> </component-definition> </action-definition> <action-definition> <component-name>JFreeReportComponent</component-name> <action-type>Create Report Using Query Results</action-type> <action-inputs> <data type="result-set" mapping="query-result"/> </action-inputs> <action-resources> <report-definition type="resource"/> </action-resources> <component-definition> <output-type>html</output-type> </component-definition> </action-definition> </actions> </action-sequence>