cmose
May 7th, 2007, 03:02 PM
--Please completely ignore this. The problem is completely unrelated to SqlMapClientFactoryBean and Ibatis and is a result of a lack of proper investigation on my part.--
Hey folks,
I'm using spring's SqlMapClientFactoryBean to inject SqlMapClient references into my own DAO's. I've also created an annotated class using the Spring 2(?) AspectJ style annotations and have an Around point cut(my explanation of the aop stuff is probably off as I'm just experimenting with it now and haven't really used it prior).
Currently I'm getting an IllegalArgumentException in my ApplicationContext.xml when on my SqlMapClientFactoryBean that indicates the following:
error at ::0 can't find referenced pointcut
anyone have any suggestion of what I might pursue to resolve this as I've really not got a clue...
Thanks
Hey folks,
I'm using spring's SqlMapClientFactoryBean to inject SqlMapClient references into my own DAO's. I've also created an annotated class using the Spring 2(?) AspectJ style annotations and have an Around point cut(my explanation of the aop stuff is probably off as I'm just experimenting with it now and haven't really used it prior).
Currently I'm getting an IllegalArgumentException in my ApplicationContext.xml when on my SqlMapClientFactoryBean that indicates the following:
error at ::0 can't find referenced pointcut
anyone have any suggestion of what I might pursue to resolve this as I've really not got a clue...
Thanks