0

In netbeans, embedded felix does not support DS.How can we add Felix Service Component Runtime to embedded felix in netbeans.

1 Answers1

1

Declarative Services is implemented by an ordinary bundle, called SCR (Service Component Runtime). Simply install that bundle! Look for SCR on the Felix downloads page: http://felix.apache.org/downloads.cgi

Neil Bartlett
  • 23,743
  • 4
  • 44
  • 77