Re: AxisProperties, httpProxyHost, threads

2005-01-26 Thread Davanum Srinivas
thanks. -- dims On Wed, 26 Jan 2005 11:56:35 +, Stuart Barlow <[EMAIL PROTECTED]> wrote: > Oops. Capilatized the user name and it is all good. > > Stuart Barlow wrote: > > I have entered my details in the User Preferences area and get the error... > > Please enter your name like that: First

Re: AxisProperties, httpProxyHost, threads

2005-01-26 Thread Stuart Barlow
Oops. Capilatized the user name and it is all good. Stuart Barlow wrote: I have entered my details in the User Preferences area and get the error... Please enter your name like that: FirstnameLastname But I +have+ done that. And tried Firstname Lastname :-{ Davanum Srinivas wrote: you can create a

Re: AxisProperties, httpProxyHost, threads

2005-01-26 Thread Stuart Barlow
I have entered my details in the User Preferences area and get the error... Please enter your name like that: FirstnameLastname But I +have+ done that. And tried Firstname Lastname :-{ Davanum Srinivas wrote: you can create a login id for yourself (there are buttons on the top right corner) -- dims

Re: AxisProperties, httpProxyHost, threads

2005-01-26 Thread Davanum Srinivas
you can create a login id for yourself (there are buttons on the top right corner) -- dims On Wed, 26 Jan 2005 11:26:43 +, Stuart Barlow <[EMAIL PROTECTED]> wrote: > Is there a login as it says... > You are not allowed to edit this page. > > Davanum Srinivas wrote: > > Please go ahead and a

Re: AxisProperties, httpProxyHost, threads

2005-01-26 Thread Stuart Barlow
Is there a login as it says... You are not allowed to edit this page. Davanum Srinivas wrote: Please go ahead and add it :) -- dims On Wed, 26 Jan 2005 10:49:14 +, Stuart Barlow <[EMAIL PROTECTED]> wrote: Could we add this info to the FAQ item... http://wiki.apache.org/ws/FrontPage/Axis/AxisPro

Re: AxisProperties, httpProxyHost, threads

2005-01-26 Thread Davanum Srinivas
Please go ahead and add it :) -- dims On Wed, 26 Jan 2005 10:49:14 +, Stuart Barlow <[EMAIL PROTECTED]> wrote: > Could we add this info to the FAQ item... > > http://wiki.apache.org/ws/FrontPage/Axis/AxisProxy > > > Davanum Srinivas wrote: > > http://marc.theaimsgroup.com/?l=axis-dev&m=10

Re: AxisProperties, httpProxyHost, threads

2005-01-26 Thread Stuart Barlow
Could we add this info to the FAQ item... http://wiki.apache.org/ws/FrontPage/Axis/AxisProxy Davanum Srinivas wrote: http://marc.theaimsgroup.com/?l=axis-dev&m=105787295106872&w=2 On Tue, 25 Jan 2005 11:53:51 +, Stuart Barlow <[EMAIL PROTECTED]> wrote: Did you get an answer to this problem? I

Re: AxisProperties, httpProxyHost, threads

2005-01-25 Thread Davanum Srinivas
looks like it...this is not a good fix, but just add your com.peopledoc.jura.dmintegration.spi.impl.AXISTransportClientProperties to axis jar itself to see if it works and then tackle the classloader issue. -- dims On Tue, 25 Jan 2005 15:32:23 +, Stuart Barlow <[EMAIL PROTECTED]> wrote: > I h

Re: AxisProperties, httpProxyHost, threads

2005-01-25 Thread Stuart Barlow
I have set... System.setProperty("org.apache.axis.components.net.TransportClientProperties", "com.peopledoc.jura.dmintegration.spi.impl.AXISTransportClientProperties"); Unfortunatly I am now getting... 2005-01-25 15:20:57,187 ERROR axis.AxisProperties [Jura Thread #12] Exception: org.apache.commo

Re: AxisProperties, httpProxyHost, threads

2005-01-25 Thread Davanum Srinivas
yep. i think so. -- dim On Tue, 25 Jan 2005 13:29:01 +, Stuart Barlow <[EMAIL PROTECTED]> wrote: > Thanks for the details Davanum. My theaimsgroup search did not > hit this stuff so much appreciated. > > Taking a look inside the DefaultHTTPTransportClientProperties class > I can see that it

Re: AxisProperties, httpProxyHost, threads

2005-01-25 Thread Stuart Barlow
Thanks for the details Davanum. My theaimsgroup search did not hit this stuff so much appreciated. Taking a look inside the DefaultHTTPTransportClientProperties class I can see that it gets all its info from the AxisProperties class. So can I just call AxisProperties.setProperties ? ta, Stuart. Dav

Re: AxisProperties, httpProxyHost, threads

2005-01-25 Thread Davanum Srinivas
http://marc.theaimsgroup.com/?l=axis-dev&m=105787295106872&w=2 On Tue, 25 Jan 2005 11:53:51 +, Stuart Barlow <[EMAIL PROTECTED]> wrote: > Did you get an answer to this problem? > > I have a similar problem running in an AppServer. I want to set http.proxyHost > but not at the System level. I

Re: AxisProperties, httpProxyHost, threads

2005-01-25 Thread Stuart Barlow
Did you get an answer to this problem? I have a similar problem running in an AppServer. I want to set http.proxyHost but not at the System level. I am using WSDL2Java so I cannot get to the call object to set the properties on the Call. Graeme Riddell wrote: I have a multithreaded app that is issu