Joined: Thu Aug 09, 2007 10:07 pm Posts: 3 Location: Pittsburgh, PA
|
Has any one seen this ever?
I have the following tag in my java code. I have an eclipse builder that automatically creates the HBM file from the xdoclet2 tags using the hibernate plugin. Here is a sample of a tag and the associated java code:
/**
*
* @return
* @hibernate.property not-null="true"
*/
public String getAuthorName() {
return authorName;
}
I run this through the xdoclet2 hibernate plugin and I get the following in my HBX file
<property name="authorName" not-null="true" access="method"/>
from what I have red the only legal values for access are:
access="field|property|ClassName" (6)
The xdoclet2 plugin list is not a very active list so any help would be great
_________________ Mark Russell
|
|