Can't deploy JBoss ESB HelloWorld File Action Example project to the jbossesb-server-4.4.GA
---------------------------------------------------------------------------------------------
Key: JBIDE-3297
URL: https://jira.jboss.org/jira/browse/JBIDE-3297
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.0.0.cr1
Reporter: Anton Klimkovich
Attachments: exception.txt
EXECUTE: New -> Other-> JBoss Tools -> Project Examples -> ESB -> JBoss ESB HelloWorld File Action Example - ESB and Client projects
EXECUTE: Add ESB libraries
EXECUTE: Publish to the jbossesb-server-4.4.GA
EXECUTE: Strart jbossesb-server-4.4.GA
FAILURE: ObjectName: jboss.esb:deployment=helloworld_file_action.esb
State: FAILED
Reason: java.lang.RuntimeException: org.jboss.soa.esb.listeners.lifecycle.ManagedLifecycleException
Exceptions attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Binding into a collection shouldn't specify a "property" attribute
------------------------------------------------------------------
Key: JBIDE-3259
URL: https://jira.jboss.org/jira/browse/JBIDE-3259
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Reporter: Tom Fennelly
Assignee: Xue Peng
Priority: Minor
Fix For: 3.0.0.cr1
Example:
<resource-config selector="orderItems">
<resource>org.milyn.javabean.BeanPopulator</resource>
<param name="beanId">lineItems</param>
<param name="beanClass">example.trgmodel.LineItem[]</param>
<param name="bindings"><binding property="LineItem" selector="${LineItem}"/></param>
</resource-config>
property="LineItem" on the binding shouldn't be there. Having it there doesn't actually break anything because it is ignored, but shouldn't be there anyway.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira