Hi Gordon,
Thanks for the pointer. I will take a look.
Thanks,
Raghu
Type: Posts; User: draghuram; Keyword(s):
Hi Gordon,
Thanks for the pointer. I will take a look.
Thanks,
Raghu
Sorry for confusion about the terminology. Obviously, I had a class that implemented ValidatorAspect. As to interface being the problem here, I did try removing the interface from the picture and...
Hi all,
Firstly, I hope that this is the correct forum for my question. I am having problems with using Spring AOP when deploying code in OSGi bundles. Here is the explanation (I would try to...
Hi,
Thanks for the reply. My confusion came from the fact that using SingleConnectionDataSource should have been sufficient to indicate that connection should not be closed after each operation...
Hi,
I have a small application that uses straight JDBC to access ORACLE using "thin" driver. I create "connection" and "statement" at the beginning and use this "statement" for all SQLs. I close...