[jboss-user] [JBoss Seam] - No active transaction after validation exception

2007-06-26 Thread shakenbrain
I have a validator class in Seam 1.2.1; I'm using JBoss AS 4.0.2. @Validator | @Name("prefixValidator") | public class PrefixValidator extends BaseValidator { | | @In | EntityManager entityManager; | | @Transactional | public void validate(FacesContext context, UIComponen

[jboss-user] [JBoss Seam] - No active transaction?

2007-06-06 Thread toni
Hi, in my seam application the user can start a batch process, by clicking on a link in the web application. When he clicks on that link the method of a SFSB is called, which in turn direktly calls the method of a SLSB where the job actually gets done. The processing runs for about 1h and 43 m