This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Not sure if this would be your issue, but you have three named pointcuts, all those methods are private, might need to be public, and they all should have different names. You have them all called serviceCall(). Try having different names. and Make sure you update your @Before etc..
Swaroop Kunduru wrote:Any one know what it mean in line number 18 in the error log?
Regards,
Swaroop Kunduru.
This one?
WARNING: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:ContactsWebApp' did not find a matching property.
Means that ContactsWebApp does not have a setSource method. <property name="source"… means that Spring will call the setSource() method.
Mark>
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.