[jboss-user] [JBoss Seam] - Re: framework:entity-query class attribute

petemuir do-not-reply at jboss.com
Wed May 9 08:08:16 EDT 2007


Ah, in that case:

public abstract class MyEntityQuery extends EntityQuery {
  | 
  |    // Overridden/extra methods
  | }

<component name="fooQuery" class="MyEntityQuery">
  |    <property name="maxResults">10</maxResults>
  | <component>

- you loose the namespace stuff in components.xml.  You could always set up your own namespace for MyEntityQuery if you like.

HTH

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

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



More information about the jboss-user mailing list