Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 2503 invoked from network); 27 Feb 2007 15:54:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2007 15:54:47 -0000 Received: (qmail 94988 invoked by uid 500); 27 Feb 2007 15:54:53 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 94947 invoked by uid 500); 27 Feb 2007 15:54:53 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 94813 invoked by uid 99); 27 Feb 2007 15:54:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 07:54:52 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [66.249.82.232] (HELO wx-out-0506.google.com) (66.249.82.232) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 07:54:40 -0800 Received: by wx-out-0506.google.com with SMTP id i26so1665698wxd for ; Tue, 27 Feb 2007 07:54:18 -0800 (PST) Received: by 10.90.90.16 with SMTP id n16mr6325899agb.1172591657886; Tue, 27 Feb 2007 07:54:17 -0800 (PST) Received: by 10.90.63.13 with HTTP; Tue, 27 Feb 2007 07:54:17 -0800 (PST) Message-ID: <7b774c950702270754l2d906d42u7f8a6d27610df513@mail.gmail.com> Date: Tue, 27 Feb 2007 10:54:17 -0500 From: "Dan Diephouse" To: cxf-dev@incubator.apache.org Subject: Re: svn commit: r512143 [Update HTTPS sample to latest configuration syntax] In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3349_3398028.1172591657656" References: <20070227054434.8921F1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3349_3398028.1172591657656 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Eoghan, I think it must actually be the port name. I didn't actually change any of the logic about the ID (although in retrospect I wish I would have, it seems quite redundant to have ".http-conduit" in there). I simply changed name->id in all the examples. - Dan On 2/27/07, Glynn, Eoghan wrote: > > > > Hi Dan, > > I noticed the other demos using the new config syntax have what looks > like a target port embedded in the conduit bean ID, e.g. > > > ^^^^ > > whereas this is missing in your change to the HTTPS sample. > > Is this optional, i.e. only required if the conduits for different > target endpoints are to be configured differently. If so, would the > target hostname as well as the port need to be encoded in the conduit > ID? > > Or maybe the embedded "9001" denotes something else? (as the target port > for the relevant demos is actually 9000). > > Cheers, > Eoghan > > > -----Original Message----- > > From: dandiep@apache.org [mailto:dandiep@apache.org] > > Sent: 27 February 2007 05:45 > > To: cxf-commits@incubator.apache.org > > Subject: svn commit: r512143 - in > > /incubator/cxf/trunk/distribution/src/main/release/samples/hel > > lo_world_https: client.xml insecure_client.xml server.xml > > > > Author: dandiep > > Date: Mon Feb 26 21:44:33 2007 > > New Revision: 512143 > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=512143 > > Log: > > Update HTTPS sample to latest configuration syntax. > > > > Modified: > > > > incubator/cxf/trunk/distribution/src/main/release/samples/hell > > o_world_https/client.xml > > > > incubator/cxf/trunk/distribution/src/main/release/samples/hell > > o_world_https/insecure_client.xml > > > > incubator/cxf/trunk/distribution/src/main/release/samples/hell > > o_world_https/server.xml > > > > Modified: > > incubator/cxf/trunk/distribution/src/main/release/samples/hell > > o_world_https/client.xml > > URL: > > http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/ > > src/main/release/samples/hello_world_https/client.xml?view=dif > > f&rev=512143&r1=512142&r2=512143 > > ============================================================== > > ================ > > --- > > incubator/cxf/trunk/distribution/src/main/release/samples/hell > > o_world_https/client.xml (original) > > +++ > > incubator/cxf/trunk/distribution/src/main/release/samples/hello_worl > > +++ d_https/client.xml Mon Feb 26 21:44:33 2007 > > @@ -7,9 +7,9 @@ > > to you under the Apache License, Version 2.0 (the > > "License"); you may not use this file except in compliance > > with the License. You may obtain a copy of the License at > > - > > + > > http://www.apache.org/licenses/LICENSE-2.0 > > - > > + > > Unless required by applicable law or agreed to in writing, > > software distributed under the License is distributed on an > > "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ > > -18,32 +18,32 @@ > > under the License. > > --> > > > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > - xmlns:sec="http://cxf.apache.org/configuration/security" > > - xsi:schemaLocation=" > > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > + xmlns:sec="http://cxf.apache.org/configuration/security" > > + xmlns:http="http://cxf.apache.org/transports/http/configuration" > > + xsi:schemaLocation=" > > +http://cxf.apache.org/transports/http/configuration > > +http://cxf.apache.org/schema/transports/http.xsd > > http://www.springframework.org/schema/beans > > http://www.springframework.org/schema/beans/spring-beans.xsd"> > > > > - > name="{http://apache.org/hello_world_soap_http}SoapPort.http-c > > onduit" abstract="true"> > > - > > - > > - > > - > > src/demo/hw_https/resources/celtix.p12 > > - > > celtixpass > > - celtixpass > > - > > src/demo/hw_https/resources/abigcompany_ca.pem > > > > - > > - > > - .*_EXPORT_.* > > - .*_EXPORT1024_.* > > - .*_WITH_DES_.* > > - .*_WITH_NULL_.* > > - .*_MD5 > > - > > - > > - > > - > > - > > + > + id="{http://apache.org/hello_world_soap_http}SoapPort.http-conduit"> > > + > > + > > + > > src/demo/hw_https/resources/celtix.p12 > > + celtixpass > > + celtixpass > > + > > src/demo/hw_https/resources/abigcompany_ca.pem > > > > + > > + > > + .*_EXPORT_.* > > + .*_EXPORT1024_.* > > + .*_WITH_DES_.* > > + .*_WITH_NULL_.* > > + .*_MD5 > > + > > + > > + > > + > > > > > > > > Modified: > > incubator/cxf/trunk/distribution/src/main/release/samples/hell > > o_world_https/insecure_client.xml > > URL: > > http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/ > > src/main/release/samples/hello_world_https/insecure_client.xml > > ?view=diff&rev=512143&r1=512142&r2=512143 > > ============================================================== > > ================ > > --- > > incubator/cxf/trunk/distribution/src/main/release/samples/hell > > o_world_https/insecure_client.xml (original) > > +++ > > incubator/cxf/trunk/distribution/src/main/release/samples/hello_worl > > +++ d_https/insecure_client.xml Mon Feb 26 21:44:33 2007 > > @@ -7,9 +7,9 @@ > > to you under the Apache License, Version 2.0 (the > > "License"); you may not use this file except in compliance > > with the License. You may obtain a copy of the License at > > - > > + > > http://www.apache.org/licenses/LICENSE-2.0 > > - > > + > > Unless required by applicable law or agreed to in writing, > > software distributed under the License is distributed on an > > "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ > > -18,11 +18,13 @@ > > under the License. > > --> > > > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > - xsi:schemaLocation=" > > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > + xmlns:http="http://cxf.apache.org/transports/http/configuration" > > + xsi:schemaLocation=" > > +http://cxf.apache.org/transports/http/configuration > > +http://cxf.apache.org/schema/transports/http.xsd > > http://www.springframework.org/schema/beans > > http://www.springframework.org/schema/beans/spring-beans.xsd"> > > > > - > name="{http://apache.org/hello_world_soap_http}SoapPort.http-c > > onduit" abstract="true"> > > - > > + > + id="{http://apache.org/hello_world_soap_http}SoapPort.http-conduit"> > > + > > > > > > > > Modified: > > incubator/cxf/trunk/distribution/src/main/release/samples/hell > > o_world_https/server.xml > > URL: > > http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/ > > src/main/release/samples/hello_world_https/server.xml?view=dif > > f&rev=512143&r1=512142&r2=512143 > > ============================================================== > > ================ > > --- > > incubator/cxf/trunk/distribution/src/main/release/samples/hell > > o_world_https/server.xml (original) > > +++ > > incubator/cxf/trunk/distribution/src/main/release/samples/hello_worl > > +++ d_https/server.xml Mon Feb 26 21:44:33 2007 > > @@ -7,9 +7,9 @@ > > to you under the Apache License, Version 2.0 (the > > "License"); you may not use this file except in compliance > > with the License. You may obtain a copy of the License at > > - > > + > > http://www.apache.org/licenses/LICENSE-2.0 > > - > > + > > Unless required by applicable law or agreed to in writing, > > software distributed under the License is distributed on an > > "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ > > -18,37 +18,34 @@ > > under the License. > > --> > > > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > - xmlns:sec="http://cxf.apache.org/configuration/security" > > - xsi:schemaLocation=" > > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > + xmlns:sec="http://cxf.apache.org/configuration/security" > > + xmlns:http="http://cxf.apache.org/transports/http/configuration" > > + xsi:schemaLocation=" > > +http://cxf.apache.org/transports/http/configuration > > +http://cxf.apache.org/schema/transports/http.xsd > > http://www.springframework.org/schema/beans > > http://www.springframework.org/schema/beans/spring-beans.xsd"> > > > > - > name="{http://apache.org/hello_world_soap_http}GreeterImplPort > > .http-destination" abstract="true"> > > - > > - > > - > > - > > - > > src/demo/hw_https/resources/celtix.p12 > > - PKCS12 > > - > > celtixpass > > - celtixpass > > - > > true > > - > > true > tication> > > - > > src/demo/hw_https/resources/celtixp12.truststo > > re > > - > > - > > - .*_EXPORT_.* > > - .*_EXPORT1024_.* > > - .*_WITH_DES_.* > > - .*_WITH_NULL_.* > > - .*_DH_anon_.* > > - > > - > > - > > - > > - > > - > > + > id="{http://apache.org/hello_world_soap_http}GreeterImplPort.h > > ttp-destination"> > > + > > + > > src/demo/hw_https/resources/celtix.p12 > > + PKCS12 > > + celtixpass > > + celtixpass > > + > > true > > + > > true > tication> > > + > > src/demo/hw_https/resources/celtixp12.truststo > > re > > + > > + > > + .*_EXPORT_.* > > + .*_EXPORT1024_.* > > + .*_WITH_DES_.* > > + .*_WITH_NULL_.* > > + .*_DH_anon_.* > > + > > + > > + > > + > > > > > > > > > -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog ------=_Part_3349_3398028.1172591657656--