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...
Type: Posts; User: mlaccetti; Keyword(s):
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...
Can you slap a pastebin link of the contents of your WEB-INF/lib directory?
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...
Additionally, if I hard code the information in the initialDirContextFactory
<bean id="initialDirContextFactory" class="org.acegisecurity.ldap.DefaultInitialDirContextFactory">...
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...
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...
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. ...