[jboss-user] [JBoss Seam] - Re: In attribute requires non-null value: authenticator.enti

2007-08-04 Thread mmakundi
This thread actually solved my problem, indirectly: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112375 The key is: One other potential trap is that I have just upgraded from Seam 1.2.1 to 2.0b1 and "managed-persistence-context" has been moved from namespace core to persistence. If

[jboss-user] [JBoss Seam] - In attribute requires non-null value: authenticator.entityMa

2007-08-04 Thread mmakundi
Hi! Has anyone found a solution to the problem described here: http://www.mail-archive.com/jboss-user@lists.jboss.org/msg67427.html I am using MyFaces with Seam and similar configuration, but I do not even get the following initialization log line: 16:53:36,554 INFO [Component] Component: enti

[jboss-user] [JBoss Seam] - Re: How to choose proper context and achieve external

2007-07-05 Thread mmakundi
Actually you need one more thing to initialize the dataModel when the page loads: | http://jboss.com/products/seam/pages-1.2.dtd";> | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060691#4060691 Reply to the post : http://w

[jboss-user] [JBoss Seam] - Re: How to choose context properly and link to an external u

2007-07-05 Thread mmakundi
For requirements #1 and #2 I am now prototyping the following, but I am not sure if it is the proper way. It appears to work, but I do not know if the conversation etc. are handled properly from the perspective of optimality: | @Stateful | @Scope(ScopeType.CONVERSATION) | | ... |

[jboss-user] [JBoss Seam] - New to seam: How to choose proper context and achieve extern

2007-07-03 Thread mmakundi
Hi! Here is what I am trying to do: 1. I need a page that loads its dataTable contents from db fresh every time I access the page. 2. The items in the dataTable need to be clickable and bookmarkable in the future; this is why s:link was chosen. According to my experience, @Scope(PAGE) does not