Re: Axis Tuning

2004-07-19 Thread Steve Wells
I am using the 1.1 release for tenative release to customer this week ... then we are anxious to begin testing with 1.2 :) -- Steve Davanum Srinivas <[EMAIL PROTECTED]> wrote on 07/19/2004 11:23:41 AM: > are u using 1.2 beta2? > > --dims > > > - Original Mes

Axis Tuning

2004-07-19 Thread Steve Wells
Are there any settings or other tuning measures one can employ with Axis? ie "Production" flag or thread pool settings or the like in server-config.wsdd ??? I have a server that gets beat pretty bad once a second client starts to access. -- Steve

Broken Pipe

2004-07-16 Thread Steve Wells
The following Axis error crashes the WebLogic Server - it happens when I break out of an Axis generated client 37529 ERROR [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] org.apache.axis.Message - java.io.IOException: java.net.SocketException: Broken pipe         at java.net.SocketOut

Server Broken Pipe

2004-07-14 Thread Steve Wells
I am using a client application built with WSDL2Java derived code to communicate with Axis 1.1 server under WebLogic Fairly regularly, when I terminate the client Java application with ctrl-c the WebLogic Managed Server (under which Axis is running) crashes hard & completely with the message "Bro

Invalid Attributes error

2004-07-12 Thread Steve Wells
Note the following on WebLogic generates an error when I execute Axis client code vs. no errors when I execute command directly via browser - ideas?  suggestions? -- On WebLogic I have a service MACCWS that I execute a getVersion() call via

type mapping qname ns="someNamespace"

2004-07-07 Thread Steve Wells
Axis continues to have difficulties handling some custom bean based class / types that I have - I have added typeMapping (beanMapping) for these - but I get problems once I've entered the second one. IS "someNamespace" & supposed to be specified for every entry or is that replaced for each one wi

Re: bean question

2004-07-06 Thread Steve Wells
I am having similar problems & questions myself - in my case I have two classes and a container class that contains an array of one of the other classes which, correspondingly, contains an array of the third class.  I got errors complaining that there was no serializer defined for the object so

EJB user access

2004-06-17 Thread Steve Wells
I have configured an EJB to be used as an Axis Web Service under BEA I have specified    in the wsdd file I get the following error: >java.rmi.AccessException: [EJB:010160]Security Violation: User: '' has insufficient permission to access EJB: type=, application=mC, module=RuntimeMACCBean.jar,

Re: create server-config.wsdd without having to start a web server

2004-06-16 Thread Steve Wells
If you use the org.apache.axis.utils.Admin server utility it will configure the server-config.wsdd file - however I am unable to get this file to be written back out under BEA Web Logic. If anybody has experience with BEA and / or configuring the server-config file - please let us know! Thanks,

BEA Service Issue

2004-06-15 Thread Steve Wells
I am installing Axis to use under BEA on Solaris & need to know how to specify a service to load using server-config.xml or web.xml I built an axis.war file which I placed in the root /usr/axis-1_1 directory & then load through the web logic console. When I use the Admin Client I am able to inst