SI « Development « Spring Q&A





1. Where is SequenceSizeCompletionStrategy in SI 2.0.1 API?    forum.springsource.org

The classname has changed in 2.0 since the strategy interface also changed (from 'CompletionStrategy' to 'ReleaseStrategy'). The new class is: http://static.springsource.org/sprin...eStrategy.html Could you please open an issue in JIRA regarding the ...

2. Possible error in SI documentation about MessageGroupStore    forum.springsource.org

We should clarify that in the documentation by adding a comment such as: Code: public interface MessageGroupStore { void registerMessageGroupExpiryCallback(MessageGroupCallback callback); int expireMessageGroups(long timeout); // other methods omitted } The reason ...

3. SI to c2dm    forum.springsource.org

SI to c2dm Has anyone used spring integration to talk to c2dm? I'm new to SI, so I'm not entirely sure how to do this with SI rather than manually coding ...

4. SI and multiple clients    forum.springsource.org

SI and multiple clients Hi, I'm looking for a solution of the following use case: Multiple clients making requests to the server (based on SI components). Because the serverside processing will ...

5. OSGi-fying SI 2 Release    forum.springsource.org

Hi, Was wondering if there were any plans on having the SI 2 release osgi-fied and made available on Spring EBR. If so, is there a time frame for this? Thanks, ...

6. Deploying SI based components    forum.springsource.org

Hi Spring Team/All, We have been developing few components based on SI, SI-JMS, SI-HTTP. Over the dev process, we debated various deployment options. Running them as independent J2SE processes Running in ...

7. MessagePriority enum SI 2.0.0.RELEASE    forum.springsource.org

Hi Guys, Is MessagePriority enum removed from 2.0 RELEASE? I dont seem to find it. I have my own enum but just wondering for the reason.

8. SI Examples not included in 2.0.3?    forum.springsource.org

Hi guys, am I missing something, just cant seem to find the little examples pack that usually comes with the SI download? Will try SI 2.0.0

9. Timeout in sending response from SI application    forum.springsource.org

Timeout in sending response from SI application Here is the scenario. I developed two applications using spring integration. They are *almost* similar in nature; but wired little bit differently. So, I ...





10. SI application hangs    forum.springsource.org

SI application hangs Hello, I am learning Spring Integration. I have following spring configuration file. Code:

11. SI - Apple Push Notifications    forum.springsource.org

Based on what I can read about Apple Push Notifications it is done over IP so I'd suggest Spring Integration IP module would be the place to start.

13. SI 2.1 RC1 XSD files can not be found at schema locations    forum.springsource.org

SI 2.1 RC1 XSD files can not be found at schema locations Hi, I'm currently testing the 2.1 RC 1 release. I have discovered that some XSD files are missing at ...

14. SI M4 nightly build taken today    forum.springsource.org

SI M4 nightly build taken today is breaking our previously running code with following , Any ideas ? Code: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'integrationservice' defined in class path resource ...

15. Documentation for SI config elements    forum.springsource.org

Is there a document listing the available XML config elements, and the meaning of their attributes? At the moment I am trying to glean meaning and use from the examples and ...

16. Download SI 1.0 RC1    forum.springsource.org

Hi, I want to know the link to download Spring Integration 1.0 RC1, because I read that it'll be available at 03/Nov/08 and I cann't find anywhere. Sorry my english, I ...





17. FTP Support in SI 1.0 RC1 ?    forum.springsource.org

I just downloaded the Spring Integration Release Candidate and I don't see the classes for FTP that are available in the M6 version. Do you plan to aggregate FTP support in ...

18. SI Javadocs    forum.springsource.org

Hi Are there any plans to provide the javadocs for SI as a download ? Or are there any instructions to build them from the sources ? Regards Bharath.

19. Outputting jdom to console - SI 1.0.0    forum.springsource.org

Hello, I have a service activator that processes a jdom document and prints the result to the console stdout-channel-adapter.The result which is being returned by service activator is the jdoms root ...

20. upgraded SI 1.0.0 to 1.0.1    forum.springsource.org

upgraded SI 1.0.0 to 1.0.1 when I upgraded SI 1.0.0 to 1.0.1, it throws exception as follows: Code: org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'org.springframework.integration.internalDefaultConfiguringBeanFactoryPostProcessor' defined in null: Cannot register bean ...

21. SI officially compatible with Spring x.x?    forum.springsource.org

By the way, if you ever have any questions about the "official" version for any of Spring Integration's dependencies, you can do one of two things: 1) checkout the code from ...

22. SI Performance    forum.springsource.org

Hi guys, I'm going to use SI in my Enterprise. We have to read messages from several queues and after some transformations, aggregations we have to write messages on a DB. ...

23. Spring SI and Apache Geronimo    forum.springsource.org

Hi all, I'm trying to deploy my SI app in apache geronimo framework and I'm getting this error: Code: ContainerBase.addChild: start: LifecycleException: java.io.IOException: Context did not start for an unknown reason ...

24. SI initiator / startup program    forum.springsource.org

I've been working nicely through the sample apps, thank you for some great samples. They all work well. I noticed they all live from main() method. If I'm going into production, ...

25. What is SI?    forum.springsource.org

This is a pretty vague question, but I was hoping to get some input. I have been asked to describe SI and how it relates to and is different from ESB/SOA/etc ...

26. packaging a SI project to deploy to WAS    forum.springsource.org

Hi all, Whats the recommended way to package and kick off my SI project? Currently, I've deployed it in a WAR file but not sure if this is really correct. I ...

27. Wanna know clarity abt SI    forum.springsource.org

Wanna know clarity abt SI Hello All, Am new to SI(SpringIntegration) and i wanna know some exact advantages of SI..I ve given a sample scenario and i need ur help whether ...

28. How to connect to applications with SI in the same VM    forum.springsource.org

Hi, i have two web-applications which resides in the same vm. Both starts their own application context. How can i connet the two applications via spring integration, what possibilites exists to ...

29. Topics in SI    forum.springsource.org

Topics in SI Hi guys, here is my SI config. I am just adapting the sample apps within SI. If I replace the Queue with Topic, I dont get any messages ...

30. Advice on SI usage?    forum.springsource.org

Advice on SI usage? I just added Spring Integration to an open source web conferencing project (bigbluebutton.org). What I need to accomplish seems very simple, yet my configuration is very verbose. ...

31. Si 2.0.0.m1    forum.springsource.org

If I want to use the web service support in SI 2.0.0.M1 am I likely to encounter any issues as this version SI is dependant on version 3.0.0 of the Spring ...

32. Choosing between SI-1.0.x and 2.0    forum.springsource.org

Choosing between SI-1.0.x and 2.0 Hello. I have to decide which version to use for a new project. It is going to be in production in a half year from now. ...

33. SI different with mule    forum.springsource.org

hi, I try to using spring integration, but I found: in the mule, I can start websevice in the mule directly without any implementation, then mule will route my soap messages ...

34. how to show log in SI?    forum.springsource.org

hi, All: I using log4j to write logs in my demo, it can be print in unit test, but when I using SI, all log can not be printed, and System,out ...

35. Programmatically invoking si:inbound-channel-adapter (SourcePollingChannelAdapter)    forum.springsource.org

Programmatically invoking si:inbound-channel-adapter (SourcePollingChannelAdapter) Hi, I have this: This serves as a 'trigger' for some long process (someBean.getSomething() returns ...

36. New to SI: Outbound Channel Adapter - Specify Timestamp Target    forum.springsource.org

New to SI: Outbound Channel Adapter - Specify Timestamp Target Hi. I just joined the forum and I'm new to using SI. I have a process that uses the inbound/outbound channel ...

37. [BUG] si:gateway ID attribute should not be mandatory    forum.springsource.org

[BUG] si:gateway ID attribute should not be mandatory The following code works fine: HTML Code:

38. Looping in SI.    forum.springsource.org

Looping in SI. Hi guys, please need a little pointer in the right direction here. I have a small solution in place, whereby I fetch a file and place it on ...

39. Is it right use case for SI ?    forum.springsource.org

Is it right use case for SI ? Dear colleagues, Never used SI before and would like your opinion is it applicable to the following task : Incoming events are records ...

40. SI 2.0 and Process Manager    forum.springsource.org

I have seen a process management development in the sand-box folder within SI subversion repository. I am very interested in a lightweight solution for such topic, do you plan a Process ...

41. Problem building SI    forum.springsource.org

Problem building SI What am I missing? spring-build obvoiously, but is that something I should checkout and place there on my own from https://src.springframework.org/svn/spring-build/ ? What version etc? [maghei@GAE1L0C9 spring-integration (master)]$ ...

42. MQ Segmentation and SI    forum.springsource.org

MQ Segmentation and SI Hi guys, Heres a really good article. http://java.sogeti.nl/JavaBlog/2010/...entatie-in-mq/ I currently got this issue, that some of our message sizes are too large and our target queue manager ...

43. SI 1.0.4 with Spring 3    forum.springsource.org

Hi, Does anybody know if there are any issues using SI 1.0.4 with spring 3? Other parts of my project use spring 3.0 and I have to use SI with that. ...

44. tracked-correlation-id-capacity configuration in SI 2    forum.springsource.org

Hi Guys, I understad that there was a parameter tracked-correlation-id-capacity in SI 1.0. I am not able to find the same in SI 2.0. Could anyone please let me know if ...

45. SI channel wiring and Apache Camel routes    forum.springsource.org

SI channel wiring and Apache Camel routes I realize that Apache Camel doesn't have an abstraction similar to SI channels (which I like a lot), but apart from that: Is it ...

46. Triggering SI actions from an external script    forum.springsource.org

Triggering SI actions from an external script I have a Spring Integration 2.x solution that monitors input folders throughout the day, reformats incoming files on-the-fly, and moves the transformed files into ...

47. SI 2 M5 -- how to set next channel for output of Transformer?    forum.springsource.org

SI 2 M5 -- how to set next channel for output of Transformer? Spring Integration 2 Milestone 5 I have a Transformer and I would like each output message to go ...

48. Fault handling in SI    forum.springsource.org

Fault handling in SI The current flow in my application gets a request from SimpleWebServiceInboundGateway, unmarshalls, splits the request, makes call to 3-4 webservices with the each splitted message to each ...

49. M7 SI core MANIFEST.MF import/OSGi    forum.springsource.org

M7 SI core MANIFEST.MF import/OSGi Hi, The M7 core MANIFEST.MF now imports packages: org.springframework.commons.serializer;version="[3.0.3,4.0.0)", org.springframework.commons.serializer.java;versio n="[3.0.3,4.0.0)" I found these packages in the jar (spring-commons-serializer-1.0.0.BUILD-SNAPSHOT.jar) in the maven repository, but the bundle ...

50. Possible Error in MessageHandler javadoc SI 2.0.0M7    forum.springsource.org

In MessageHandler Interface SI 2.0.0M7 Code: package org.springframework.integration.core; import org.springframework.integration.Message; import org.springframework.integration.MessageDeliveryException; import org.springframework.integration.MessageHandlingException; import org.springframework.integration.MessageRejectedException; import org.springframework.integration.MessagingException; /** * Base interface for any component that handles Messages. * * @author ...

51. Which version of Spring is compatible with SI 2.0 ?    forum.springsource.org

Hi, Could somebody tell me which version of Spring Core, Spring Integration 2.0 M7 is compatible with? Does this information appear somewhere on Spring Integration homepage or within the release notes? ...

52. Error Handling in SI 2.0M7    forum.springsource.org

Error Handling in SI 2.0M7 Hello I'm not sure if this is by design or me having a understanding problem. When I setup a transformer listening to messages from a publish-subscribe-channel, ...

53. SI 2.0 RC1 Dependency Error    forum.springsource.org

Hi, I am playing with moving from si 1.0.4 to si 2.0 RC1. When I load my app context with si 2.0 RC1 in the classpath I get a class not ...

54. si-http:outbound-gateway gives HttpMessageNotWritableException for Integer    forum.springsource.org

si-http:outbound-gateway gives HttpMessageNotWritableException for Integer I am building a very simple spike for http:outbound-gateway. My app is configured as follows: Code:

55. first pass load test with SI looks good (using 2.0.0.RC1)    forum.springsource.org

first pass load test with SI looks good (using 2.0.0.RC1) On a dev box (Single cpu) with other applications running on it, i was able to process 10 messages per sec ...

56. si-http:outbound/inbound-gateway and MessageHeaders    forum.springsource.org

si-http:outbound/inbound-gateway and MessageHeaders i am working with a si-http:outbound-gateway and si-http:inbound-gateway pair, and i am trying to pass primitives in MessageHeaders across that boundary. basically, i was looking for the default ...

57. Guranteed Delivery using SI?    forum.springsource.org

Guranteed Delivery using SI? Hi All, We have a requirement to use SI to have guranteed delivery. By Guranteed deliver I mean the best effort like a retry policy in case ...

58. Monitoring SI application using SI    forum.springsource.org

Monitoring SI application using SI The following quote is from the SI reference manual: As described in (EIP), the idea behind the Control Bus is that the same messaging system can ...