summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-08 14:22:21 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-08 14:22:21 +0000
commiteb86a871567d9a370eb63ae1f4689e389ee99584 (patch)
treef9d4a969aa9d9366456247911e7438a3b827a0c3 /sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess
parentbbda2f487281f9eb119900a675db721a24b2a0be (diff)
The BPEL payment process now successfully calls the payment service
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724355 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/log4j.properties2
-rw-r--r--sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/paymentprocesstest.composite6
2 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/log4j.properties b/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/log4j.properties
index 4e13380e0b..7ed0bcaf77 100644
--- a/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/log4j.properties
+++ b/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/log4j.properties
@@ -23,7 +23,7 @@ log4j.category.org.mortbay=OFF
log4j.category.org.hibernate.type=OFF
log4j.category.org.objectweb=OFF
log4j.category.org.apache.ode.axis2=OFF
-log4j.category.org.apache.ode.bpel.engine=OFF
+log4j.category.org.apache.ode.bpel.engine=DEBUG
log4j.category.org.apache.ode.daohib.bpel.CorrelatorDaoImpl=OFF
log4j.category.org.apache.ode.bpel.epr=OFF
log4j.category.org.apache.tuscany.sca.implementation.bpel=DEBUG
diff --git a/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/paymentprocesstest.composite b/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/paymentprocesstest.composite
index a06bc12c03..8af02af425 100644
--- a/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/paymentprocesstest.composite
+++ b/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/paymentprocesstest.composite
@@ -37,11 +37,11 @@
<binding.ws uri="http://localhost:8080/PaymentProcess" wsdlElement="http://www.example.org/PaymentProcess/#wsdl.service(PaymentProcessService)"/>
</service>
<reference name="creditCardPaymentPartnerLink">
- <binding.ws uri="http://localhost:8081/CreditCardPayment"/>
+ <binding.ws uri="http://localhost:8082/CreditCardPayment"/>
</reference>
- <reference name="emailGatewayPartnerLink">
+ <!--reference name="emailGatewayPartnerLink">
<binding.ws uri="http://localhost:8082/EmailGateway"/>
- </reference>
+ </reference-->
</component>
</composite> \ No newline at end of file