We use a formatting
tool to tidy up our Java source files. It automatically checks JavaDoc tags to
make sure they contain legal HTML.
If I have an entity
EJB and it has finder queries in it that use the > operator or the <
operator as part of the query, these get replaced by the escape sequences
> and < respectively.
XDoclet then takes
these queries as is and dumps the escape sequences into the deployment
desciptors and our EJBs fail to deploy.
Anyone come across
this and know of anyway around it?
Thanks
