FilterTable add-on Error missing class

Hello,
I download this add-on add as a lib and define table → FIlterTable filterTable = new FilterTable();
(validation lib in my enviroment is ok, there is no any msg about missing lib… I use Jboss and Vaadin 7.0.6
)
and get the error at start, msg Failed to define class com.vaadin.ui.CustomTable in Module Failed to link com/vaadin/ui/CustomTable (Module “…” from Service Module Loader)
what now ? :C

For check I use other class from lib and there is no problem: problem is when I try use FilterTable :confused:

Hi,

which version of FilteringTable are you using? I do know that there are some issues with Jboss doing some scanning on the jars or whatever. Could you try to deploy your project on some other server?