Hi,
when trying to run my application in eclipse Juno with the SAP HANA Cloud local runtime from neo-sdk-javaee6-wp-2.10.0.1 I get on startup of the server the following error:
ERROR#javax.enterprise.resource.webcontainer.jsf.application##anonymous#Start Level Event Dispatcher###JSF1029: The specified InjectionProvider implementation 'org.eclipse.virgo.web.enterprise.jsf.support.VirgoJsfInjectionProvider' does not implement the InjectionProvider interface.
And indeed the injection does not seem to work, as I have inside a @ManagedBean an @EJB annotated member with a class type annotated with @Stateless @LocalBean and I get a NPE when accessing that member from a JSF page.
What can I do?
Any ideas to further diagnose the problem?
Thanks in advance,
Wolfgang