Why do you want to deploy a SU on the lwcontainer without any components ? Do you just use it to deploy spring files ?
On 8/18/06, Peter Klotz <[EMAIL PROTECTED]> wrote:
Hi, it seems that it is still not yet possible to define a SU that does not have a activation spec? Would it be easy to fix this so that no dummy endpoint is required? <beans xmlns:sm="http://servicemix.apache.org/config/1.0" <sm:serviceunit id="jbi"> <sm:activationSpecs> </sm:activationSpecs> </sm:serviceunit> <bean .../> </beans> /frmwk-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>No endpoints found</loc-message> </msg-loc-info> </task-status-msg> </task-result-details> </component-task-result-details> </component-task-result> </jbi-task-result> </jbi-task> at org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:121) at org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:107) at org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:563) at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:295) at org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.java:592) at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Thread.java:595) Peter
-- Cheers, Guillaume Nodet
