Date: 2004-04-23T09:45:00 Editor: DieterBogdoll <[EMAIL PROTECTED]> Wiki: Jakarta HiveMind Wiki Page: FeatureRequest URL: http://wiki.apache.org/jakarta-hivemind/FeatureRequest
no comment Change Log: ------------------------------------------------------------------------------ @@ -24,7 +24,7 @@ <implementation service-id="my.service.point" hint="variantB"/> -IService myService = (IService) registry.getServices( "service-point-id", "variantA", IService.class ); +IService myService = (IService) registry.getServices( "my.service.point", "variantA", IService.class ); = Inlining of the configuration into the implementation tag = Currently you have to configure a service via the <configuration-point> and <contribute> tag. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
