[JBoss-user] [JBoss Seam] - org.jboss.seam.core.LocaleSelector NotSerializableException

2006-05-07 Thread ranik
Has anyone tried Seam with EJB3 cluster. I am getting a java.io.NotSerializableException with org.jboss.seam.core.LocaleSelector. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941745#3941745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-04-20 Thread ranik
I had attached a simple change to enable addition of dynamic pageflow to the jira issue yesterday. Is there already a unit test class for JBpm which I missed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938562#3938562 Reply to the post : http://www.jboss

[JBoss-user] [JBoss Seam] - Re: Question about SeamTest

2006-04-19 Thread ranik
SeamTest is one of the reasons we switched from @EJB to @In ;-) I have been able to get EJB3 & hibernate work with testNG based on the examples. But, I am unable to get Hibernate & EJB3 working in the same test. The errors include datasource not defined even though it is defined in jboss-beans.x

[JBoss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-04-16 Thread ranik
Looks like a simple fix, would you be interested in taking a fix for this? If so, please let me know the preferred option for exposing this via API and how to submit the fix. 1. replace a specific pageflow by providing a new method - 'public void installPageFlowDefinition(String pathPageFlow)' -