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....
Type: Posts; User: nestabur; Keyword(s):
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....
Yes Iwein ;) You are right, geronimo doesnt show me more info ... :(
And yes, the app works in Tomcat 6 :D
Yes ;)
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/integrationApplicationContext.xml /WEB-INF/serviceApplicationContext.xml...
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...
Thanks for your reply Mark,
I'll give you any feedback. I'm going to continue testing this approach.
NEStor
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
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...
JIRA issue created!
INT-552
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...
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...
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:
...
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...
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...
Thanks 4 everything :D
Thanks, I couldn't find the artifact on the spring repo ;)
Does the ws artifact have this one?
<dependency> <groupId>org.springframework.ws</groupId>...
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...
Hi all,
There is anyway to dinamically add channels and adapters into the integration context?
Thanks,
NEStor
WTF!
Yes, now it works!!! the spring-editor doesn't warn me about that...
thanks a lot!!!!
Hi Mark,
Any suggestions?¿
Yes that's it, I dont receive any message in that topic.
NEStor
Mark, I have to go. I'll read tomorrow.
Thanks a lot for everything.
Hope not disturb :(
NEStor
here the configuration channel:
<integration:channel id="correlatedBasicEvent">
<integration:queue/>
<integration:interceptors>
<bean class="ChannelInterceptor"></bean>...
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...
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...