time for a Web services PMC? (was: Fw: spinning out projects (was: incubator project))

2002-10-23 Thread Sanjiva Weerawarana
Given the note below, I wonder whether its time to consider a "Web services" PMC for Apache. I would like to see that come up. Here's my +1. I volunteer to write up the proposal if folks are intersted. There are a bunch of projects that would move under the new PMC: Axis, Apache SOAP, WSIL4J,

Re: Axis as a JNDI Resource

2002-10-23 Thread Steve Loughran
Do all the servlet engines we want to support have JNDI? If not, what to do? Also, J2ee says no thread stuff inside the context of an EJB, not elsewhere in the system. One option is we make is a JMX managed object and go through JMX to find it. - Original Message - From: "James M Snell"

Axis as a JNDI Resource

2002-10-23 Thread James M Snell
Another issue relating to the Async stuff The Axis async implementation is going to require us to do some thread management. Within J2EE environments, doing such thread management from within J2EE containers is not allowed. As far as I know, once the async stuff is done, the current metho

Re: [IMPORTANT!] Proposed Axis Async Development Plan

2002-10-23 Thread James M Snell
Btw... "* I would conservatively set an initial target for Phase 6 Completion at 3/4 months." means "3 to 4 months" not three-quarters of a month. - James Snell IBM Emerging Technologies [EMAIL PROTECTED] (559) 587-1233 (office) (700) 544-9035 (t/l) Programming Web Serv

cvs commit: xml-axis/proposals AxisInternalMessageExchange.zip

2002-10-23 Thread jmsnell
jmsnell 2002/10/23 16:07:30 Modified:proposals AxisInternalMessageExchange.zip Log: Updates reflecting todays conf. call Revision ChangesPath 1.8 +229 -207 xml-axis/proposals/AxisInternalMessageExchange.zip <>

[IMPORTANT!] Proposed Axis Async Development Plan

2002-10-23 Thread James M Snell
On the phone call today, we discussed the fact that the Internal Message Exchange proposal represents a significant change to the Axis internals and should ideally be broken up so that it can be incrementally introduced into the code. Here's my proposal for how to break up the work. Phase 1:

DO NOT REPLY [Bug 13646] - WSIFOperation_ApacheAxis fails to set up Call's Parameter list

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13912] New: - wdl2java needs a timeout option

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Axis Async Call Notes

2002-10-23 Thread James M Snell
__ Axis Async Call Notes Attending Jaime Merritt Dave Chappell Charlie Nuzzulo Ray Chun/Chen?? Glen Daniels James Snell Doug Davis Dims Agenda Walked through the Axis Internal Message Exchange interfaces and prototype TODO's * Allow application to callback

DO NOT REPLY [Bug 13901] - Null pointer exception occurred while parsing WSDL

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13725] - Deserializing MIME attachments fails

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/wsdd WSDD.xsd

2002-10-23 Thread stevel
stevel 2002/10/23 13:06:44 Modified:java/wsdd WSDD.xsd Log: adding attrs that wsdl2java generates. This xsd still doesnt match reality; qName should go to qname, and we need an undeployment root element too. But this is a start Revision ChangesPath 1.7 +4 -0

cvs commit: xml-axis/java/wsdd WSDD.xsd

2002-10-23 Thread stevel
stevel 2002/10/23 12:59:17 Modified:java/wsdd WSDD.xsd Log: This is not a change to the file, just a tab to space convert, with tabs=4 spaces. The next commit will be the changes Revision ChangesPath 1.6 +244 -244 xml-axis/java/wsdd/WSDD.xsd Index: WSDD.xsd

DO NOT REPLY [Bug 13901] - Null pointer exception occurred while parsing WSDL

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13903] New: - Axis does not create server-config.wsdd in WEB-INF folder

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13901] - Null pointer exception occurred while parsing WSDL

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13862] - Axis Servlet dependency on jaxrpc and userguide directories

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13901] New: - Null pointer exception occurred while parsing WSDL

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-10-23 Thread stevel
stevel 2002/10/23 11:06:20 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: slightly more helpful tracing and responses when something is awry with WSDL generation. Now callers can differentiate between no-service and bad-server-config Revision Changes

cvs commit: xml-axis/java/src/org/apache/axis/i18n resource.properties

2002-10-23 Thread stevel
stevel 2002/10/23 11:04:47 Modified:java/src/org/apache/axis/i18n resource.properties Log: helper messages Revision ChangesPath 1.21 +4 -0 xml-axis/java/src/org/apache/axis/i18n/resource.properties Index: resource.properties =

