Re: svn commit: r723778 - in /cxf/trunk/common/common/src: main/java/org/apache/cxf/helpers/FileUtils.java test/java/org/apache/cxf/helpers/FileUtilsTest.java

2008-12-05 Thread Daniel Kulp
Sean, On Friday 05 December 2008 11:02:52 am [EMAIL PROTECTED] wrote: +public class FileUtilsTest extends Assert { + + +@Test +public void testTempIODirExists() throws Exception { + +try { +System.setProperty(java.io.tmpdir, dummy); +

RE: svn commit: r723778 - in /cxf/trunk/common/common/src: main/java/org/apache/cxf/helpers/FileUtils.java test/java/org/apache/cxf/helpers/FileUtilsTest.java

2008-12-05 Thread Sean O'Callaghan
Good point Dan, will do so. thanks, Seán. -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: 05 December 2008 16:55 To: dev@cxf.apache.org Cc: Sean O'Callaghan Subject: Re: svn commit: r723778 - in /cxf/trunk/common/common/src:

Re: unable to configure wsrm in cxf-2.1.2

2008-12-05 Thread Daniel Kulp
I think the person that would know the most about this is out for a bit. :-( Have you looked at the ws_rm sample that we ship? Dan On Thursday 27 November 2008 10:18:13 am Naresh Tallapelli wrote: Hi All, I am trying to configure reliable messaging through configuration file and