[jboss-user] [JBoss Seam] - Re: Potential Bug (?)

wschwendt do-not-reply at jboss.com
Tue Aug 28 12:00:14 EDT 2007


addendum:

if the "discs" query is defined in component.xml without the scope attribute,
no exception is thrown and the seamdiscs example continues to work.


  |   <component name="discs" class="org.jboss.seam.framework.EntityQuery">      
  |          <property name="ejbql">select disc from Disc disc</property>
  |          <property name="order">disc.name ASC</property>
  |          <property name="max-results">5</property>
  |   </component>
  | 

This raises the question what is wrong with the scope attribute set to "CONVERSATION".

  |   <component name="discs"  scope="CONVERSATION" ...
  |       ...
  |   </component>
  | 

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

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



More information about the jboss-user mailing list