Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Hi ilyakn, I was wondering the same scene for...

    Hi ilyakn,

    I was wondering the same scene for my SI app :) What I'm testing is integrating OSGI with my SI app so I can control the context dynamically.

    Spring has a project, Dynamic Modules....
  2. Replies
    5
    Views
    1,903

    Yes Iwein ;) You are right, geronimo doesnt show...

    Yes Iwein ;) You are right, geronimo doesnt show me more info ... :(

    And yes, the app works in Tomcat 6 :D
  3. Replies
    5
    Views
    1,903

    Yes ;) ...

    Yes ;)



    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/integrationApplicationContext.xml /WEB-INF/serviceApplicationContext.xml...
  4. Replies
    5
    Views
    1,903

    Spring SI and Apache Geronimo

    Hi all,

    I'm trying to deploy my SI app in apache geronimo framework and I'm getting this error:



    ContainerBase.addChild: start: LifecycleException: java.io.IOException: Context did not...
  5. Replies
    3
    Views
    917

    Thanks for your reply Mark, I'll give you any...

    Thanks for your reply Mark,

    I'll give you any feedback. I'm going to continue testing this approach.

    NEStor
  6. Hi, One easy impl. is using ActiveMQ as the...

    Hi,

    One easy impl. is using ActiveMQ as the common bus publishing the messages into topics and create JMS Inbound Adapters which send the AMQ messages to the channels.

    NEStor
  7. Replies
    3
    Views
    917

    Use Spring DM with Spring Integration

    Hi All!,

    I'm testing SI during several months and I was wondering make it more dynamical. Right now I'm testing SpringDM (osgi) and I'm thinking about integrate it with my SI app. Is this approach...
  8. Replies
    6
    Views
    2,324

    JIRA issue created! INT-552...

    JIRA issue created!
    INT-552
  9. Replies
    6
    Views
    2,324

    Yes, that's it. I'm processing files and...

    Yes, that's it.

    I'm processing files and sending them to AMQ, when the connection fails and the failover is active my app continues processing fails ... if I stop my app these files are never...
  10. Replies
    6
    Views
    2,324

    Hi again, I've solved the problem using the...

    Hi again,

    I've solved the problem using the failover system of AMQ:



    failover:(ssl://localhost:61619)?initialReconnectDelay=100


    But, there are any other possibility? cause this aproach...
  11. Replies
    6
    Views
    2,324

    ActiveMQ Recovery

    Hi all,

    I'm using SI and AMQ, whe AMQ fails the connection is not recovered anymore and I cant send more messages to AMQ, so I have to restart my app.

    My connection factory config is:


    ...
  12. Replies
    4
    Views
    1,977

    Thanks Mark, Mainly my problem is that even if...

    Thanks Mark,

    Mainly my problem is that even if the filter doesn't find any valid file, it sends a message to the channel. Not only if the directory is empty.

    The exception I can see in the...
  13. Replies
    4
    Views
    1,977

    File Inbound Channel Adapter Problem

    Hi all,

    I'm using a file:inbound-channel-adapter for my integration infrastructure and I'm looking that when the filter doesn't find any file the adapter sends a null file to the channel.
    How...
  14. Replies
    4
    Views
    1,153

    Thanks 4 everything :D

    Thanks 4 everything :D
  15. Replies
    4
    Views
    1,153

    Thanks, I couldn't find the artifact on the...

    Thanks, I couldn't find the artifact on the spring repo ;)

    Does the ws artifact have this one?


    <dependency> <groupId>org.springframework.ws</groupId>...
  16. Replies
    4
    Views
    1,153

    Maven2 and SpringIntegration

    Hi All,

    I'm using maven2 for my project. I'm using the repositories:

    I want to use spring ws also, but the artifacts are named diferently as integration so I have duplicated all the spring core...
  17. Replies
    0
    Views
    744

    Add dinamically channels and adapters

    Hi all,

    There is anyway to dinamically add channels and adapters into the integration context?

    Thanks,

    NEStor
  18. Replies
    26
    Views
    9,065

    WTF! Yes, now it works!!! the spring-editor...

    WTF!

    Yes, now it works!!! the spring-editor doesn't warn me about that...

    thanks a lot!!!!
  19. Replies
    26
    Views
    9,065

    Hi Mark, Any suggestions?¿

    Hi Mark,

    Any suggestions?¿
  20. Replies
    26
    Views
    9,065

    Yes that's it, I dont receive any message in that...

    Yes that's it, I dont receive any message in that topic.

    NEStor
  21. Replies
    26
    Views
    9,065

    Mark, I have to go. I'll read tomorrow. Thanks...

    Mark, I have to go. I'll read tomorrow.

    Thanks a lot for everything.

    Hope not disturb :(

    NEStor
  22. Replies
    26
    Views
    9,065

    <?xml version="1.0" encoding="UTF-8"?>
    <beans
    xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  23. Replies
    26
    Views
    9,065

    here the configuration channel: ...

    here the configuration channel:



    <integration:channel id="correlatedBasicEvent">
    <integration:queue/>
    <integration:interceptors>
    <bean class="ChannelInterceptor"></bean>...
  24. Replies
    26
    Views
    9,065

    Hi again Mark, I've tested with a generic...

    Hi again Mark,

    I've tested with a generic channel-outbound-adapter and I receive the message correctly. Finally I'm going to implement a generic channel.outbound-adapter insted of...
  25. Replies
    26
    Views
    9,065

    Yes it is, But I've put that interceptor in...

    Yes it is,

    But I've put that interceptor in all the channels and I only can see the sending message:



    5227 [task-scheduler-4] INFO Main - Sending to channel correlatedBasicEvent message...
Results 1 to 25 of 33
Page 1 of 2 1 2