Hi all
Trying to work with servicemix-bean and while deploying a simple Service Assembly with my Service Unit with xbean configuration, I get the following message: WARN - AutoDeploymentService - Components servicemix-lwcontainer are not installed yet: the service assembly QuartzSA deployment is suspended and will be resumed once the listed components are installed. >From Service Mix documentation I am reading: ". . . servicemix-bean acts as a replacement of the lightweight container <http://incubator.apache.org/servicemix/servicemix-lwcontainer.html> component. . ", so my first question is Why is it asking for lw-container? Then I do deploy lw-container and things break even more. Here is the message: Unable to find suitable deployer for Service Unit 'POJOBeanSU' Here is more detailed Log ======== INFO - DeploymentService - UnDeployed ServiceUnit QuartzSU from Component: servicemix-quartz ERROR - AutoDeploymentService - Failed to update Service Assembly: QuartzSA-1.0-SNAPSHOT.0.tmp java.lang.Exception: <?xml version="1.0" encoding="UTF-8"?> <jbi-task xmlns="http://java.sun.com/xml/ns/jbi/management-message" version="1.0"> <jbi-task-result> <frmwk-task-result> <frmwk-task-result-details> <task-result-details> <task-id>deploy</task-id> <task-result>FAILED</task-result> <message-type>ERROR</message-type> </task-result-details> </frmwk-task-result-details> </frmwk-task-result> <component-task-result xmlns="http://java.sun.com/xml/ns/jbi/management-message"> <component-name>servicemix-quartz</component-name> <component-task-result-details> <task-result-details> <task-id>deploy</task-id> <task-result>SUCCESS</task-result> </task-result-details> </component-task-result-details> </component-task-result> <component-task-result xmlns="http://java.sun.com/xml/ns/jbi/management-message"> <component-name>servicemix-lwcontainer</component-name> <component-task-result-details> <task-result-details> <task-id>deploy</task-id> <task-result>FAILED</task-result> <message-type>ERROR</message-type> <task-status-msg> <msg-loc-info> <loc-token/> <loc-message>Unable to find suitable deployer for Service Unit 'POJOBeanSU'</loc-message> </msg-loc-info> </task-status-msg> </task-result-details> </component-task-result-details> </component-task-result> </jbi-task-result> </jbi-task> ======== Could someone please let me know what am I missing? Thank you Oleg
