Hello,
In my application I have spring managed service:
<bean id="myService" class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="target">
...
Type: Posts; User: seprak; Keyword(s):
Hello,
In my application I have spring managed service:
<bean id="myService" class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="target">
...
To simplify: I need following code
org.jboss.web.tomcat.security.login.WebAuthentication webAuthentication = new org.jboss.web.tomcat.security.login.WebAuthentication();
boolean result =...
Pre authentication scenarios are applied when i'm already authenticated by the contanier before springs filter chain is invoked. In my scenario this is not the case. Im authenticating with spring...
Hello,
I'm using spring security 2. I have configured form login and authentication and authorization using LDAP. In addition I need to perform container based authentication (programaticaly)...
Hello,
I'm trying to integrate spring security for two web application on Jboss. I'm using FORM authentication with JAAS realm. I have also enabled simple single sign on provided by jboss...
The 'parse' method was throwing java.lang.Exception, and changing this to RuntimeException didn't help. But the exception which should trigger rolback was...
The exception is not thrown by service, but after service call when interceptor calls flush... But anyway my problem is solved by using HibernateTransactionManager.
I had:
<beans>
<!-- ========================= DATASOURCE DEFINITION ========================= -->
<!-- JNDI DataSource for J2EE environments -->
<bean id="dataSource"...
Hi,
I have spring application, accessing Postgres (8.x) database through Hibernate 3. In recent time i have noticed that DB changes in my service method are not rolled back when exception happens....
Hi,
I'm getting the same exception. Can you explain little bit more how you managed to solve it?
Thanks.
Hi,
I have my ldap directory context specified as a resource in Tomcat's context.xml:
<Resource name="ldap/myres"
auth="Container"
...