Hello,
I am facing a issue with spring AOP. I have created an interceptor(aspect) class and given a point cut declaration like
@Pointcut("within(com.abc..*) &&...
Type: Posts; User: egspringplus; Keyword(s):
Hello,
I am facing a issue with spring AOP. I have created an interceptor(aspect) class and given a point cut declaration like
@Pointcut("within(com.abc..*) &&...
Hi,
I'm trying to deploy a sample webservice using JIBX for marshalling/unmarshalling. Am trying to consume the webservice from a junit test client that uses WebserviceTemplate for sending the...