Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    9
    Views
    1,332

    Smb autentification

    Hi,
    I am new to Spring security and Acegi and i am trying to achieve NTLM authentication. The thing that i don't understand is that there's no authentication provider for NTLM.

    In older posts...
  2. Replies
    0
    Views
    820

    BeforeCompletion called

    Hi,

    i experiment a nasty problem due to SpringSessionSynchronization called in the beforeCompletion phase of the JTA transaction. Even in a JTA transaction it closes the hibernate session. I...
  3. Replies
    2
    Views
    849

    You are right thanks it's explained in paragraph...

    You are right thanks it's explained in paragraph "6.6.1. Understanding AOP proxies"
  4. Replies
    2
    Views
    849

    @Transactional precisions

    Hi,

    I enabled @Transactional annotation and it seems that some methods are not transactional (they do not start a transaction). The annotated bean implements an interface (JDK dynamic proxy) and...
  5. More information

    I think the issue comes from the fact that Spring by default use the following piece of code to retrieve the classloader:



    Thread.currentThread().getContextClassLoader();


    The problem is...
  6. ContextSingletonBeanFactoryLocator on Jboss

    Hi,

    I have problems using ContextSingletonBeanFactoryLocator and classloader issues
    with Jboss. I know it's totally Jboss related but i really need to find out why it doesn't work and maybe...
  7. Replies
    0
    Views
    730

    JDBC inside a HibernateDAO

    Hi,

    I have a method in a Hibernate DAO (which extends HibernateDaoSupport) where I would like to perform raw JDBC. Actually, I have a complex mapping between objects and RDBMS tables and for...
  8. The problem is worse than I thought. Actually, I...

    The problem is worse than I thought.
    Actually, I tried to create a common class that extended SimpleFormController and that in turn all my (SimpleFormController) controllers extended. This class had...
  9. Applying propertyeditors before returning to the view

    Hi,
    I configured an HandlerExceptionResolver to intercept some business exceptions and display a nice error message in the view. I am able to retrieve the command of the controller (I stored it in...
  10. Replies
    1
    Views
    1,279

    Solved

    Juergen answered on Jira (thanks Juergen):

    " The problem here is that your target class implements an interface, but you still want your callers to talk to your target class directly. This...
  11. Replies
    1
    Views
    1,279

    Problem with AspectJ and interfaces

    I already posted about this issue but I have been able to narrow cases where it happens.
    I get the following error:


    "org.springframework.beans.TypeMismatchException: Failed to convert property...
  12. Replies
    1
    Views
    1,024

    AspectJ compilation dependencies

    Hi,

    I have just read this blog entry http://www.jroller.com/page/malbari?entry=javaee_5_spring_2_and#comments that explains 2 different techniques to inject plain POJOS into EJB3 beans using...
  13. Replies
    3
    Views
    1,175

    I upgraded to Spring 2.0 M2 and the dependent...

    I upgraded to Spring 2.0 M2 and the dependent libraries cglib-nodep-2.1_3.jar, aspectjweaver.jar,aspectjrt.jar) and still get the same error:


    ...
  14. Replies
    3
    Views
    1,175

    Ok thanks Rod. that's what I thought with the...

    Ok thanks Rod.

    that's what I thought with the name of the proxy class. Waiting for M2 suits me well since I am busy with other stuff and I am just experimenting AspectJ. As soon as it's released...
  15. Replies
    3
    Views
    1,175

    TypeMismatchException

    Hi,

    I am currently testing the AspectJ AOP features of Spring 2.0 M1 and I got an error regarding the generated proxy which is not of type expected.
    Actually, I wanted to transparently inject...
  16. Replies
    1
    Views
    2,529

    Re: HttpInvoker changing service URL at runtime

    Ok I have found a way (in the documentation) to get the underlying beanFactory 's bean prepending its name with &.
    It's not very clean but it works:

    ApplicationContext ctx = new...
  17. Replies
    3
    Views
    2,156

    I know it's old but that's the version of the not...

    I know it's old but that's the version of the not so old Weblogic server 8.1. And I didn't want to use Weblogic's proprietary proxies.
    I finally managed to create JDK dynamic proxies to remote...
  18. Replies
    1
    Views
    2,529

    HttpInvoker changing service URL at runtime

    Hi,

    what would be the strategy to change the URL of a remote service at runtime ? Actually, I have a client which needs to connect to many remote services implemented as HttpInvoker services. They...
  19. Replies
    3
    Views
    2,156

    JMX 1.0 support

    Hi,

    From what I have seen in the documentation, it's possible to create proxies to remote MBeans via the MBeanProxyFactoryBean class. Does Spring provide a similar Proxy factory for JMX 1.0 MBean...
  20. [SimpleFormController] Validation where are my params ?

    Hi,

    I am using a SimpleFormController to implement a Login controller.
    Users are redirected to this controller when they are not authenticated
    (via an intereceptor) and a special hidden field...
Results 1 to 20 of 20