1 Reply Latest reply on Jun 21, 2013 12:35 PM by tcunning

    org.jboss.soa.esb.actions.PropertySetter ?

    boy18nj

      Hello,

       

      Is this property set value transaction based (action pipeline processing specific) or global value?

       

      I'm thinking of using it to set application specific transaction based parameter. Then in wise soap client custom handler- retrieve it through System.getProperty(propertyName)

      This means in every new request processing cycle, it will have different value.

        • 1. Re: org.jboss.soa.esb.actions.PropertySetter ?
          tcunning

          PropertySetter is fairly mindless - it copies the child properties of the PropertySetter action in as properties.      Everything would end up hard-coded into your jboss-esb.xml, which I don't think is what you want.    For what you want to do, I'd create a custom action.