I am trying to mix OSGi and JEE. I want to create a component in my Activator.java but when I console this project, I see following error:
could not resolve the bundles: [agenda.console-0.0.0Unresolved constraint in bundle agenda.console [8]: Unable to resolve 8.0: missing requirement [8.0] osgi.wiring.package;(osgi.wiring.package=com.sun.xml.internal.fastinfoset.sax)]
Activator.java
Bundels:
Thank you for your helps!