Each lightweight component deployed on the lwcontainer is actually
considered as a jbi component.
So you may want to try:
   flow.jca.your-lightweight-component-name

You can choose the name with the componentName attribute on the activationSpec.


On 8/3/07, goldi <[EMAIL PROTECTED]> wrote:
>
> Hy everybody,
>
> I need one of my components in a single thread this component I deployed to
> lwcontainer and configured "lwcontainer-ExecutorConfig"  as follows (I'm
> using jca-flow):
>
> <property name="configs">
>         <map>
>                 <entry key="flow.jca.servicemix-lwcontainer">
>                         <bean 
> class="org.apache.servicemix.executors.impl.ExecutorConfig">
>                                 <property name="corePoolSize" value="1"/>
>                                 <property name="maximumPoolSize" value="1"/>
>                                 <property name="queueSize" value="1000"/>
>                         </bean>
>                 </entry>
>         </map>
> </property>
>
> But in the log-File I see that for my Component are more then one Thread
> created. I also tried
> entry-key I also tried:
>         <entry key="pool-flow.jca.servicemix-lwcontainer">
>
> but nothing changed. Can someone help?
>
> Greets Goldi
>
>
>
>
> --
> View this message in context: 
> http://www.nabble.com/Thread-Configuration%21-tf4213032s12049.html#a11984953
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Principal Engineer, IONA
Blog: http://gnodet.blogspot.com/

Reply via email to