Yes. This is a startup issue for the singleton beans, and then again when the UI is first accessed and Xwork gets loaded, the Spring-Xwork integration kicks in, and the prototype-scoped action beans...
Type: Posts; User: boutwell; Keyword(s):
Yes. This is a startup issue for the singleton beans, and then again when the UI is first accessed and Xwork gets loaded, the Spring-Xwork integration kicks in, and the prototype-scoped action beans...
So in fact I have a total of 1200 beans defined in my application, and the AspectJ auto proxy creator isn't being very discriminating about applying aspects.
Does anyone know of another method of...
Yeah. The <include/> support only restricts the aspects that you wish to include in Spring AOP, not the beans/classes that those aspects are applied to. I tried using that, and it didn't affect...
I also see tons of log statements where TX advisors and custom AspectJ aspects are being applied to ActiveMQ beans, ProxyFactoryBeans, XWork ObjectFactory, JDBC datasources, JNDI beans, all types of...
Sorry. By terrible, I meant a 3X increase in startup time difference from when the aspects are defined in XML Schema. Moving to the Java 5 annotation model (and adding some additional pointcuts)...
Is there a mechanism in Spring AOP LTW that is analogous to the AspectJ LTW <include/> entry in aop.xml which allows you to specify which packages/classes to apply your aspects?
Currently, the...
another thought. do the XSD ID's require any sort of namespace prefixing in order to be found (ala package names0?
yes. they are both in the same config.
the declarations themselves don't error out, but when i apply 'pointcut-ref' on an aspect:
<aop:aspect id="validator"
...
the AOP docs in the Spring reference say that you can reference XSD-based pointcuts via XML ids, yet if I define two pointcuts, and one references the other via the id, i get an...
Has anyone attempted to start a broker using the BrokerFactoryBean from ActiveMQ 4 with Spring 2 M4?
I'm getting a NoSuchMethodError for setValidating(), which appears to have been removed from...
Weblogic has an Active Directory authenticator for NT domains. I'd like to be able to authenticate against it with Acegi, but there doesn't appear to be a module for Weblogic, as there is for JBoss,...
has anyone successfully authenticated with acegi security using weblogic 8.1 authenticators?
thanks!
jason