--- Amélie Deltour <[EMAIL PROTECTED]> wrote:
> Hi, Hi. You missed the mailing list. This one is for xdoclet/generama core, plugins got dedicated list on sourceforge. Though it's not a problem, because all the developers are also here. > I had the following problem when trying to use a tag > of the kind: > @hibernate.set access="field" > whereas "access" is documented as a valid parameter > for the > @hibernate.set tag. > > With xdoclet-plugin-hibernate-1.0.1.jar I get the > following error message: > > access is an invalid parameter name. In 1.0.1 access was implicit parameter - just use tags on field level to get this behaviour. > With xdoclet-plugin-hibernate-1.0.2.jar it know > generates the correct > mapping but I get an exception: It's because you are using XML parser which does not understand this feature. User recent xerces, or disable XML validation. regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- Still using XDoclet 1.x? XDoclet 2 is released and of production quality. check it out: http://xdoclet.codehaus.org __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
