Re: No signature username found.

2011-07-25 Thread Vivek Alampally
Hi Devajyoti, Am I the intended recipient of the message? On Mon, Jul 25, 2011 at 2:10 PM, Dev wrote: > So what was the final resolution to this issue? How did you manage to get > things > going. > >

Re: java.lang.NoSuchMethodError Exception While Using Apache CXF 2.4 and wss4j 1.5.11

2011-06-27 Thread Vivek Alampally
dentifier().equals(this.username)) { > pc.setPassword(this.password); > } > else{ > throw new IOException("Invalid Identifier"); > } > >>>>> > > C

Re: java.lang.NoSuchMethodError Exception While Using Apache CXF 2.4 and wss4j 1.5.11

2011-06-27 Thread Vivek Alampally
of the validation. > > Colm. > > On Mon, Jun 27, 2011 at 4:11 PM, Vivek Alampally > wrote: > > Hi Colm, > > Do you have any link pointing to how this can be done. > > I just need to have a username & password for existing web service. For >

Re: java.lang.NoSuchMethodError Exception While Using Apache CXF 2.4 and wss4j 1.5.11

2011-06-27 Thread Vivek Alampally
enario, you must implement your own > Validator implementation. See here for more information: > > http://coheigea.blogspot.com/2011/04/wss4j-16-introducing-validators.html > > Colm. > > On Mon, Jun 27, 2011 at 3:36 PM, Vivek Alampally > wrote: > > Here is the actual probl

Re: java.lang.NoSuchMethodError Exception While Using Apache CXF 2.4 and wss4j 1.5.11

2011-06-27 Thread Vivek Alampally
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) On Mon, Jun 27, 2011 at 10:22 AM, Vivek Alampally wrote: > Sorry this exception got resolved whe

Re: java.lang.NoSuchMethodError Exception While Using Apache CXF 2.4 and wss4j 1.5.11

2011-06-27 Thread Vivek Alampally
Sorry this exception got resolved when I removed XMLSchema1.4.7.jar On Mon, Jun 27, 2011 at 10:14 AM, Vivek Alampally wrote: > Hi, >Thanks for your prompt response. > > When I add WSS4j 1.6.1 the below exception is coming. > org.springframework.beans.factory.BeanDefinitio

Re: java.lang.NoSuchMethodError Exception While Using Apache CXF 2.4 and wss4j 1.5.11

2011-06-27 Thread Vivek Alampally
java.lang.NoSuchFieldError: QUALIFIED Does this change require any change in configuration as well. On Mon, Jun 27, 2011 at 9:53 AM, Colm O hEigeartaigh wrote: > They are incompatible - you must use WSS4J 1.6.x with CXF 2.4.x. > > Colm. > > On Mon, Jun 27, 2011 at 2:47 PM, Vivek Ala

java.lang.NoSuchMethodError Exception While Using Apache CXF 2.4 and wss4j 1.5.11

2011-06-27 Thread Vivek Alampally
Hi I am getting the following exception while replacing existing cxf 2.3.3 jar with Apache CXF 2.4.1 java.lang.NoSuchMethodError: org.apache.ws.security.util.WSSecurityUtil.decodeAction(Ljava/lang/String;Ljava/util/List;