Re: Fw: component type impl

2007-08-23 Thread lee zhenghui
hi, My test case -- multiple serivces per component run into a familiar issue like this: Exception in thread main org.osoa.sca.ServiceRuntimeException: The component doesn't have exactly one service at org.apache.tuscany.sca.core.component.ComponentContextHelper.getSingleService

Re: Fw: component type impl

2007-08-23 Thread Raymond Feng
@ws.apache.org Sent: Wednesday, August 22, 2007 11:34 PM Subject: Re: Fw: component type impl hi, My test case -- multiple serivces per component run into a familiar issue like this: Exception in thread main org.osoa.sca.ServiceRuntimeException: The component doesn't have exactly one service

Re: Fw: component type impl

2007-08-23 Thread Luciano Resende
Subject: Re: Fw: component type impl hi, My test case -- multiple serivces per component run into a familiar issue like this: Exception in thread main org.osoa.sca.ServiceRuntimeException: The component doesn't have exactly one service

Fw: component type impl

2007-08-22 Thread Florian Rosenberg
I finally could fix it. I stepped through with the debugger and found out that the reference to the implemention in the RuntimeComponent was always null which indicated that my ArtifactProcessor was not loaded. I had the following code in the