I'm trying to run the Seam messages example app and so far I'm not able to get 
it to work.  The registration example runs correctly so my environment seems to 
be more-or-less correct.  I'm running Seam 1.0.0.CR2 on app server 4.0.4.CR2 
installed with the EJB3 profile.  I'm using the default Hypersonic datasource.

What I see is that the MessageManagerBean.findMessages method, which is 
annotated with @Factory("messageList"), works correctly, in other words, it 
pulls two rows from the database.  But the messageList variable in the JSP is 
never initialized.  In fact, for every occurrence of messageList in the JSP, 
the @Factory method is called.  So, the connection between the data in the 
MessageManagerBean and the JSP is not happening.

Does anyone know what the problem might be?  If I figure it out, I'll post back 
 the solution.

Thanks,
Scott


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942514#3942514

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942514


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to