After further investigation, it appears that I was incorrect and you cannot create and configure your own chain classes in the server-config.wsdd.  For future reference this would seem like a nice feature.

 

So my question now becomes, can someone provide me with an example or a solution to being able to dynamically enable handlers? 

 

Thank you,
Ken Hoying


From: Hoying, Ken
Sent: Wednesday, September 20, 2006 2:03 PM
To: [email protected]
Subject: [Axis1.2] Issue with Custom Chain

 

I am trying to configure a custom chain in the server-config.wsdd.  However, the chain and its handler does not appear to be getting called.  I must not have something right but I am not sure what.  I do not see any error messages in my logs either.

 

      <handler    name="myHandler"        type="java:TheHandler"/>

      <chain      name="myChain"          type="java:TheChain">

            <handler    type="myHandler"/>

      </chain>

 

      <service name="TheService"                provider="java:RPC">

            <requestFlow>

                  <chain type="myChain"/>

            </requestFlow>

 

            <parameter name="scope"            value="application"/>

            <parameter name="allowedMethods"   value="theMethod"/>

            <parameter name="className"        value="TheClass "/>

      </service>

 

Thank you,
Ken Hoying

 



**************************************************************
This message, including any attachments, contains 'confidential' information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, please contact sender immediately by reply e-mail and destroy all copies. You are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.
TIAA-CREF
**************************************************************

Reply via email to