On Fri, 28 Sep 2001 [EMAIL PROTECTED] wrote:

> Yes, I  found the package parameter for pk,home,interface but not for the
> data-object tag.

ahh, sorry - its not documented, it is there though - the same as home and
interfaces... I'll try to remember to update the docs

more below..

>  *   @ejb:bean type="CMP" name="bank/Person" generate="false"
>  *   @ejb:finder signature="Collection findAll()" role-name="Teller"
>  *   @ejb:transaction type="Required"
>  *   @ejb:data-object implements="test.interfaces.Identifiable" ver-uid
> ="7523967970034398950L" equals="true"
>  *   @ejb:env-entry name="blabla" value="12345" type="java.lang.Integer"
>  *   @ejb:use-soft-locking
>  *   @ejb:interface package="test.ejb"
>  *   @ejb:pk package="test.ejb"
>  *   @ejb:home package="test.ejb"
>  *
>  *   JBoss/JAWS CMP specific
>  *   @jboss:table-name "person"
>  *   @jboss:create-table "true"
>  *   @jboss:remove-table "true"
>  *   @jboss:tuned-updates "true"
>  *   @jboss:read-only "false"
>  */
> 
> ---------------log of build
> ...
> [ejbdoclet] Create Home Interface for:     test.ejb.AccountBean
> [ejbdoclet] Create Home Interface for:     test.ejb.CustomerBean
> [ejbdoclet] Running ejbdoclet failed:
> [ejbdoclet] Error in @tag: parameters should be in paramName="paramValue"
> format
> , class=test.ejb.PersonBean, @tags=package="test.ejb"
> [ejbdoclet]
> 

that is weird... I think its the JBoss/JAWS normal comment.  If I recall
correctly the samples have nothing between the use-soft-locking tag and
the JBoss comment.  So whats happening (I think) is that the JBoss/JAWS
comment is interpreted as the first and only value of the use-soft-locking
tag, but you then put other tags after that (quite legitimately), which
means that is no longer the case.  so the JBoss/JAWS comment is
interpreted as garbage on the end of the ejb:home tag...

in short: remove the JBoss/JAWS line and I think it'll work.  Again, I'll
put it on my list to change that error reporting if I can... this is all
on the assumption that what I said above is right (o:

cheesr
dim


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

Reply via email to