Details
-
Type:
Refactoring
-
Status: Closed
-
Priority:
Major
-
Resolution: Complete
-
Affects Version/s: 2.2 M2
-
Fix Version/s: 2.2 M3 Sprint 2, 2.2 M3
-
Labels:None
Description
For the JPA Adapter I copied a method:
from org.springframework.integration.config.xml.PollerParser because the respective method is private. We need to move the method "configureTransactionAttributes" to IntegrationNamespaceUtils to eliminate code duplication.
Currently the copied method resides in:
org.springframework.integration.jpa.config.xml.JpaParserUtils
public static BeanDefinition configureTransactionAttributes(Element txElement)
Attachments
Issue Links
- is related to
-
INT-1983 adding JPA channel adapters
-
- Closed
-