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