I have a problem with Jaxb enumerations that is related to this bug
https://jaxb.dev.java.net/issues/show_bug.cgi?id=708
A patch has been supplied to the issue that can resolve the problem.
How can I apply this ...
I want to implement lucene based hibernate search in my assignment. For generating domain objects I am using HyperJaxb3.
I want @Indexed annotation to be added during domain object creation using ...