Method not found

0
HI, I have a problem with the module emailTemplate.  I work on my apps since few weeks. I use emailTemplate with no problems all is fine. Today, i add a java action to replace special caracter. I deploy project for eclipse and implement my java action. I run in the cloud and now when i send an email throw my apps, i have this error ActionManager: java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.decodeBase64(Ljava/lang/String;)[B I didn't understand why. I didn't change anything about email ... It's work perfectly in local. I check reference librairies with eclipse and the method is here.... If someone have an idea 
asked
2 answers
1

Check if you have an older version of commons.codec in your userlib dir. Delete that one 

answered
1

I have only commons-codec-1.10.


this .jar -> org.apache.servicemix.bundles.commons-codec-1.3.0.jar can be in conflict ?

answered