Have you stepped through your code in debug mode? I ask because using proceedingJoinPoint.toLongString() seems problematic. It's possible that the cacheElement is null, and that's why your...
Type: Posts; User: ekoeler; Keyword(s):
Have you stepped through your code in debug mode? I ask because using proceedingJoinPoint.toLongString() seems problematic. It's possible that the cacheElement is null, and that's why your...
We had the same issue; it turned out to be a problem with the Oracle 9i drivers we were using. Once we upgraded to 9.2.0.8.0, the issue went away completely.