doest xdoclet supports read-only properties for data objects?
-----Original Message-----
From: Ara Abrahamian [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 12:41 PM
To: 'Jens Kumpfm�ller'
Cc: [EMAIL PROTECTED]
Subject: RE: [Xdoclet-user] DD error
Those exception traces are weird, I know. It should have shown you this
good looking message:
The value 'value' specified for parameter 'param_name' of tag
@the_tag_name tag in fullClassName class is not valid. Valid values for
this tag are: {the_valid_values_here}.
But invalidParamValueFound incorrectly tries to also add current method
name and it hits a NPE. Fixed the bug.
Your problem is cmp-version="1.1". It's incorrect. cmp-version="1.x" or
"2.x" is ok. It works fine if you mark it ejb 1.1 because there's no
such a thing in 1.1. As of ejb 2 spec the default is 2.x, so you need to
specify it only if using cmp1.1 in ejb 2.
Ara.
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:xdoclet-user-
> [EMAIL PROTECTED]] On Behalf Of Jens Kumpfm�ller
> Sent: Monday, September 24, 2001 10:32 AM
> To: Dmitri Colebatch
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] DD error
>
> 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
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
