FullTextHibernateSessionProxy is not visible from class loader
问题 I have run into a very strange error that I can´t wrap my head around. I´m running Seam 2.2.1.CR2 and JBoss 4.3.0.GA. My application consist of 3 modules: application.xml <display-name>CoolWebApp</display-name> <module id="EJB3"> <ejb>EJB3.jar</ejb> </module> <module id="WEB"> <web> <web-uri>WEB.war</web-uri> <context-root>/</context-root> </web> </module> <module> <ejb>jboss-seam-2.2.1.CR2.jar</ejb> </module> The following bean is scheduled and should run asynchronously. It resides in my