Note that this release was tested on the following platforms:
* JBoss 4.2
* Tomcat 6.0
* GlassFish V2 and V1
* WLS 9.2
* OC4J 11g Technology Preview
It can be made to run on JBoss 4.0.5 by upgrading the AS to support JSF 1.2 (instructions
in the documentation).
We have had problems deploying on WebSphere, which we are investigating.
However, I just found a minor errata (ie. bug) in the jee5 example. You'll need to
change web.xml, removing the EjbTransactionListener ejb-link, and replacing it with this:
<ejb-local-ref>
| <ejb-ref-name>jboss-seam-jee5/EjbTransaction/local</ejb-ref-name>
| <ejb-ref-type>Session</ejb-ref-type>
| <local>org.jboss.seam.transaction.LocalEjbTransaction</local>
| <ejb-link>EjbTransaction</ejb-link>
| </ejb-local-ref>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058348#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...