Ok, I looked some more in the seam-pay application, and I found that its application.xml
file references:
<module>
| <ejb>jboss-seam-pay.jar</ejb>
| </module>
| <module>
| <java>jboss-seam.jar</java>
| </module>
| <module>
| <java>el-api.jar</java>
| </module>
| <module>
| <java>el-ri.jar</java>
| </module>
|
Are these needed? Should I put those jars (specifically el-*.jar) in my .ear file like
seam-pay does? This may be the missing ingredient here.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996264#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...