Russ, On Mon, 1 Oct 2001, Russell Chan wrote: > > > > > THis is what my beans javadoc header currently looks like: > > > /** > > > * @ejb:bean name="testapp/Member" persistent="CMP" jndi-name="ejb/test/Member" > > > * @ejb:transaction type="Required" > > > * @ejb:interface remote-class="com.test.interfaces.Member" > > > * @ejb:home remote-class="com.test.interfaces.MemberHome" > > > * @ejb:pk class="java.lang.Integer" package="java.lang" generate="false" >unchecked="true" > > > * @ejb:finder signature="Member findByPrimaryKey(java.lang.Integer)" >unchecked="true" > > > * @ejb:finder signature="Collection findAll()" unchecked="true" > > > */ > > > > What is actually happening? is it generating anything? > > > IMO the behavious is partially right. It's *NOT* generating a PK class > which is what I want. However, the home interface also does not have > a findByPrimaryKey method generated, which I would have thought would > have been generated (since the key is in the java.lang package). >
so there's no findByPrimaryKey in your home interface? thats weird. Does the findAll show up? What about the ejbFindByPrimaryKey in the ejb class... is that there? cheers dim _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
