Search:

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

Search: Search took 0.02 seconds.

  1. Nested Aspect (Spring AOP) not being injected properly

    Please note: I'm not sure if this belongs in the AOP forum, or the Core forum. I will move if this isn't the right place.

    Some background information - I have two projects, some common code, and...
  2. Replies
    10
    Views
    5,947

    Can you slap a pastebin link of the contents of...

    Can you slap a pastebin link of the contents of your WEB-INF/lib directory?
  3. Replies
    10
    Views
    5,947

    Well, in doing some research to answer you, I...

    Well, in doing some research to answer you, I think I found the problem. The spring-jpa artifact in Maven is a no-no. I should be using spring-orm 2.5.x instead of spring-jpa 2.0.x. I'll give that...
  4. Additionally, if I hard code the information in...

    Additionally, if I hard code the information in the initialDirContextFactory


    <bean id="initialDirContextFactory" class="org.acegisecurity.ldap.DefaultInitialDirContextFactory">...
  5. LDAP Initial Context Factory incorrectly set

    I'm trying to use Spring Security to validate users against a Sun ONE Identity Management server, using LDAP. I am using Spring's PropertyOverrideConfigurer to inject values from a properties file...
  6. Replies
    10
    Views
    5,947

    I updated to Acegi 1.0.7 and Spring 2.5.4, but...

    I updated to Acegi 1.0.7 and Spring 2.5.4, but the issue still persists. =\ This is a big issue, since I sold folks on the ease of using annotations, which is why we switched to Spring 2.5.x from...
  7. Replies
    10
    Views
    5,947

    Annotation Support Problems

    I'm having some problems with Spring annotation support. I'm using Spring (2.5.3) with Spring JPA (2.0.8) along with Hibernate 3.2.5/Hibernate Annotations 3.3.0 and Hibernate Entity Manager 3.3.1. ...
Results 1 to 7 of 7