|
From: Dejan K. <dej...@nb...> - 2003-08-15 07:54:54
|
Hi David, > Hello to the Great and Powerful List, > > I would like to use the journal to track all documents through the system. In > order to do this, I'll need to do the following: > > 1. If I encounter an application error, I'd like to force a FAIL status into > the Journal, with an appropriate error message. Is there a way to do this? All pipeline stages by default forces FAIL status in case of error. Also, processing is stopped in case of error. This can be changed using errorStage and failOnError config options. I think there is a section about this is User Guide. > 2. I'll be using pretty large documents for some of my operations, so I don't > want to track it in every stage; only those stages where it will be > transformed in some way. Is there anyway to know from the journal which > stages track document? This will simplify things once I turn over monitoring > of the system to the client. By default documents are NOT tracked. If you want to track documents you should use tracked config option which is false by default > 3. Also, is the document tracked on entry to the stage or on exit from it? In > other words, is tracking saving the document before any transformation is > applied by the stage, or after it's transformed? Before. > 4. I would like to organize pipeline fragments to operate as subroutines that > can be called by multiple stages, which I believe that I can now do with the > updated CallStage functionality. I would also like to place these fragments > in a separate file so that I can use them in multiple pipeline > configurations. Can this be done? > This should be possible now, right Bruce? Bruce and I have discussion about that few months ago and I think he has implemented it. I havent used it so I am not sure if it is working. Dejan > > > Thanks, > > David > > -- > David Glick > Transmit Consulting, Inc > 619-475-4052 > dg...@tr... > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Babeldoc-devel mailing list > Bab...@li... > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |