[jboss-user] [JBoss Seam] - Re: ELContext exception
rlhr
do-not-reply at jboss.com
Thu Nov 23 02:20:20 EST 2006
You need to add in your application.xml:
| <module>
| <java>el-api.jar</java>
| </module>
| <module>
| <java>el-ri.jar</java>
| </module>
|
And your ear file must contains these 2 jars along with your jboss-seam.jar
I hope it helps.
Richard
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988061#3988061
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988061
More information about the jboss-user
mailing list