Excellent feedback Enrique.
I am glad that you were able to get it to work without much difficulty.
I labored on the precise text of the diagnostic messages for a while, so
I am happy that they were helpful. :-)
The question I have is, were you able to determine why you needed these
packages? Were they packages you were using and didn't include or were
they from methods used on parent classes or what?
-> richard
Enrique Rodriguez wrote:
I hit the "strict modularity" issues updating Apache Directory to
Felix tonight. I found the overall issues to be no worse than
troubleshooting any other OSGi dependency issues. The error messages
were really great to have and I think they'll help newbies a lot.
I had to add:
javax.naming, \
javax.naming.spi, \
javax.naming.directory, \
javax.naming.ldap, \
javax.security.auth.kerberos
to our config.properties.
Enrique