Hallo,
I have eclipse project with lomboz plugin (3.0.1)
I want to use defined load strategy, so I was defined it as xdoclet tag in @jboss.querry xdoclet tag and was correctly generated into jbosscmp-jdbc.xml
But how to define load-group?
example - I have cmp bean Organization (OrganizationBean) and I was created definition file jbosscmp-jdbc-OrganizationBean.xml with content
<load-groups>
<load-group>
<description>List load by filter</description>
<load-group-name>Filter</load-group-name>
<field-name>name</field-name>
<field-name>description</field-name>
<field-name>businessType</field-name>
</load-group>
</load-groups>


how to merge it automatically with generated jbosscmp-jdbc.xml? Both are placed in META-INF directory ...


Thanks Jiri

PS. I know that this question is mainly for xdoclet mailing list, but I am subscribed here and maybe somebody know it here, so I am trying it here before subscribing to xdoclet. By google I found nothing :(


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to