Thanks, Sergey. That is in fact exactly what I need :-) The persistence-related classes don't seem to be part of the 2.2.9 release, at least I don't see them in cxf-rt-management-2.2.9.jar I get from maven central repo. Do you happen to know if they will be included in the next release?
--Ernest -----Original Message----- From: Sergey Beryozkin [mailto:[email protected]] Sent: Thursday, July 15, 2010 5:13 PM To: [email protected] Subject: Re: Persisting outgoing reqs interceptor Hi PersistIn/OutInterceptors were contributed too, http://svn.apache.org/repos/asf/cxf/trunk/rt/management/src/main/java/or g/apache/cxf/management/interceptor/ for example, http://svn.apache.org/repos/asf/cxf/trunk/rt/management/src/main/java/or g/apache/cxf/management/persistence/FilesystemExchangeDataDAO.java can be used to persist data to the file, similarly the data can be saved to the db storage, etc not sure if it is exactly what is needed... cheers, Sergey -------------------------------------------------------- The information contained in this message is intended only for the recipient, and may be a confidential attorney-client communication or may otherwise be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please be aware that any dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by replying to the message and deleting it from your computer. The McGraw-Hill Companies, Inc. reserves the right, subject to applicable local law, to monitor and review the content of any electronic message or information sent to or from McGraw-Hill employee e-mail addresses without informing the sender or recipient of the message. --------------------------------------------------------
