Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    361

    Hello, I solved a part of my problem. Now,...

    Hello,

    I solved a part of my problem.

    Now, i proxified ehcache and task annotation-driven interception on target classe instead of interface


    <ehcache:annotation-driven...
  2. Replies
    2
    Views
    361

    I commented this configuration :

    I commented this configuration :



    <!-- <task:annotation-driven executor="businessAsyncThreadExecutor"/> -->
    <!-- <task:executor id="businessAsyncThreadExecutor" pool-size="5"/> -->


    and my...
  3. Replies
    2
    Views
    361

    @Async versus RegexpMethodPointcutAdvisor

    Hi,

    I'm using spring configuration that :
    - intercepts some methods using @Async annotations
    - intercepts the same methods using a RegexpMethodPointcutAdvisor using an home made interceptor...
  4. My component already exists. Here is a current...

    My component already exists. Here is a current usecase :

    - in my spring configuration, i have an interceptor around different kind of layers (for example : *Server, * ServiceImpl, *Client, *Dao)...
  5. Hi Amol and Oleg, Thanks for your responses....

    Hi Amol and Oleg,

    Thanks for your responses.
    I have a monitoring component in my architecture. My architure uses Spring Integration as an option.
    I use Spring Integration for specific needs such...
  6. Keeping threadlocal variables threw spring integration operations

    Hello,

    In my application, i have few information in threadlocal variables of the main thread. I would like to access those variable in spring integration operations.

    For example, in my...
  7. Replies
    0
    Views
    425

    Asynchronous JMS call

    Hi,

    Il would like to use Spring WS and JMS capabilities in order to :
    - make my client call an ActiveMQ server, send a message to it, continue the process
    - then the server consume the message...
  8. Replies
    0
    Views
    366

    Transactions over spring ws

    Hello,

    I would like to do have XA transaction on my applications and my opensource project.
    My architecture is composed by many webservices calling each others and webapps or portlets.
    My aim...
  9. Hi, I've got the same problem. I'm using...

    Hi,

    I've got the same problem.
    I'm using Maven 3.

    Which repository should we use ?
  10. Hi Mark, I'm using prototype beans in vaadin...

    Hi Mark,

    I'm using prototype beans in vaadin applications.

    I want my pages to be loaded by spring but Vaadin needs a unique instance of those bean for each context.

    Keeping it in session is...
  11. Preload a number of beans with prototype scope

    Hello,

    My application is using beans with scope prototype.
    When the user is connecting, a main context bean is built and all injections are done.

    Depending on the number of objects the main...
  12. I use WSDL generation using this maven artefact....

    I use WSDL generation using this maven artefact.

    Here are some problems i already met with other technologies (no Spring ws) remote webservices :
    - SOAP Action is required by some remote...
  13. It should work with wss4j interceptor but i never...

    It should work with wss4j interceptor but i never achieve to make it work.
    With Pox or another message factory.
    Is there anyone who did it with interceptors as Spring WS suggests to do it ?
    Is...
  14. Do your trustStore and your jre cacerts have last...

    Do your trustStore and your jre cacerts have last verisign certificates ?

    I had a problem with a provider since first days of july because Verisign added new certificates you have to add in your...
  15. actually, i'm not sure it's the better way to do...

    actually, i'm not sure it's the better way to do it (using deprecated librairies and old httpclient (3.1 instead of 4.1) is not very good solution for the future.
    I was hurried to have something...
  16. It's not really the way Spring WS should work....

    It's not really the way Spring WS should work.
    You want to use a a "contract last" method whereas Spring WS is made for "contract first".
    that is to say : you should do your xsd contract before...
  17. i tried to do it as defined on this page...

    i tried to do it as defined on this page http://static.springsource.org/spring-ws/site/reference/html/security.html.
    I used wss interceptor. Unfortunately, when i logged ssl debug, it seemed that my...
  18. Replies
    4
    Views
    1,212

    Hi, Here is the code, i made : ...

    Hi,

    Here is the code, i made :
    https://itcb.svn.sourceforge.net/svnroot/itcb/common/branches/0.1.0-DEV-BRANCH/common-client/src/main/java/net/sf/itcb/common/client/aop/ProviderInterceptor.java
    ...
  19. Replies
    4
    Views
    1,212

    It's OK i managed to do it with a generic way. ...

    It's OK i managed to do it with a generic way.

    I'll post the code soon.
  20. Replies
    4
    Views
    1,212

    Spring WS client from a wsdl problems

    Hi,

    A provider gave me his wsdl. I am working with Spring WS for internal communication and, for now, we used CXF... for calling providers.

    I would like to homogenize by using Spring WS as...
  21. I did it and It works. If someone needs it, i...

    I did it and It works.

    If someone needs it, i already added a post on ehcache forums :
    http://forums.terracotta.org/forums/posts/list/5618.page#27960

    The source code is here :...
  22. After looking at EhCacheManagerFactoryBean, it...

    After looking at EhCacheManagerFactoryBean, it seems it is impossible to define many config files.

    I'm looking for writing my own factory using ClassPathXmlApplicationContext instead of resource....
  23. Multiple config files with Spring context in multiple jars

    Hello,

    EhCacheManagerFactoryBean seems to accept only one file as configLocation.

    Is there any way to use many config files ?

    I would like to put ehcache config files in each jar i use...
Results 1 to 23 of 23