-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: XDoclet2 problem: access="method" ???
PostPosted: Tue Jan 03, 2006 4:02 pm 
Newbie

Joined: Tue Jan 03, 2006 3:44 pm
Posts: 3
Hello,

I have just started using XDoclet2, and I have ran into trouble: all the generated properties in hbm.xml files contain access="method".
Example:

Code:
    <property name="name" not-null="true" length="20" access="method" unique="true"/>


The problem is that when executing my program, I get the following exception:
Code:
nested exception is org.hibernate.MappingException: could not find PropertyAccessor class: method
org.hibernate.MappingException: could not find PropertyAccessor class: method


Looking in Hibernate Doc, I saw that the "access" element has to be field, property or ClassName. So why does XDoclet2 generates access="method"?

Thank you,
Cristian.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 04, 2006 6:34 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
Report it as a bug in the XDoclet2 JIRA


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.