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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to