Never mind. I am so sorry for wasting everyone's time. It was a simple cut-and-paste error. Since my initial version was dependent on lwcontainer I still had that dependency in pom.xml. Once I removed it everything is cool
Oooops -----Original Message----- From: Guillaume Nodet [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 11:52 AM To: [email protected] Subject: Re: servicemix-bean question Hmm, this is a replacement in the feature offered, but not in the way they are offered.You can not simply drop your lightweight components to servicemix-bean. However, if you start from scratch, you'd rather use servicemix-bean instead of the lightweight container. On 9/18/07, Zhurakousky, Oleg <[EMAIL PROTECTED]> wrote: > > 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 > > > > > > > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
