[jboss-user] [JBoss Seam] - Re: Transaction problem after upgrade

2006-10-10 Thread blue_due
Thanks, I removed the @Begin and @End annotations but no joy. The stack trace is much the same. The exception is thrown when calling org.jboss.seam.core.ManagedJbpmContext.getJbpmContext(). I inserted breakpoints in org.jboss.seam.interceptors.TransactionInterceptor but found that the excepti

[jboss-user] [JBoss Seam] - Re: Transaction problem after upgrade

2006-10-09 Thread blue_due
Did you find a solution to this? I'm having a similar problem but I'm only getting the exception on the methods annotated @EndTask: | @Name("depositPermission") | @Scope(ScopeType.CONVERSATION) | @Transactional | public class DepositPermissionAction { | | private String note;