Search:

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

Search: Search took 0.02 seconds.

  1. I upgraded from AJDT 2.2.1.e42x-20120725-1900...

    I upgraded from
    AJDT 2.2.1.e42x-20120725-1900 (delivered with STS 3.0)
    to
    AJDT 2.2.1.e42x-RELEASE-20120921-1400
    and it fixed the problem!

    Thanks for your help,
    Holger
  2. STS 3.0 on Eclipse 4.2/3.8: AspectJ Load-Time Weaving Application

    Dear Community,

    are there any known problems with STS 3.0, AJDT 2.2.1 on Eclipse Juno (4.2 or 3.8)?

    An "AspectJ load-time Weaving App" launch configuration that worked in Eclipse Helios wirh...
  3. Replies
    0
    Views
    880

    Spring problem: referenced bean not found

    We use Spring STS 2.3.2 on Eclipse Galileo SR2 for Java Devs (incl. Eclipse 3.5.2).
    We have multiple Eclipse projects, one of which is a WTP project with a Spring application context.
    It imports...
  4. Replies
    3
    Views
    2,458

    Hi, is there a specific reason, why...

    Hi,

    is there a specific reason, why Log4jWebConfigurer only resolves
    placeholders, if the config location value is not a URL?
    Why doesn't it try to always resolve placeholders first?

    As far...
  5. Unfortunately, I had to revert to the traditional...

    Unfortunately, I had to revert to the traditional style of configuring the method security interceptor and advisor to be able to specify the ordering.

    It would be very useful to support ordering...
  6. ordering security, transaction and other advices (AOP)

    Hi,

    sorry if this question has been asked before:

    I try to implement method based security with global-method-security:
    ...
    <global-method-security>
    <protect-pointcut...
  7. Replies
    1
    Views
    1,205

    LTW for java web start applications

    Does Spring 2.5 allow load time weaving of aspects in java web start applications?

    It's not possible to specify a javaagent right now:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6356496
    ...
  8. I guess it's not possible with Spring AOP this...

    I guess it's not possible with Spring AOP this way, because there is no chance to proxy my instantiated bean in this case.
    So @Configurable "only" allows dependency injection.
    If I need AOP for...
  9. Applying existing advices to domain objects

    Hi,

    I'm experimenting with the new Spring AOP 2.0 feature.
    Basically, I try to apply an existing advice, the Spring DebugInterceptor,
    to domain objects not instantiated with Spring, but I can't...
Results 1 to 9 of 9