Is it possible to use a hibernate.properties file to configure your session factory bean, instead of having to specify all the properties in your...
Type: Posts; User: JareCareMA; Keyword(s):
Is it possible to use a hibernate.properties file to configure your session factory bean, instead of having to specify all the properties in your...
I think what I'm trying to do is unnecessary for my particular application. If I don't include an aspect bean definition for the logging aspect in my application context the aspect works fine and...
The aspect worked great the first time I ran the application, every time after I get
java.lang.VerifyError: (class: spring/aspectj/LoggingAspect, method: <clinit> signature: ()V) Stack size too...
Sometimes the aspect works other times I get this error
java.lang.VerifyError: (class: spring/aspectj/LoggingAspect, method: <clinit> signature: ()V) Stack size too large
When using the Spring IDE support in Eclipse 3.0 it flags the following:
<bean id="loggingAspect"
class="spring.aspectj.LoggingAspect" factory-method="aspectOf"/>
with the error
...