Hi,
My bean is in the package cam.config and the name of the bean class,
CommentsBean. So the full name of my class bean is
cam.config.CommentsBean.class.
The ebj name is Comments, specified by @ejb.bean name="Comments".
Here is the contents of the file that I am trying to merge:
<entity>
<load-groups>
<load-group>
<load-group-name>Locking</load-group-name>
<field-name>lastUpdated</field-name>
</load-group>
</load-groups>
<optimistic-locking>
<group-name>Locking</group-name>
</optimistic-locking>
</entity>
I've loaded the above xml content into a file with the name
jbosscmp-jdbc-Workflows.xml and jbosscmp-jdbc-WorkflowsBean.xml.
Neither worked. I've placed these files in the directory
mergeDir/cam/config.
I am using Eclipse JBOSS IDE. The Jboss version is 4.0.1. In the Jboss xdoclet subtask:
I've specified version 4.0, and the mergeDir name of mergedDir.
I do appreciate your help. I've looked carefully through the archives
and I've found messages relating to merging of jbosscmp-jdbc.xml, but
they were not helpful to me. Sorry. An example would be helpful if
someone can provide it, or tell me what I am doing wrong.
Thanks
Nick