[JBoss Seam] - Re: Seam 2.0 BETA
by gavin.kingï¼ jboss.com
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#4058348
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058348
18Â years, 10Â months
SQL Transaction active very long
by FEj
Hi guys,
I've problem with long sql transaction active and I want kill this one.
In many case I've query long plus 20 minutes, and this cause a db slowness.
Can I kill transaction active for plus 15 minutes?
Thanks
FEj
PS: sorry for my english ;-)
18Â years, 10Â months