Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    252

    Create if doesn't exist

    Hello,

    In my application I have spring managed service:


    <bean id="myService" class="org.springframework.aop.framework.ProxyFactoryBean">
    <property name="target">
    ...
  2. Replies
    8
    Views
    1,715

    To simplify: I need following code ...

    To simplify: I need following code


    org.jboss.web.tomcat.security.login.WebAuthentication webAuthentication = new org.jboss.web.tomcat.security.login.WebAuthentication();
    boolean result =...
  3. Replies
    8
    Views
    1,715

    Pre authentication scenarios are applied when i'm...

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

    Additional authentication check

    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)...
  5. Replies
    0
    Views
    1,006

    Jaas on jboss integration

    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...
  6. Replies
    8
    Views
    1,036

    The 'parse' method was throwing...

    The 'parse' method was throwing java.lang.Exception, and changing this to RuntimeException didn't help. But the exception which should trigger rolback was...
  7. Replies
    8
    Views
    1,036

    The exception is not thrown by service, but after...

    The exception is not thrown by service, but after service call when interceptor calls flush... But anyway my problem is solved by using HibernateTransactionManager.
  8. Replies
    8
    Views
    1,036

    I had:

    I had:


    <beans>
    <!-- ========================= DATASOURCE DEFINITION ========================= -->

    <!-- JNDI DataSource for J2EE environments -->
    <bean id="dataSource"...
  9. Replies
    8
    Views
    1,036

    Problem with rollback on exception

    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....
  10. Hi, I'm getting the same exception. Can...

    Hi,

    I'm getting the same exception. Can you explain little bit more how you managed to solve it?

    Thanks.
  11. Replies
    2
    Views
    3,442

    Using LDAP resource with LdapTemplate

    Hi,

    I have my ldap directory context specified as a resource in Tomcat's context.xml:


    <Resource name="ldap/myres"
    auth="Container"
    ...
Results 1 to 11 of 11