BATCH-2229 & BATCH-2218: Removed OSGi related metadata and Maven POMs

This commit is contained in:
Michael Minella
2014-05-08 14:37:27 -05:00
parent 76af420116
commit e7a4e348a5
147 changed files with 499 additions and 5044 deletions

View File

@@ -16,10 +16,6 @@
package org.springframework.batch.container.jms;
import javax.jms.JMSException;
import javax.jms.MessageConsumer;
import javax.jms.Session;
import org.aopalliance.aop.Advice;
import org.springframework.aop.framework.ProxyFactory;
import org.springframework.aop.support.DefaultPointcutAdvisor;
@@ -30,9 +26,13 @@ import org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
import org.springframework.jms.listener.DefaultMessageListenerContainer;
import org.springframework.transaction.interceptor.TransactionInterceptor;
import javax.jms.JMSException;
import javax.jms.MessageConsumer;
import javax.jms.Session;
/**
* Message listener container adapted for intercepting the message reception
* with advice provided through configuration.<br/>
* with advice provided through configuration.<br>
*
* To enable batching of messages in a single transaction, use the
* {@link TransactionInterceptor} and the {@link RepeatOperationsInterceptor} in

View File

@@ -1,15 +0,0 @@
------
Spring Batch Integration Tests
------
Dave Syer
------
March 2008
Overview of the Spring Batch Integration Tests
This module contains integration tests for the Spring Batch Infrastructure module. In the tests we exercise some extended and mostly realistic scenarios using the infrastructure components.
* Message-pipeline tests. There are a bunch of tests using JMS and RDBMS in the same transaction, exercising various failure and retry scenarios. The basic premise is that throughput in such systems is greatly increased by widening the transactio nboundaries to process more than one message in each transaction. If there is a failure we may want to retry the operation in the next transaction.
* OXM integration tests. There are also some tests of the XML reader and writers in Spring Batch with more extensive configuration than in the unit tests.

View File

@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Spring Batch: ${project.name}">
<body>
<links>
<item name="${project.name}" href="index.html"/>
</links>
<menu name="Spring Batch Integration Tests">
<item name="${project.name}" href="index.html"/>
</menu>
<menu ref="reports"/>
</body>
</project>