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
Type: Posts; User: hbrands; Keyword(s):
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
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...
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...
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...
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...
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...
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
...
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...
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...