server config file property

2002-04-23 Thread Neil Smyth
When using Axis as a server, the configuration is picked up via the ServletEngineConfigurationFactory class, which always uses the file WEB-INF/server-config.wsdd. I am wondering if this is deliberate, or if the system property "axis.ServerConfigFile" should be picked up to define which configurat

RE: changing permissions on SymbolTable.add()

2002-04-19 Thread Neil Smyth
hinder you. Russell Butek [EMAIL PROTECTED] Neil Smyth <[EMAIL PROTECTED]> on 04/19/2002 08:40:51 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: changing permissions on SymbolTable.add() The si

RE: changing permissions on SymbolTable.add()

2002-04-19 Thread Neil Smyth
table? Russell Butek [EMAIL PROTECTED] Neil Smyth <[EMAIL PROTECTED]> on 04/19/2002 05:04:50 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:changing permissions on SymbolTable.add() I am looking to leverage the code in wsdl.toJava.SymbolTable and the w

changing permissions on SymbolTable.add()

2002-04-19 Thread Neil Smyth
I am looking to leverage the code in wsdl.toJava.SymbolTable and the wsdl.toJava package in general, to generate sample XML for a given message part. Currently I am using a slightly modified version of beta1 where I have upgraded the permission on SymbolTable.add() to public as it is currently pro