0 Replies Latest reply on Jun 5, 2011 4:05 AM by fphilip

    A commons -lang ClassLoader problem FUSE 3.5

    fphilip

      Hi, any idea how I do to change the classloader behavior to upgrade commons-lang lib form 2.1 to 2.5 in my SU to use MethodUtils? If i declare as a dependency, the util class is available but the new version of ClassUtils used by MethodUtils is not override and NoSuchMethodError is throwed..

       

      Im was trying with class loader delagation as a self-first mode, but the problem persist

       

       

      thanks for any comment