-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Konstantin Priblouda wrote:
>> I'm using 1.0.3 how do I get 1.0.4-SNAPSHOT?
> 
> you can get full bundle from here:
> http://dist.codehaus.org/xdoclet-plugins/tar.gzs/
> 
> or just a plugin from:
> http://dist.codehaus.org/xdoclet-plugins/jars/
> 
> regards,
> 
> ----[ Konstantin Pribluda http://www.pribluda.de ]----------------
> JTec quality components: http://www.pribluda.de/projects/
> 
> 
>        
> ____________________________________________________________________________________
> Yahoo! oneSearch: Finally, mobile search 
> that gives answers, not web links. 
> http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> xdoclet-plugins-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
> 
I upgrade to the 1.0.4-snapshot and still get the same issue.

java code with tag
        /**
         *
         * @return
         * @hibernate.property not-null="true"
         */
        public String getAuthorName() {
                return authorName;
        }

Code produced for the HBX file:
<property name="authorName" not-null="true" access="method"/>

Note that I did not specify a access in the hibernate.property tag and the code 
generated by xdoclet2 added the access="method"
attribute. From the Hibernate 3 Documentation:
access="field|property|ClassName"                            (6)
(6)     access (optional - defaults to property): The strategy Hibernate should 
use for accessing the property value.

Can you give me any ideas why this does not work?  Can you give ma any way to 
debug this?
If I can't figure this out soon I will need to switch to a different method of 
solving the automatic generation of hbm files
from java source.



- --
Mark Russell
Instantiations, Inc.
724-368-3331 (land line)
http://www.instantiations.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGu75YyHA2ZZVyicQRAkwcAKC/Z1vBYjkz34CATzzMiC7Se2+PZACdG79A
LULTvCak+1AQcG466FbgMr4=
=GlOd
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to