JWBF does not work in OSGI environment
Brought to you by:
eldurloki
I tried to use JWBF in an Atlassian JIRA Plugin. When JWBF tries to register its services in the static initializer block, it cannot handle the returned "bundle://" URL and cannot be use further on. I worked around the problem by catching all exceptions in this block and it works =)
Thanks for the hint, I'll check this.