Thanks, Dan. I already got it to work. :)
Beoh > Try putting your handler parameters within the /deployment/handler > declaration (where you define what "AuditTrailHandler" is in the first > place), rather than under /deployment/service/requestFlow/handler where > you invoke it. That should get the parameter through. There is an > example of this in the user's guide [1]. > > What you're doing *seems* like it should work, and if it doesn't, then > it's either a) a bug, or b) would make a great feature request. Either > way you should throw something into bugzilla to get it tracked. > > [1] User's Guide example (see "More deployment - Handlers and Chains"): > http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user- guide.html#PublishingServices > > -- > Dan Kamins > > On Tue, 8 Jul 2003 20:59:29 -0500 (CDT), [EMAIL PROTECTED] wrote: >>Hi, >> >>I encountered a strange problem. I am not able to retrieve the >>parameter >>from the delpoyed handler. In my handler code, it just returned me >>Null. >>I have absolutely no idea what went wrong. Anyone has any clue ? >> >>This is my deployed service, >> >><service name="AttachmentService" provider="java:RPC"> >><requestFlow> >><handler type="AuditTrailHandler"> >><parameter name="DIRECTORY" >>value="D:\\work\\components\\messages"/> >></handler> >></requestFlow> >>...... >>....... >></service> >> >>I am not able to retrieve parameter 'DIRECTORY' from in my >>AuditTrailHandler code. >> >> >>Thanks, >>Beoh
