Closed GoogleCodeExporter closed 9 years ago
Move TypesActivator.initExtendedUmaPackage() to CustomTypeHandlerServiceImpl.
Call register() before adding to map
Original comment by 1.Pla...@gmail.com
on 23 Jan 2011 at 6:02
Issue 128 has been merged into this issue.
Original comment by 1.Pla...@gmail.com
on 23 Jan 2011 at 6:02
Type handlers are registered in order they come from extension service
Original comment by 1.Pla...@gmail.com
on 23 Jan 2011 at 6:12
Type handlers are registered in order they come from extension service, code
moved from TypesActivator to CustomTypeHandlersServiceImpl
Original comment by 1.Pla...@gmail.com
on 23 Jan 2011 at 6:16
CustomTypeHandlersService.getHandlers() should not be public
Original comment by 1.Pla...@gmail.com
on 23 Jan 2011 at 6:22
getHandlers() removed from interface of CustomTypeHandlersService
Original comment by 1.Pla...@gmail.com
on 23 Jan 2011 at 6:24
It seems like extension service returns contributions in random order - some
mechanism for dependencies should be created
Original comment by 1.Pla...@gmail.com
on 23 Jan 2011 at 10:09
Added method isReadyToRegisterType() that is called before registering
Original comment by 1.Pla...@gmail.com
on 24 Jan 2011 at 6:17
Updated archetype to respect to new method
CustomTypeHandler.isReadyToRegisterType()
Original comment by 1.Pla...@gmail.com
on 24 Jan 2011 at 9:45
Original issue reported on code.google.com by
1.Pla...@gmail.com
on 23 Jan 2011 at 6:00