[
http://jira.jboss.com/jira/browse/JBESB-1017?page=comments#action_12381028 ]
Kevin Conner commented on JBESB-1017:
-------------------------------------
This is not JBESB-1130, it looks like it is a simple mismatch between the smooks-res.xml
and the DTO codes.
The errors I am seeing are the following:
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.
org.milyn.cdr.SmooksConfigurationException: Bean [orderHeader] configuration invalid.
Bean setter method [setStatusCode(java.lang.Integer)] not found on type
[org.jboss.soa.esb.dvdstore.OrderHeader]. You may need to set a 'decoder' on the
binding config.
org.milyn.cdr.SmooksConfigurationException: Bean [orderHeader] configuration invalid.
Bean setter method [setNetAmount(java.lang.Double)] not found on type
[org.jboss.soa.esb.dvdstore.OrderHeader]. You may need to set a 'decoder' on the
binding config.
org.milyn.cdr.SmooksConfigurationException: Bean [orderHeader] configuration invalid.
Bean setter method [setTotalAmount(java.lang.Double)] not found on type
[org.jboss.soa.esb.dvdstore.OrderHeader]. You may need to set a 'decoder' on the
binding config.
org.milyn.cdr.SmooksConfigurationException: Bean [orderHeader] configuration invalid.
Bean setter method [setTax(java.lang.Double)] not found on type
[org.jboss.soa.esb.dvdstore.OrderHeader]. You may need to set a 'decoder' on the
binding config.
org.milyn.cdr.SmooksConfigurationException: Bean [orderItem] configuration invalid. Bean
setter method [setPosition(java.lang.Integer)] not found on type
[org.jboss.soa.esb.dvdstore.OrderItem]. You may need to set a 'decoder' on the
binding config.
org.milyn.cdr.SmooksConfigurationException: Bean [orderItem] configuration invalid. Bean
setter method [setQuantity(java.lang.Integer)] not found on type
[org.jboss.soa.esb.dvdstore.OrderItem]. You may need to set a 'decoder' on the
binding config.
org.milyn.cdr.SmooksConfigurationException: Bean [orderItem] configuration invalid. Bean
setter method [setPrice(java.lang.Double)] not found on type
[org.jboss.soa.esb.dvdstore.OrderItem]. You may need to set a 'decoder' on the
binding config.
Checking the code shows that these properties are all of type String.
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