On 5/9/05, Pablo Lalloni <[EMAIL PROTECTED]> wrote: > > Or better: > > <service-point id="MyService" interface="com.example.MyServiceI"> > <invoke-factory> > <construct class="com.example.MyService" > service-id-property="aProperty"/> > </invoke-factory> > </service-point> >
thanks, injecting the service-id works well for me. (and it is cool :) > Now we have support natively in HiveMind 1.1 for serialization with a similar > approach but you have to call registry.setupThread() before the functionality > can be used on a given thread. seems like it worked fine without setupThread in alpha-2 (but not in beta-1)... but I suspect the reason for this change was this: "Allow for running with multiple Registries. (HLS) Fixes HIVEMIND-83" thanks, viktor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
