Venkat
Venkat

Reputation: 342

How to achieve bean Inheritance in apache aries blueprint

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.

Upvotes: 1

Views: 341

Answers (1)

Ken W.
Ken W.

Reputation: 51

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.

Upvotes: 1

Related Questions