On Tue, Apr 9, 2013 at 8:04 AM, Tania Marinova <taniamm2...@yahoo.com> wrote: > Hi, thank you for your help but I told you that > > 1. first I'm not a Russian > > 2. I hanged the jar file two times with those provided by you. But nothing > works > > Sorry for bothering you. > > what more do you suggest for me to do? >
Its possible that the wss4j you are using is in a higher classloader, unless you configure a preference to load your classes in the ear / war. That's the case with the JBoss 7.1 that I'm using, though in that case its version of wws4j has the getIdentifier() method you are missing. What's your env, ie axis2 version, app server version and OS? If you are unsure you can find out by http://myIPandPort/myApp/axis2-web/HappyAxis.jsp I suggest searching your filesystem and app server for another wss4j jar. Better yet you can figure that out via code by placing this line in a place that runs before you load the problem class: System.out.println("CallbackHandler instance was loaded from: " + CallbackHandler.class.getProtectionDomain().getCodeSource().getLocation()); - R --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org