Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty, OSGi and JSF

Does anybody have a working sample with a WAB deployed on Jetty/OSGi using JSF 2.1 taglibs from another bundle?

E.g. PrimeFaces would be a good test case.

I'm having issues with all of the following:

- Automatic discovery of the JSF startup listener (e.g. org.apache.myfaces.webapp.StartupServletContextListener)

- Discovery of META-INF/faces-config.xml of the taglib bundle

- Discovery of META-INF/*.taglib.xml of the taglib bundle.

- Loading static resources from META-INF/resources/ of the taglib bundle.

Best regards,
Harald


Back to the top