of course i can ;-)

here they are:

@ejb:bean name="services.Id" view-type="remote" type="CMP"
persistent="CMP" reentrant="False" primkey-field="idName"
cmp-version="1.1"
@ejb:finder signature="Collection findAll()" role-name="all"
@ejb:pk generate="True"
@ejb:permission role-name="all"
@ejb:interface generate="remote" remote-class="de.inmediasp.services.Id"
@ejb:home generate="remote" remote-class="de.inmediasp.services.IdHome"

@jboss:container-configuration name="Standard CMP EntityBean"
@jboss:table-name "T_IdBean"
@jboss:create-table "true"
@jboss:remove-table "true"
@jboss:tuned-updates "true"
@jboss:read-only "false"

bye

Dmitri Colebatch wrote:

> Hi,
> 
> the error looks like its because of a missing tag.  Could you send in the
> tags you have at the class level and we could see if there's anything
> obvious missing.
> 
> cheers
> dim

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to