Hello. I want to start learning
JBoss Seam framework, unfotunately I'm stucked at the very beginning. I'am following instructions from the
Seam's reference So, what I've done is: installed JBoss AS 4.0.5.GA using the jems installer and applying EJB3 profile, extracted Seam 2.1.0.GA, set jboss.home and tomcat.home properties in build.properties file, went to Seam's example directory and deployed registration example with '
ant deploy' command, start JBoss AS and I have following exception:
According to above trace I see that it cannot load the ELContext class but I've included el-api.jar in AS lib directory, in ear's lib directory and in war's WEB-INF/lib directory and it don't help. Even uncle google failed to find the solution (or maybe I failed to ask appropriate question
).
Did anybody can help me with this problem? There is no
word in the reference that I need to manually provide any library.