[jboss-user] [JBoss Seam] - Re: Calling Seam's component from MDB thew java.lang.Illegal

2007-08-28 Thread tonylmai
I removed the @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) from the Seam's component and the error went away. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078935#4078935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: Calling Seam's component from MDB thew java.lang.Illegal

2007-08-28 Thread tonylmai
Here is the stack trace: anonymous wrote : | java.lang.IllegalStateException: Do not start long-running conversations in direct calls to EJBs | at org.jboss.seam.contexts.Lifecycle.endCall(Lifecycle.java:75) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java

[jboss-user] [JBoss Seam] - Re: Calling Seam's component from MDB thew java.lang.Illegal

2007-08-27 Thread tonylmai
Hi Pete, Here is my Seam's component: @Scope(ScopeType.APPLICATION) | @Name("wcTickerPlant") | @Startup | @Restrict("#{identity.loggedIn}") | public class TickerPlant { | private Map quotesMap = new ConcurrentHashMap(); | ... | | @Create | public void refreshQuo

[jboss-user] [JBoss Seam] - Re: Calling Seam's component from MDB thew java.lang.Illegal

2007-08-27 Thread [EMAIL PROTECTED]
Post your code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078494#4078494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078494 ___ jboss-user mailing list jboss-user@list