Hi,

it may be possible if we provide a Extension to veto our JSF 2.2 artifacts
if JSF2.2 is not available.

WDYT Gerhard?

Regards,
Thomas


2014-06-04 15:25 GMT+02:00 Stemmer Thomas <[email protected]>:

> Hi,
>
> I'm running on JBoss 7.x with JSF 2.1. With Deltaspike 0.6+ I get a lot of
> info/warn messages from jboss classloading (like
> http://mail-archives.apache.org/mod_mbox/deltaspike-users/201403.mbox/%3ccafychvq__lbr0einu_ifkxar+tmqcsnnyqtfeqmxk5thuy5...@mail.gmail.com%3E
> )
>
> Is there any chance to disable the 2.2 Features?
>
> For DefaultClientWindow I tried the following, but that doesn't help as
> the classloader still tries to load the JSF 2.2 classes.
> @Specializes
> public class ClientWindow extends DefaultClientWindow {
>     @Override
>     public boolean isClientWindowRenderModeEnabled(FacesContext
> facesContext) {
>         return false;
>     }
> }
>
>
>
> Thanks,
> regards Thomas
>

Reply via email to