So, implementing my own ServiceImplementationFactory, I think I would get
the location from 

    public Object createCoreServiceImplementation(String serviceId,
            Class serviceInterface, Log serviceLog, Module invokingModule,
            List parameters) {
                        // some stuff that builds my service
                        myservice.setLocation(invokingModule.getLocation())
                        return myservice;
                }

After reviewing BuilderFactory, I can't really prove this, but I think it's
right.

Richard


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

Reply via email to