From 3dd701a5c1ce6135febf1df395d73760ce3ac1f4 Mon Sep 17 00:00:00 2001
From: Simon Spinner <simon.spinner@uni-wuerzburg.de>
Date: Wed, 29 Jun 2016 09:26:26 +0200
Subject: [PATCH] Update README.md

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9f102a0..72e1e23 100644
--- a/README.md
+++ b/README.md
@@ -27,5 +27,10 @@
       * Add new filter-ref (name=MonitoringFilter, priority=2147483647)
 * For each MySQL data source, add a statement interceptor
   * Open WildFly Administration Webseite and open "Tools/Management Model"
-  * Go to /profile=full-ha/subsystem=datasources/data-source=SPECjMfgDS/connection-properties=statementInterceptors
-    * Set attribute Value to "tools.descartes.prisma.agent.wildfly.interceptors.JDBCStatementInterceptor"
\ No newline at end of file
+  * Go to /profile=full-ha/subsystem=datasources/data-source=[data source name]/connection-properties=statementInterceptors
+    * Set attribute Value to "tools.descartes.prisma.agent.wildfly.interceptors.JDBCStatementInterceptor"
+* Add a web service interceptor for outgoing calls
+  * Go to /profile=full-ha/subsystem=webservices/client-config=Standard-Client-Config/pre-handler-chain
+  * Add new endpoint configuration PrismaHandler
+  * Add new 
+	
-- 
GitLab