Author: objectiser
Date: 2011-04-21 06:11:16 -0400 (Thu, 21 Apr 2011)
New Revision: 1359
Modified:
trunk/samples/esb/bpel_helloworld_saml/esbcontent/META-INF/jboss-esb.xml
Log:
RIFTSAW-377 - removed empty listeners element as resulted in schema validation error.
Modified: trunk/samples/esb/bpel_helloworld_saml/esbcontent/META-INF/jboss-esb.xml
===================================================================
--- trunk/samples/esb/bpel_helloworld_saml/esbcontent/META-INF/jboss-esb.xml 2011-04-15
14:43:52 UTC (rev 1358)
+++ trunk/samples/esb/bpel_helloworld_saml/esbcontent/META-INF/jboss-esb.xml 2011-04-21
10:11:16 UTC (rev 1359)
@@ -12,8 +12,6 @@
invmScope="GLOBAL">
<security moduleName="saml-issue-token"
callbackHandler="org.jboss.soa.esb.services.security.auth.login.JBossSTSIssueCallbackHandler"/>
- <listeners>
- </listeners>
<actions faultXsd="hello.xsd" inXsd="hello.xsd"
outXsd="hello.xsd">
<action name="action1"
class="org.jboss.soa.esb.actions.SystemPrintln">
<property name="printfull"
value="true"/>
Show replies by date