1 Reply Latest reply on Oct 2, 2014 12:52 PM by dward

    Custom PropertyResolver on Switchyard

    khatru82

      Hi,

      I'm using Switchyard on JBoss AS 6. I actually need to override current management of property resolving on Switchyard.

      In other words, property resolving should be intercepted in order to be able to process property value before returning it.

      I wonder if it was possible to solve as follows:

      • define a new class, for example MyPropertyResolver
      • make this class extend default Switchyard PropertyResolver
      • configure MyPropertyResolver as the default property resolver.

       

      Thanks in Advance.

      Mauro