[JBoss-user] [JBoss Seam] - Re: Session scoped javabean problem

2006-07-07 Thread bjneuman
Not at this time. It was initially registered only in faces-config. Then I tried @Name then SFSB. Finally, I got rid of the bean alltogether. I was beginning to have suspicions that the problem had something to do with the tomahawk tabbed pane tag and its binding to one of the bean's properties.

[JBoss-user] [JBoss Seam] - Re: Session scoped javabean problem

2006-07-06 Thread bjneuman
...and cookies are enabled. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955842#3955842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955842 Using Tomcat but need to do more? Need to support web services, security?

[JBoss-user] [JBoss Seam] - Re: Session scoped javabean problem

2006-07-06 Thread bjneuman
Thanks for the response. I tried your suggestions and got the same results after making my bean a SFSB! By the way, I am using client side state saving, facelets 1.1.11, and Seam 1.0.1 on Tomcat 5.5.17 with embedded EJB3.0 container. View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Seam] - Session scoped javabean problem

2006-07-05 Thread bjneuman
I've got a session scoped javabean that is not being "reused". A new one is created and put in session scope instead. @Name("RequisitionTabbedPaneBean") | @Scope(ScopeType.SESSION) | public class RequisitionTabbedPaneBean implements TabChangeListener { | public RequisitionTabbedPaneBean()

[JBoss-user] [JBoss Seam] - Re: javax.servlet.ServletException: No active application sc

2006-07-05 Thread bjneuman
Could you tell me which jar files you were missing? I am having the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955619#3955619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955619 Using Tomcat but ne

[JBoss-user] [JBoss Seam] - Re: Outjection problem (Solved)

2006-07-05 Thread bjneuman
Fixed. I was building against jdk1.5. Tomcat was running 6.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955611#3955611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955611 Using Tomcat but need to do more? Need

[JBoss-user] [JBoss Seam] - Outjection problem

2006-07-05 Thread bjneuman
I am getting started with Seam and am stuck on this outjection problem: | ERROR 05-07 12:17:41,026 (Log4JLogger.java:error:119) -uncaught exception handled by Seam | javax.servlet.ServletException: Error calling action method of component with id _id22:commandLink-newRequisition |