[teiid-commits] [teiid/teiid] 96a4ce: TEIID-2513: removing the custom HTTP handling, rep...

Ramesh Reddy rareddy at jboss.org
Sat Jun 1 09:31:32 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/teiid/teiid
  Commit: 96a4ce8e7bbbfcf0e2f7b8a36cce8073036b9cc0
      https://github.com/teiid/teiid/commit/96a4ce8e7bbbfcf0e2f7b8a36cce8073036b9cc0
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2013-06-01 (Sat, 01 Jun 2013)

  Changed paths:
    A build/kits/jboss-as7/modules/system/layers/base/org/apache/cxf/impl/frontend-jaxrs/main/cxf-rt-frontend-jaxrs-2.6.6.jar
    A build/kits/jboss-as7/modules/system/layers/base/org/apache/cxf/impl/frontend-jaxrs/main/module.xml
    M build/kits/jboss-as7/modules/system/layers/base/org/jboss/teiid/resource-adapter/webservice/main/module.xml
    M connectors/connector-ws/pom.xml
    M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
    M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSManagedConnectionFactory.java
    M connectors/connector-ws/src/main/rar/META-INF/ra.xml
    M connectors/translator-ws/src/main/java/org/teiid/translator/ws/BinaryWSProcedureExecution.java

  Log Message:
  -----------
  TEIID-2513: removing the custom HTTP handling, replacing with apache CXF's WebClient class from cxf jaxrs module. This will use same configuration files as the soap side of web service invocation


  Commit: f76f3b7740f4621736911d9e25e69678b51b81dc
      https://github.com/teiid/teiid/commit/f76f3b7740f4621736911d9e25e69678b51b81dc
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2013-06-01 (Sat, 01 Jun 2013)

  Changed paths:
    A build/kits/jboss-as7/modules/system/layers/base/org/apache/cxf/impl/frontend-jaxrs/main/cxf-rt-frontend-jaxrs-2.6.6.jar
    A build/kits/jboss-as7/modules/system/layers/base/org/apache/cxf/impl/frontend-jaxrs/main/module.xml
    M build/kits/jboss-as7/modules/system/layers/base/org/jboss/teiid/resource-adapter/webservice/main/module.xml
    M connectors/connector-ws/pom.xml
    M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
    M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSManagedConnectionFactory.java
    M connectors/connector-ws/src/main/rar/META-INF/ra.xml
    M connectors/translator-ws/src/main/java/org/teiid/translator/ws/BinaryWSProcedureExecution.java

  Log Message:
  -----------
  Merge pull request #79 from rareddy/httpclient

TEIID-2513: removing the custom HTTP handling, replacing with apache CXF...


Compare: https://github.com/teiid/teiid/compare/187821059d28...f76f3b7740f4


More information about the teiid-commits mailing list