Re: xalan usage in taglibs

2017-11-27 Thread Romain Manni-Bucau
2017-11-27 20:01 GMT+01:00 Jeremy Boynes : >> On Nov 27, 2017, at 7:38 AM, Romain Manni-Bucau >> wrote: >> >> 2017-11-27 16:31 GMT+01:00 Jeremy Boynes : >>> On Nov 27, 2017, at 12:07 AM, Matthew Broadhead >>> wrote: >>> >>> In TomEE 7.0.3 everything is fine at startup. But if a webapp is reload

Re: xalan usage in taglibs

2017-11-27 Thread Jeremy Boynes
> On Nov 27, 2017, at 7:38 AM, Romain Manni-Bucau > wrote: > > 2017-11-27 16:31 GMT+01:00 Jeremy Boynes : >> On Nov 27, 2017, at 12:07 AM, Matthew Broadhead >> wrote: >> >> In TomEE 7.0.3 everything is fine at startup. But if a webapp is reloaded I >> get >> java.lang.ClassCastException: org.

Re: xalan usage in taglibs

2017-11-27 Thread Romain Manni-Bucau
2017-11-27 16:31 GMT+01:00 Jeremy Boynes : > On Nov 27, 2017, at 12:07 AM, Matthew Broadhead > wrote: > > In TomEE 7.0.3 everything is fine at startup. But if a webapp is reloaded I > get > java.lang.ClassCastException: org.apache.xml.dtm.ref.DTMManagerDefault > cannot be cast to org.apache.xml.d

Re: xalan usage in taglibs

2017-11-27 Thread Jeremy Boynes
> On Nov 27, 2017, at 12:07 AM, Matthew Broadhead > wrote: > > In TomEE 7.0.3 everything is fine at startup. But if a webapp is reloaded I > get > java.lang.ClassCastException: org.apache.xml.dtm.ref.DTMManagerDefault cannot > be cast to org.apache.xml.dtm.DTMManager > and the whole container

Re: xalan usage in taglibs

2017-11-27 Thread Matthew Broadhead
In TomEE 7.0.3 everything is fine at startup.  But if a webapp is reloaded I get java.lang.ClassCastException: org.apache.xml.dtm.ref.DTMManagerDefault cannot be cast to org.apache.xml.dtm.DTMManager and the whole container needs to be restarted which is not ideal during production Now in TomE