Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    5,179

    Yes. This is a startup issue for the singleton...

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

    So in fact I have a total of 1200 beans defined...

    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...
  3. Replies
    11
    Views
    5,179

    Yeah. The support only restricts the...

    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...
  4. Replies
    11
    Views
    5,179

    I also see tons of log statements where TX...

    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...
  5. Replies
    11
    Views
    5,179

    Sorry. By terrible, I meant a 3X increase in...

    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)...
  6. Replies
    11
    Views
    5,179

    Performance hit with @AspectJ annotations

    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...
  7. Replies
    4
    Views
    1,096

    another thought. do the XSD ID's require any sort...

    another thought. do the XSD ID's require any sort of namespace prefixing in order to be found (ala package names0?
  8. Replies
    4
    Views
    1,096

    yes. they are both in the same config. the...

    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"
    ...
  9. Replies
    4
    Views
    1,096

    referencing pointcuts defined in schema

    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...
  10. Replies
    1
    Views
    1,226

    ActiveMQ 4 broker and Spring 2.0

    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...
  11. Replies
    3
    Views
    4,485

    Weblogic has an Active Directory authenticator...

    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,...
  12. Replies
    3
    Views
    4,485

    weblogic integration

    has anyone successfully authenticated with acegi security using weblogic 8.1 authenticators?

    thanks!

    jason
Results 1 to 12 of 12