[EMAIL PROTECTED] writes:
> mpoeschl 2002/10/08 01:48:28
>
> Modified: src/java/org/apache/turbine/services/xmlrpc
> TurbineXmlRpcService.java
> Log:
> call webserver.start() to make the service work with xmlrpc HEAD
>
> Revision Changes Path
> 1.7 +2 -1
>jakarta-turbine-2/src/java/org/apache/turbine/services/xmlrpc/TurbineXmlRpcService.java
>
> Index: TurbineXmlRpcService.java
> ===================================================================
> RCS file:
>/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/xmlrpc/TurbineXmlRpcService.java,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -r1.6 -r1.7
> --- TurbineXmlRpcService.java 14 Aug 2002 17:08:00 -0000 1.6
> +++ TurbineXmlRpcService.java 8 Oct 2002 08:48:28 -0000 1.7
> @@ -229,6 +229,7 @@
> }
> }
> }
> + webserver.start();
> }
> catch (Exception e)
> {
Hah! Martin, it's so funny you added this patch. Just today I was
updating SourceCast to use the latest Apache XML-RPC (tagged as
XMLRPC_1_2_A2), and wrote a very comprehensive update for Fulcrum.
It would be very straightforward for you to manually merge my patch
into T2. It supports the start() semantics for both 1.1 and lower,
and for 1.2 alpha 1 and higher.
To get my patch, run the following command in Fulcrum:
cvs diff -u -r 1.1 -r 1.2 \
src/java/org/apache/fulcrum/xmlrpc/TurbineXmlRpcService.java
--
Daniel Rall <[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>