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
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
Gunnar Hillert
86232ef258
INTSAMPLES-48 Add SLF4J dependency
...
Also add Spring Integration JMS dependency
For reference see: https://jira.springsource.org/browse/INTSAMPLES-48
2012-01-17 14:34:42 -05:00
Gunnar Hillert
1905d1a46c
INTSAMPLES-42 rename readme.txt files to README.md
2012-01-09 17:21:37 -05:00
Gunnar Hillert
85bef285d4
INTSAMPLES-47 - Upgrade SI dep. to 2.1.0.RELEASE
...
* Upgraded all Spring Integration dependencies to 2.1.0.RELEASE
* All Samples use the new Artifactory-based Milestone Repository http://repo.springsource.org/milestone (As the repositories are additive, this repository will also include the release repo)
* Added versions to all Maven plugin declarations, reducing the amount WARNING-level logging substantially
2012-01-07 22:58:10 -05:00
Gunnar Hillert
d84e98a781
Merge pull request #26 from ghillert/INTSAMPLES-41
...
INTSAMPLES-41 - Use embedded Apache FTP Server
2012-01-07 07:44:26 -08:00
Gunnar Hillert
f2f3e81785
Merge pull request #25 from amolnayak311/INTSAMPLES-43
...
INTSAMPLES-43
2012-01-07 07:43:12 -08:00
Gunnar Hillert
9ec98f8c74
INTSAMPLES-41 - Use embedded Apache FTP Server
...
For Reference see: https://jira.springsource.org/browse/INTSAMPLES-41
2011-12-21 14:19:45 -05:00
Gary Russell
9f789537c1
INTSAMPLES-40 Fix POM for Spring 3.1.GA SI 2.1.RC1
...
Incompatible transitive dependencies.
2011-12-20 14:51:22 -05:00
Gunnar Hillert
c416d56903
For INTSAMPLES-38 - Code Review changes
...
* remove *.project* and *.springBeans* in project **testing-examples**
* remove duplicate dependencies in *pom.xml* in project **jms**
2011-12-20 14:16:26 -05:00
Amol Nayak
40e4bc8c7b
INTSAMPLES-43
2011-12-20 23:35:05 +05:30
Gunnar Hillert
9effe2f9bc
INTSAMPLES-33 Update to SI RC1 and Spring 3.1
...
1. Cleanup of pom.xml files
2. Standardizing version numbers
3. Updating dependency versions
4. Cleaning/Standardizing project names
5. Removing Schema versions in XML context files
2011-12-18 00:32:34 -05:00
Amol Nayak
fa14acf3ab
Modified the main to include the newly added gateway samples and changed the .md file
2011-12-16 08:44:51 +05:30
Amol Nayak
db9579d478
Commiting the missed files
2011-12-16 07:24:04 +05:30
Amol Nayak
2b4ad46a80
Removed duplicate JDBC module added
2011-12-15 23:06:32 +05:30
Amol Nayak
6b6abd92e4
INTSAMPLE-33 Changes
2011-12-15 22:47:52 +05:30
Amol Nayak
7c43e23308
<project xmlns=" http://maven.apache.org/POM/4.0.0 " xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance "
...
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd ">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>jdbc</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jdbc-sample</name>
<url>http://www.springsource.org/spring-integration </url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.integration.version>2.1.0.M3</spring.integration.version>
<slf4j.version>1.6.1</slf4j.version>
<junit.version>4.7</junit.version>
<spring.test.version>3.0.6.RELEASE</spring.test.version>
<derbyclient.driver.version>10.8.2.2</derbyclient.driver.version>
</properties>
<repositories>
<repository>
<id>repository.springframework.maven.release</id>
<name>Spring Framework Maven Release Repository</name>
<url>http://maven.springframework.org/release </url>
</repository>
<repository>
<id>repository.springframework.maven.milestone</id>
<name>Spring Framework Maven Milestone Repository</name>
<url>http://maven.springframework.org/milestone </url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.8</version>
<configuration>
<additionalProjectnatures>
<projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
</additionalProjectnatures>
<additionalBuildcommands>
<buildcommand>org.springframework.ide.eclipse.core.springbuilder</buildcommand>
</additionalBuildcommands>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArgument>-Xlint:all</compilerArgument>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2</version>
<configuration>
<mainClass>org.springframework.integration.samples.jdbc.Main</mainClass>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<!-- Spring Integration -->
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>${spring.integration.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jdbc</artifactId>
<version>${spring.integration.version}</version>
</dependency>
<!-- Logging -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>0.9.28</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- Embedded Database -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.160</version>
</dependency>
<!-- Derby dependency -->
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
<version>${derbyclient.driver.version}</version>
</dependency>
<!-- Spring test -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.test.version}</version>
</dependency>
</dependencies>
</project>
2011-12-14 23:48:21 +05:30
Gunnar Hillert
ba12da4a25
Merge pull request #13 from ghillert/INTSAMPLES-34
...
INTSAMPLES-34 Initial commit of the Enricher Sample
2011-12-14 09:23:18 -08:00
Gunnar Hillert
6d469e4fe1
Merge pull request #12 from ghillert/INTSAMPLES-33
...
INTSAMPLES-33 Add initial Jdbc sample
2011-12-14 09:18:56 -08:00
Gary Russell
67606fa2db
INTSAMPLES-37 Add ConversionService to TCP Sample
...
Show alternative configuration for converting from tcp byte
arrays to Strings.
2011-12-10 11:45:57 -05:00
Amol Nayak
e15a778874
added module jdbc to pom.xml
2011-11-19 00:57:29 +05:30
Amol Nayak
f653433c7e
Initial commit for the JDBC project
2011-11-19 00:51:41 +05:30
Gunnar Hillert
e08a4a775d
INTSAMPLES-34 Added sample for enriching a Map
2011-11-07 17:22:02 -05:00
Gunnar Hillert
ac5693d310
INTSAMPLES-34 Initial commit of the Enricher Sample
2011-11-04 15:51:37 -04:00