so, IBM's implementation seems to care about the double definition while it silently fails on openJDK. I'm not sure which one is correct, but removing the duplicate definition will ix the issue.
On Wed, Dec 11, 2019 at 1:51 PM Clebert Suconic <[email protected]> wrote: > > I figured this out. > > The issue is that the attribute was already defined on the super type: > > https://github.com/apache/activemq-artemis/pull/2916 > > > it's probably the same issue you had before on queue type. > > On Wed, Dec 11, 2019 at 12:41 PM Clebert Suconic > <[email protected]> wrote: > > > > On Wed, Dec 11, 2019 at 12:15 PM <[email protected]> > > wrote: > > > > > > That sucks some what on ibms behalf. I think we hit same issue a while > > > back on some queue configs also. > > > Is there a way to possibly add an extra jar or something or manage the > > > XML parse libs so theyre not dependent on jvm impl version. > > > > There's probably a way. I don't know how to handle this though. > > > > -- > Clebert Suconic -- Clebert Suconic
