Gunnar Hillert
ca9a7a6c75
INTSAMPLES-78 - Don't use hard-coded FTP port
...
For reference see: https://jira.springsource.org/browse/INTSAMPLES-78
2012-12-11 17:04:19 -05:00
Gunnar Hillert
ecadea4120
INTSAMPLES-79 - Update TCP Samples to Use S-I-IP TestingUtilities
...
* Also: Don't use hard-coded port in *tcp-client-server-multiplex* sample
For reference: https://jira.springsource.org/browse/INTSAMPLES-79
2012-12-07 00:07:20 -05:00
Gunnar Hillert
4c40d0d2e3
INTSAMPLES-49 - Move main demo class to src/main/java + add tests
...
For reference see: https://jira.springsource.org/browse/INTSAMPLES-49
2012-12-06 17:00:43 -05:00
Gunnar Hillert
fc705ef422
INTSAMPLES-99 Upgrade samples to SI 2.2.0.RELEASE
...
For reference see: https://jira.springsource.org/browse/INTSAMPLES-99
2012-12-04 14:31:00 -05:00
Gunnar Hillert
f4fcc22fa6
INTSAMPLES-71 - Fix SFTP Outbound Sample
...
For reference see: https://jira.springsource.org/browse/INTSAMPLES-71
2012-12-03 22:41:01 -05:00
Gunnar Hillert
1a2ecaf254
INTSAMPLES-65 - Basic File Sample (Text Copy) Has Incorrect Filter Attribute
...
Reference: https://jira.springsource.org/browse/INTSAMPLES-65
* Change *filename-pattern* attribute to *filename-regex*.
2012-12-01 00:03:57 -05:00
Gunnar Hillert
848de677c4
INTSAMPLES-98 - Fix Typos in Mail and Multipart Sample
...
Reference: https://jira.springsource.org/browse/INTSAMPLES-98
2012-11-30 13:11:50 -05:00
Gunnar Hillert
3c9c91c847
INTSAMPLES-89 - Upgrade to Spring Integration 2.2 RC3
...
* Test samples
* Polish documentation
* Polish code
For reference see: https://jira.springsource.org/browse/INTSAMPLES-89
2012-11-28 17:08:51 -05:00
Gunnar Hillert
8c6b22f730
INTSAMPLES-86 - Add XQuery Sample
...
For reference see: https://jira.springsource.org/browse/INTSAMPLES-86
2012-10-24 16:08:32 -04:00
Gary Russell
cbd1a06a2c
INTSAMPLES-81 File Sample: Fix FWMH Field Access
...
FileWritingMessageHandler:
Sample accessed 'destinationDirectory' field; it
is now 'destinationDirectoryExpression'.
2012-10-23 17:41:07 -04:00
Gunnar Hillert
441f747bb6
INTSAMPLES-93 - Pollish the JPA Samples
2012-10-05 12:39:38 -04:00
Gunnar Hillert
e70696f4f7
INTSAMPLES-85 - Upgrade Twitter Sample Spring Integration version
...
* Upgrade Twitter sample to latest Spring Integration version
* Twitter search test does not run with authentication by default
* Twitter search test will run every time the project builds
2012-10-02 15:05:25 -04:00
Gunnar Hillert
814a405e6e
INTSAMPLES-84 - Sample POMs Have Incorrect Repo
...
For reference see: https://jira.springsource.org/browse/INTSAMPLES-84
2012-10-02 14:40:34 -04:00
Oleg Zhurakousky
022458b3ca
INTSAMPLES-90 readme
2012-09-24 05:30:14 -04:00
Oleg Zhurakousky
e6ec52dc06
INTSAMPLES-90 readme
2012-09-24 05:29:44 -04:00
Oleg Zhurakousky
528f25987f
INTSAMPLES-90 readme
2012-09-24 05:28:06 -04:00
Oleg Zhurakousky
dd0021a6c7
INTSAMPLES-90 readme
2012-09-24 05:26:20 -04:00
Oleg Zhurakousky
3dcaa488e5
INTSAMPLES-90 added MongoDb Samples
2012-09-24 04:48:42 -04:00
Oleg Zhurakousky
901f621795
INTSAMPLES-90 added MongoDb Samples
2012-09-24 04:46:28 -04:00
Gary Russell
12b293c1c7
INTSAMPLES-82 Fix Exception
2012-07-06 12:36:45 -04:00
Gary Russell
84b08f135d
Merge pull request #48 from ghillert/INTSAMPLES-62
2012-06-05 14:56:19 -04:00
Gunnar Hillert
7fda2f841b
INTSAMPLES-62 - Create JPA Samples
...
* Sample supports Hibernate, EclipsLink and OpenJPA
* Sample uses Spring 3.1 (Profiles)
* Retrieves a list of records
* Creates a new DB record
INTSAMPLES-62 Code Review Fixes
* Use Log4j
* Fix dependencies
INTSAMPLES-62 - Make JPA Sample compliant with INT-2601
* Fix whitespace issues
* Make sure all schemas are version-less
2012-06-05 14:55:12 -04:00
Gary Russell
fa65ee0541
INTSAMPLES-66 Standard log4j Pattern
2012-05-29 16:36:33 -04:00
Gary Russell
cd388053d4
INTSAMPLES-66 TCP/AMQP Bridge
...
telnet->tcp-inbound-adapter->amqp-outbound-adapter->amqp->amqp-inbound-adapter->tcp-outbound-adapter->netcat
For reference see: https://jira.springsource.org/browse/INTSAMPLES-66
2012-05-29 13:44:36 -04:00
Gunnar Hillert
fc2e5890a9
INTSAMPLES-52 - All Samples should use Log4J
...
INTSAMPLES-52 - Standardize Log4j PatternLayout
Standardize Log4j PatternLayout to **%d{HH:mm:ss.SSS} %-5p [%t][%c] %m%n**.
2012-05-28 09:26:41 -04:00
Gary Russell
433cff0a40
INTSAMPLES-76 Wait For Server
...
Add utility and @Before methods to all tests
to wait for the server to start before starting.
2012-05-24 08:05:57 -04:00
Gunnar Hillert
a1964402ef
INTSAMPLES-76 - Wait for Server to Start
...
before attempting to connect.
2012-05-17 14:22:52 -04:00
Gunnar Hillert
6aa46ab901
INTSAMPLES-76 - Fix Failing Tests in TCP Client Server Sample
...
* The port is no longer hard-coded
* fixed also the conversion service test and refactored it into its own class
2012-05-16 17:55:39 -04:00
Gary Russell
3cacd50253
INTSAMPLES-74 2.2.0.M1 (SF 3.1.1) Compatibility
...
Change 'user' property to userid to avoid conflict
with environment property.
2012-05-15 19:59:43 -04:00
Mark Fisher
dc31846615
fixed prompt to mention 1, 2, or 3 as valid options
2012-03-17 17:31:07 -03:00
Mark Fisher
f6b6fc315f
minor typo
2012-03-17 17:24:56 -03:00
Gary Russell
66b25d3319
Merge pull request #43 from ghillert/INTSAMPLES-54
...
INTSAMPLES-54 - Update README.md
2012-02-13 14:49:38 -08:00
Christian Posta
375cc41b1a
INTSAMPLES-22: Create sample for inbound tcp-connection-factory using deserializer and serializer
...
* Added new tests
* Added comments
* Created the custom serializer/deserializer. Fixing some small issues with it
* Changed the sending to use java socket api
* Working, just trying to figure out junit differences
* Found an error in the input message (contained \r\n) fixed now
* added .idea and activemq-data folders to ignore
* Cleaned up unused code, added documentation to the README.md
* Added more comments
* Added Copyright notices
2012-02-13 17:07:22 -05:00
Gunnar Hillert
9eaea90170
INTSAMPLES-55 Code review: Mention that every 5th number returned by the Counter class is negative.
2012-02-13 17:05:54 -05:00
Gunnar Hillert
a60a5b2901
INTSAMPLES-55 - Update README.md for OddEven Sample
...
For reference: https://jira.springsource.org/browse/INTSAMPLES-55
* Update README.md to reflect correct classes
* Improve documentation
* Add Maven Exec Maven Plugin for easy execution from the command line
2012-02-13 17:05:54 -05:00
Gunnar Hillert
d3f789bd3d
INTSAMPLES-53 Restructured client and server section in README.md
2012-02-13 17:05:54 -05:00
Gunnar Hillert
c223667e32
INTSAMPLES-53 Update README.md
...
For reference see: https://jira.springsource.org/browse/INTSAMPLES-53
2012-02-13 17:05:53 -05:00
Gunnar Hillert
834f0a9630
INTSAMPLES-56 Update README.md for ws-outbound-gateway sample
...
For reference: https://jira.springsource.org/browse/INTSAMPLES-56
2012-02-13 17:05:53 -05:00
Gunnar Hillert
c7e5a7815b
INTSAMPLES-57 Update README.md
...
For reference: https://jira.springsource.org/browse/INTSAMPLES-57
* reflect the correct Main class to be used
* add exec-maven-plugin and add usage to README.md
2012-02-13 17:05:53 -05:00
Gunnar Hillert
b1aecbd910
INTSAMPLES-54 - Add missing Copyright notice
2012-02-13 09:46:20 -05:00
Gunnar Hillert
8ba0c2b58c
INTSAMPLES-54 - Code Review: Rename DelayerApp to PollerApp
2012-02-13 09:43:28 -05:00
Gunnar Hillert
43b85119c8
INTSAMPLES-54 - Update README.md
...
* Update README.md to reflect correct classes
* Add documentation for Delayer application
* Add JavaDoc for delayer application
* Delete redundant *src/main/resources/log4j.properties*
* Add logger name to *Logging Channel Adapter* configuration
* Add Maven Exec Maven Plugin for easy execution from the command line
2012-02-10 12:02:55 -05:00
Gary Russell
4dc47bf2f7
Merge pull request #42 from ghillert/INTSAMPLES-56
...
INTSAMPLES-56 Update README.md for ws-outbound-gateway sample
2012-02-09 07:06:02 -08:00
Gunnar Hillert
cf68ac2921
INTSAMPLES-56 Update README.md for ws-outbound-gateway sample
...
For reference: https://jira.springsource.org/browse/INTSAMPLES-56
2012-02-09 00:59:33 -05:00
Gunnar Hillert
3f1c5a1633
INTSAMPLES-57 Update README.md
...
For reference: https://jira.springsource.org/browse/INTSAMPLES-57
* reflect the correct Main class to be used
* add exec-maven-plugin and add usage to README.md
2012-02-08 16:34:57 -05:00
Gunnar Hillert
e05d04e976
INTSAMPLES-46 - Remove Eclipse Meta Data files
...
Delete *.project* file in sample project:
* control-bus
* http
Delete also:
* applications/cafe/.springBeans
* applications/loan-broker/.springBeans
* applications/loanshark/.springBeans
* basic/feed/.springBeans
* basic/file/.springBeans
* basic/ftp/.springBeans
* basic/helloworld/.springBeans
* basic/http/.springBeans
* basic/jms/.springBeans
* basic/jmx/.springBeans
* basic/mail/.springBeans
* basic/oddeven/.springBeans
* basic/quote/.springBeans
* basic/sftp/.springBeans
* basic/tcp-client-server/.springBeans
* basic/twitter/.springBeans
* basic/ws-inbound-gateway/.springBeans
* basic/ws-outbound-gateway/.springBeans
* basic/xml/.springBeans
* basic/xmpp/.springBeans
* intermediate/async-gateway/.springBeans
* intermediate/errorhandling/.springBeans
* intermediate/file-processing/.springBeans
* intermediate/multipart-http/.springBeans
* intermediate/travel/.springBeans
2012-02-08 11:55:34 -05:00
Gunnar Hillert
1867ca5c91
INTSAMPLES-59 - Remove Twitter4j reference
...
For reference see: https://jira.springsource.org/browse/INTSAMPLES-59
2012-02-01 01:39:01 -05:00
Gunnar Hillert
65c4d47206
Merge pull request #31 from ghillert/INTSAMPLES-48
...
INTSAMPLES-48 Add SLF4J dependency
2012-01-18 10:13:32 -08:00
Gary Russell
2b144d12d3
Merge pull request #30 from ghillert/INTSAMPLES-42
...
INTSAMPLES-42 - Convert all ReadMe files to MarkDown
2012-01-18 07:57:28 -08:00
Gunnar Hillert
3577dbe1cb
INTSAMPLES-48 Decided to continue to use Log4J
2012-01-17 14:34:42 -05:00