This content has been marked as final.
Show 1 reply
-
1. Re: Custom jboss-esb.xml Schema
tcunning Sep 26, 2014 1:44 PM (in response to csnike)Hi Chad,
Something like this has been asked for a few times, but I think design intention was that services be reused.
I guess you have a few options :
- define a base class action that your other action classes inherit from and work in some of these things
- include filter tokens in your jboss-esb.xml to represent the common actions and then expand them at build time
- create a common service and have your other services call it for logging, etc
I know those probably aren't options you are looking for but there's no #include for jboss-esb.xml.