cvs commit: xml-axis/java/test/httpunit build.xml

2002-10-23 Thread stevel
stevel 2002/10/23 11:04:30 Modified:java/test/httpunit build.xml Log: now that lib is being set up right, there is no need to make this conditional. I think. Revision ChangesPath 1.10 +1 -1 xml-axis/java/test/httpunit/build.xml Index: build.xml

Re: Async Internal Message Exchange

2002-10-23 Thread David Chappell
Hi Marc, Yes, we very much plan to continue to work through this and integrate it into the Axis engine. See also http://marc.theaimsgroup.com/?l=axis-dev&m=103115253500687&w=2 We have been working somewhat offline with James and others to help define this. This proposal from James is a great step

DO NOT REPLY [Bug 13862] - Axis Servlet dependency on jaxrpc and userguide directories

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13862] - Axis Servlet dependency on jaxrpc and userguide directories

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Async Internal Message Exchange

2002-10-23 Thread Marc Novakowski
I've been reading through the AxisInternalMessageExchange.zip proposal with some interest. I'm using Axis as an embedded SOAP server inside of my company's own proprietary software. This software is completely asynchronous, which is making it an "interesting" exercise since Axis is internally syn

DO NOT REPLY [Bug 13862] - Axis Servlet dependency on jaxrpc and userguide directories

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis-wsif/java/test/proposals/mime test.txt MimeTest.java DeploymentDescriptor.xml Mime.wsdl MimeImpl.java Mime.java WSIFOperation_ApacheAxis.java

2002-10-23 Thread whitlock
whitlock2002/10/23 08:23:56 Modified:java/test/proposals/mime test.txt MimeTest.java DeploymentDescriptor.xml Mime.wsdl MimeImpl.java Mime.java WSIFOperation_ApacheAxis.java Log: Support text/plain Revision ChangesPath 1.2

DO NOT REPLY [Bug 13883] New: - DII WSDL processing doesn't deal with wrapped mode

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

some thoughts about java:EJB provider

2002-10-23 Thread Cédric Chabanois
Hi, As stated in bug 13808, I finally managed to get java:EJB provider to work. I think a sample should be included with axis (as the one I attached to bug 13808) and that documentation should be added (there is no documentation about this provider anywhere) Concerning inout and out parameters (

DO NOT REPLY [Bug 13882] New: - Any in WSDL generates "org.w3.www.Any"

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/base WSIFDefaultOperation.java

2002-10-23 Thread owenb
owenb 2002/10/23 07:21:45 Modified:java/src/org/apache/wsif/base WSIFDefaultOperation.java Log: Do not set the message name when createInputMessage or createOutputMessage are called with no arguments Revision ChangesPath 1.17 +0 -2 xml-axis-wsif/java/src/org

DO NOT REPLY [Bug 13862] - Axis Servlet dependency on jaxrpc and userguide directories

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/base WSIFDefaultOperation.java

2002-10-23 Thread hughesj
hughesj 2002/10/23 06:35:12 Modified:java/src/org/apache/wsif/base WSIFDefaultOperation.java Log: createInputOperation() and createOutputOperation() were not setting the name of the returned WSIFMessage or setting the message definition on WSIFMessage. createInputOperation(Stri

DO NOT REPLY [Bug 13725] - Deserializing MIME attachments fails

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13725] - Deserializing MIME attachments fails

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13808] - java:EJB provider does not work ?

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13808] - java:EJB provider does not work ?

2002-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/validators/schema/identity - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:50:55 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/validators/schema/identity - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/validators/datatype - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:48:43 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/validators/datatype - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/validators/DTD - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:48:13 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/validators/DTD - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/validators/schema - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:48:05 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/validators/schema - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/validators/common - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:47:58 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/validators/common - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Transcoders/ICU - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:45:20 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Transcoders/ICU - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Transcoders/Win32 - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:45:13 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Transcoders/Win32 - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Transcoders/Iconv - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:45:02 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Transcoders/Iconv - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/MacOS MacOSDefs.hpp MacOSPlatformUtils.hpp

