1

Currently we are migrating our application from Spring-DM to Aries Blueprint. Need a way to use the bean inheritance. I read that the parent attribute is not supported in blueprint.

Kenster
  • 23,465
  • 21
  • 80
  • 106
Venkat
  • 314
  • 3
  • 10
  • Are you just setting parameter values or other? If so, using config admin property placeholders would allow for the value to be set in one place and then used in several. – Matt Pavlovich May 06 '16 at 14:56

1 Answers1

1

As far as I can tell, this is not possible. Inheritance is not supported by the Blueprint specification. This is based on reading of the specification and discussing this problem with veterans with many years under their belt with JBoss Fuse, OSGi and Blueprint. It is not clear to me why this important feature was not brought forward from Spring.

Ken W.
  • 51
  • 2