>> https://jaxb2-commons.dev.java.net/issues/show_bug.cgi?id=4
>>
>> "
>> Includes parameter to set default property type: simple, bound,
>> constrained, both
>>
>> Includes customizations:
>> - transient
>> - property type: simple, bound, constrained, both
>>
>> Includes documentation (index.html)
>> "
>>
>> Just check out HEAD of jaxb2-commons, apply the patch and try it :)
> I didn't find the patch I've mentioned ;-(
Open the bug report and search for "patch" ...
Or:
touch ~/.cvspass
cvs -d :pserver:<your java.net account name>@cvs.dev.java.net:/cvs login
cvs -d :pserver:<your java.net account name>@cvs.dev.java.net:/cvs
checkout jaxb2-commons
curl -O
https://jaxb2-commons.dev.java.net/nonav/issues/
showattachment.cgi/2/patch.txt
patch -d jaxb2-commons -p0 < patch.txt
mvn -f jaxb2-commons/property-listener-injector/pom.xml install
w3m jaxb2-commons/www/property-listener-injector/index.html
@@@@
Sebastian