mp2 + SOAP - SOAP calls fail randomly

2007-04-26 Thread Tom Shaw
Im having some mod_perl2 wierdness. Im trying to run some SOAP requests and Im getting odd things happening. Is there any reason that I should be experiencing intermittant issues dispatching SOAP methods to my class? Sometimes the methods work fine and sometimes they don't. When they don't I

RE: mp2 + SOAP - SOAP calls fail randomly

2007-04-26 Thread Tom Shaw
Ignore the test case... It is actually: TestSpace.pm package TestSpace; sub getSession { return 1; } 1; -Original Message- From: Tom Shaw [mailto:[EMAIL PROTECTED] Sent: 26 April 2007 14:11 To: 'modperl@perl.apache.org' Subject: mp2 + SOAP - SOAP calls fail randomly

RE: libapreq2-2.08 installation troubles - missing mod_perl source files

2007-04-23 Thread Tom Shaw
for the trees etc. Cheers, Tom -Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: 20 April 2007 17:37 To: Tom Shaw Cc: modperl@perl.apache.org Subject: Re: libapreq2-2.08 installation troubles - missing mod_perl source files Did you actually make install

libapreq2-2.08 installation troubles - missing mod_perl source files

2007-04-20 Thread Tom Shaw
Im sorry to ask this question but I have been looking for answers to this problem for many hours and Ive found partial answers that I don't understand. I can usually solve problems but this one has me stumped. Im trying to install libapreq2-2.08 on my debian box with Apache2.2.4 and mod_perl