2002-10-23 Thread lilantha
lilantha2002/10/23 01:38:24 Added: contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/MacOS MacOSDefs.hpp MacOSPlatformUtils.hpp Log: no message Revision ChangesPath 1.1 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/u

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/AIX - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:33:47 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/AIX - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/HPUX - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:33:41 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/HPUX - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/Linux - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:32:12 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/Linux - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/MacOS - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:31:57 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/MacOS - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/OS2 - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:31:51 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/OS2 - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/OS390 - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:31:13 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/OS390 - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/PTX - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:31:07 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/PTX - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/Solaris - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:30:59 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/Solaris - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/Tandem - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:30:53 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/Tandem - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/Win32 - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:30:41 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms/Win32 - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/MsgLoaders/InMemory - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:29:00 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/MsgLoaders/InMemory - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/MsgLoaders/MsgCatalog - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:28:53 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/MsgLoaders/MsgCatalog - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/MsgLoaders/Win32 - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:28:40 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/MsgLoaders/Win32 - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/MsgLoaders/ICU - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:28:19 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/MsgLoaders/ICU - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:27:43 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Platforms - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/MsgLoaders - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:27:50 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/MsgLoaders - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/regx - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:27:36 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/regx - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Transcoders - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:27:30 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Transcoders - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Compilers - New directory

2002-10-23 Thread lilantha
lilantha2002/10/23 01:27:21 xml-axis/contrib/Axis-C++/xerces-c/include/xercesc/util/Compilers - New directory

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/sax AttributeList.hpp DTDHandler.hpp DocumentHandler.hpp EntityResolver.hpp ErrorHandler.hpp HandlerBase.hpp InputSource.hpp Locator.hpp Parser.hpp SAXException.hpp SAXParseException.hpp

2002-10-23 Thread lilantha
lilantha2002/10/23 01:09:40 Removed: contrib/Axis-C++/xerces-c/include/sax AttributeList.hpp DTDHandler.hpp DocumentHandler.hpp EntityResolver.hpp ErrorHandler.hpp HandlerBase.hpp InputSource.hpp Locator.hpp Parser.h

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/util/regx ASCIIRangeFactory.hpp BMPattern.hpp BlockRangeFactory.hpp CharToken.hpp ClosureToken.hpp ConcatToken.hpp ConditionToken.hpp Match.hpp ModifierToken.hpp Op.hpp OpFactory.hpp ParenToken.hpp ParserForXMLSchema.hpp RangeFactory.hpp RangeToken.hpp RangeTokenMap.hpp RegularExpression.hpp RegxDefs.hpp RegxParser.hpp RegxUtil.hpp StringToken.hpp Token.hpp TokenFactory.hpp TokenInc.hpp UniCharTable.hpp UnicodeRangeFactory.hpp UnionToken.hpp XMLRangeFactory.hpp XMLUniCharacter.hpp

2002-10-23 Thread lilantha
lilantha2002/10/23 01:08:59 Removed: contrib/Axis-C++/xerces-c/include/framework LocalFileInputSource.hpp MemBufInputSource.hpp StdInInputSource.hpp URLInputSource.hpp XMLAttDef.hpp XMLAttDefList.hpp XMLAttr.hpp

cvs commit: xml-axis/contrib/Axis-C++/xerces-c/include/dom ChildNode.hpp DOM.hpp DOMString.hpp DOM_Attr.hpp DOM_CDATASection.hpp DOM_CharacterData.hpp DOM_Comment.hpp DOM_DOMException.hpp DOM_DOMImplementation.hpp DOM_Document.hpp DOM_DocumentFragment.hpp DOM_DocumentType.hpp DOM_Element.hpp DOM_Entity.hpp DOM_EntityReference.hpp DOM_NamedNodeMap.hpp DOM_Node.hpp DOM_NodeFilter.hpp DOM_NodeIterator.hpp DOM_NodeList.hpp DOM_Notation.hpp DOM_ProcessingInstruction.hpp DOM_Range.hpp DOM_RangeException.hpp DOM_Text.hpp DOM_TreeWalker.hpp DOM_XMLDecl.hpp DomMemDebug.hpp MemDebug.hpp NameNodeFilter.hpp NodeIDMap.hpp NodeVector.hpp ParentNode.hpp

2002-10-23 Thread lilantha
lilantha2002/10/23 01:02:45 Removed: contrib/Axis-C++/xerces-c/include/dom ChildNode.hpp DOM.hpp DOMString.hpp DOM_Attr.hpp DOM_CDATASection.hpp DOM_CharacterData.hpp DOM_Comment.hpp DOM_DOMException.hpp DOM_DOMImple