Re: [codec] NoSuchMethodError

2010-06-15 Thread Ralph Goers
On Jun 15, 2010, at 11:08 AM, Brent Worden wrote: > On Tue, Jun 15, 2010 at 5:59 AM, Ralph Goers > wrote: >> We have an application trying to use a method from commons codec 1.4 and are >> getting a NoSuchMethodError. We are using JBoss and have located 5 copies in >> the classpath that appea

Re: [codec] NoSuchMethodError

2010-06-15 Thread Jörg Schaible
Julius Davies wrote: > On Tue, Jun 15, 2010 at 3:59 AM, Ralph Goers > wrote: >> We have an application trying to use a method from commons codec 1.4 and >> are getting a NoSuchMethodError. We are using JBoss and have located 5 >> copies in the classpath that appear to be pre-1.4. In searching for

Re: [codec] NoSuchMethodError

2010-06-15 Thread Brent Worden
On Tue, Jun 15, 2010 at 5:59 AM, Ralph Goers wrote: > We have an application trying to use a method from commons codec 1.4 and are > getting a NoSuchMethodError. We are using JBoss and have located 5 copies in > the classpath that appear to be pre-1.4. In searching for other hits on the > probl

Re: [codec] NoSuchMethodError

2010-06-15 Thread Julius Davies
On Tue, Jun 15, 2010 at 3:59 AM, Ralph Goers wrote: > We have an application trying to use a method from commons codec 1.4 and are > getting a NoSuchMethodError. We are using JBoss and have located 5 copies in > the classpath that appear to be pre-1.4. In searching for other hits on the > probl

[codec] NoSuchMethodError

2010-06-15 Thread Ralph Goers
We have an application trying to use a method from commons codec 1.4 and are getting a NoSuchMethodError. We are using JBoss and have located 5 copies in the classpath that appear to be pre-1.4. In searching for other hits on the problem I noticed a commit in drools where they inlined the code f