As well as ButterFaces BootsFaces comes with jQuery and Bootstrap. This does not work out of the box.
ButterFaces deliveres css and javascript as first part of html head to allow custom class handling. BootsFaces deliveres its own jQuery after ButterFaces, so ButterFaces jQuery plugins does not work anymore.
Disable jQuery in BootsFaces and most thinks will work
<context-param>
<param-name>net.bootsfaces.get_jquery_from_cdn</param-name>
<param-value>true</param-value>
</context-param>
mvn clean package wildfly-swarm:run
BootsFaces and ButterFaces override some Bootstrap style sheet. Sometimes they come in the transverse, i.e. placeholder position in ButterFaces. We are working on that.