Am Freitag, den 29.06.2007, 15:03 +0100 schrieb Andrea Smyth: > Glen Mazza wrote: > > >Since we don't know if this problem occurs with all versions of HP-UX, > >other OS' besides HP-UX, or with certain servlet containers, etc., I > >wonder if the solution below should be generalized and made > >user-configurable. > > > >I still don't know enough about the CXF architecture. But is there some > >configuration file for which we can add a "keepaliveconnections" > >parameter or similar, that when set by the user, will activate the logic > >that is presently hardcoded just to HP-UX below? > > > Hi Glen, > > Yes, there is (the Connection attribute in HTTPClientPolicy), see e.g. > cxf-hpux.xml. > But as it happens, the programmatic change requires usually usually less > code than providing separate cfg files for HP and non-HP platforms, and > in any case the choice of the cfg files needs to be coded somewhere. > I should add that with the changes I committed I got a complete build > passing on HP-UX. >
Oh, my error here, never mind--I didn't notice this hardcoded configuration was just for the testing module, not production use. Glen > Cheers, > Andrea. > > >Then it would just be > >a simple website FAQ item for the user to set this parameter whenever > >his particular setup appears to need it. Do you think this would be > a > >useful change, or a little bit of overkill right now? > > > >Thanks, > >Glen > > > > > >Am Freitag, den 29.06.2007, 12:36 +0000 schrieb > [EMAIL PROTECTED]: > > > > > >>Author: andreasmyth > >>Date: Fri Jun 29 05:36:41 2007 > >>New Revision: 551872 > >> > >>URL: http://svn.apache.org/viewvc?view=rev&rev=551872 > >>Log: > >>[JIRA CXF-755] Configure clients on HP to use keep-alive connections > when > >>ReplyTo is non-anonymous. > >> > >>Added: > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/cxf-hpux.xml > (with props) > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/util/ConnectionHelper.java > (with props) > >>Modified: > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/MAPTest.java > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/MAPTestBase.java > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/policy/AddressingInlinePolicyTest.java > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/policy/AddressingOptionalPolicyTest.java > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/policy/AddressingPolicyTest.java > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/policy/RMPolicyTest.java > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/policy/RMPolicyWsdlTest.java > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java > >> > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java > >>
