Bugger... I didn't save your stack trace and unfortunately the archives
aren't quite that quick (o:
I cant see anything blatently obvious that should actually cause an
error... but do have a few commnets:
- if you declare a view-type="remote" (or local - ie., not
local,remote) in your ejb:bean tag, you dont need the generate="remote" on
your interface or home tags - it will default to whatever's in ejb:bean.
- pk:generate will default to true, and as far as I recall, it is case
sensitive )o: I should fix that, and expects "true" not "True"... I'm
not 100% on that... in any case, tag it out and it will default to what
you would get at the moment anyway.
sorry I cant offer more help - but I stupidly deleted your last mail... if
you want to send me the stack trace again I'll have another look.
cheers
dim
On Mon, 24 Sep 2001, Jens [iso-8859-1] Kumpfm�ller wrote:
> 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