You need to prefix the service id with the module id (i.e. "test.Part"), then it should load it. If your service is the only service defined using the interface one.PartitionService, then you can simply do:

PartitionService c = (PartitionService)registry.getService(PartitionService.class);

Cheers,

Johan

On 27 Apr 2005 11:36:20 +0300, Igor Laberov <[EMAIL PROTECTED]> wrote:

Yes, I put it before.
May be I make wrong call to service:
   PartitionService c = (PartitionService)
registry.getService("Part",PartitionService.class);
while XML contains:
<module id="test" version="1.0.0">
  <service-point id="Part" interface="one.PartitionService">
    <create-instance class="one.PartitionServiceImpl"/>
  </service-point>
</module>


Igor


On Wed, 2005-04-27 at 11:08, Johan Lindquist wrote:
Igor,

Perhaps a stupid question, but did you put the descriptor in
META-INF/hivemodule.xml on the classpath?

Johan

On 27 Apr 2005 11:02:20 +0300, Igor Laberov <[EMAIL PROTECTED]> wrote:

> Hi all,
> I'm trying to build simple application with HiveMind, but it seems that
> registry doesn't load my descriptor (I've added descriptor location to
> the classpath). I also checked Registry content in debugger, and I saw
> that descriptor wasn't loaded.
> Should I make definitions in another places?
>
> Thank you,
> Igor Laberov
> Qlusters, Inc.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




--
you too?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





-- you too?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to