Search:

Type: Posts; User: JareCareMA; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,134

    Using a hibernate.properties file

    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...
  2. Replies
    5
    Views
    2,339

    I think what I'm trying to do is unnecessary for...

    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...
  3. Replies
    5
    Views
    2,339

    The aspect worked great the first time I ran the...

    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...
  4. Replies
    5
    Views
    2,339

    Sometimes the aspect works other times I get this...

    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
  5. Replies
    5
    Views
    2,339

    AspectJ problem

    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
    ...
Results 1 to 5 of 5