On 09-11-06 6:37 AM, Manik Surtani wrote:
A couple of comments re 193:
How would you set this stuff programmatically? Conf.setQueryConfig(qc) ?
Also, are the<module> tags and the<query:> prefix necessary in the
XML config? Any clever way to do without these, since the queryconfig
bean is detected at the beginning and doesn't have to be loaded when
specific tags are encountered, right?
Cheers
Manik
We can make it programmatic, no problem.
Prefix, we have to keep since JAXB forces it. We can avoid its usage
if we manually change generated schema.
How would you ideally align these tags?