[
http://jira.jboss.com/jira/browse/JBESB-1017?page=comments#action_12381030 ]
Kevin Conner commented on JBESB-1017:
-------------------------------------
Okay, I have updated to trunk and it still happens.
Steps to reproduce are
- edit jboss-esb.xml and add the following where it says 'Inject the transformer
actions here'
<action name="transform"
class="org.jboss.soa.esb.actions.converters.SmooksTransformer">
<property name="resource-config" value="/smooks-res.xml"
/>
</action>
<action name="convertPOJO2Message"
class="org.jboss.soa.esb.dvdstore.DVDStoreAction" />
<!-- this will send everything to the console -->
<action name="dump"
class="org.jboss.soa.esb.actions.SystemPrintln">
<property name="printfull" value="true"/>
</action>
- edit SampleOrder.xml and change statusCode to 2.
- ant deploy
- ant runtest
The error messages are visible on the console.
error in fun_cbr QS
-------------------
Key: JBESB-1017
URL:
http://jira.jboss.com/jira/browse/JBESB-1017
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.2
Reporter: Jaroslaw Kijanowski
Assigned To: Tom Fennelly
Fix For: 4.2.1 IR2
Attachments: qs.tar.gz
When I try to extend the QS as described in readme.txt (add three actions to the green
service) I get:
18:04:15,413 INFO [STDOUT] Green Team
18:04:15,488 ERROR [SmooksDOMFilter] Failed to apply processing unit
[org.milyn.javabean.BeanPopulator] to [org:milyn:smooks:unknowndoc:/Order].
org.milyn.cdr.SmooksConfigurationException: Bean [orderHeader] configuration invalid.
Bean setter method [setOrderDate(java.util.GregorianCalendar)] not found on type
[org.jboss.soa.esb.dvdstore.OrderHeader]. You may need to set a 'decoder' on the
binding config.
It works fine with the dvdstore from transform_XML2POJO/src/org/jboss/soa/esb/dvdstore.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira