OpenWebBeans is built in a very modular fashion. We add integration features by simply dropping the plugin into the classpath. The webbeans-jsf* module adds support for 2 features: 1.) CDI @ConversationScoped support for JSF 2.) CDI EL support for JSF.
Out of the box we have plugins to support JSF-2.0++ and JSF-1.2. We do not support JSF-1.1 (was way too old in 2009 already). Which parts do you need for your JSF application? Do you need CDI @ConversationScoped integration? If you only need EL integration then you probably can add the WebBeansELResolver in your faces-application.xml and remove webbeans-jsf* completely? LieGrue, strub > Am 22.04.2015 um 03:12 schrieb kvrohit <[email protected]>: > > Hi Romain, > > Thanks for the workaround, I tried both the options; but they don't work as > expected. The application deploys but does not render correctly; one sample > scenario I tried was h:outputLink, the markup generated was in correct. > > Is there any chance that the fix will be added to support JSF 1.1? > > Thanks, > Rohit > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Does-TomEE-1-7-1-support-JSF-1-1-tp4674353p4674559.html > Sent from the TomEE Users mailing list archive at Nabble.com.
