stevel 2003/02/01 13:03:01
Modified:java/src/org/apache/axis AxisFault.java
java/src/org/apache/axis/transport/http AxisServlet.java
Log:
changing how we escape xml in dump to string, as per Glen's -0:
-there is only one dumpToString() method; everything
stevel 2003/01/31 17:23:32
Modified:java/src/org/apache/axis/soap SOAPConnectionImpl.java
Log:
handle builds with no attachment support robustly, by not trying to iterate over any
attachments. bug ID 16649, reported by Gerhard Engelbrecht
Revision ChangesPath
1.13
stevel 2003/01/31 13:53:37
Modified:java/docs reading.html
Log:
a couple of external pointers
Revision ChangesPath
1.13 +29 -3 xml-axis/java/docs/reading.html
Index: reading.html
===
RCS
stevel 2003/01/31 12:20:46
Modified:java/docs reference.html
Log:
some more details
Revision ChangesPath
1.20 +25 -2 xml-axis/java/docs/reference.html
Index: reference.html
===
RCS file
stevel 2003/01/30 17:30:58
Modified:java/src/org/apache/axis/wsdl/toJava Utils.java
Log:
added proper spelling of octet-stream; retained old one as a google search showed
that it does get used sporadically
Revision ChangesPath
1.68 +2 -1 xml-axis/java/src/org
stevel 2003/01/25 13:58:00
Modified:java/src/org/apache/axis SOAPPart.java
Log:
more tabs to spaces
Revision ChangesPath
1.54 +3 -3 xml-axis/java/src/org/apache/axis/SOAPPart.java
Index: SOAPPart.java
stevel 2003/01/25 13:57:47
Modified:java/src/org/apache/axis/wsdl/toJava Emitter.java
Log:
more tabs to spaces
Revision ChangesPath
1.57 +25 -25xml-axis/java/src/org/apache/axis/wsdl/toJava/Emitter.java
Index: Emitter.java
stevel 2003/01/25 11:36:36
Modified:java/src/org/apache/axis/encoding/ser ArraySerializer.java
java/src/org/apache/axis/client AxisClient.java
Log:
more tabs to spaces; cvs is playing up and wont bulk commit.
Revision ChangesPath
1.46 +6 -5
xml
stevel 2003/01/25 11:35:33
Modified:java/src/org/apache/axis/handlers/soap SOAPService.java
java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
java/src/org/apache/axis/deployment/wsdd
WSDDJAXRPCHandlerInfo.java
stevel 2003/01/25 11:34:56
Modified:java/src/org/apache/axis/utils/bytecode ParamReader.java
Log:
a raid by the tab-to-spaces police, as reported by checkstyle. Since this was done a
few months ago, all these tabs are recent additions. naughty. nb, checkstyle is
complaining about
stevel 2003/01/25 11:28:01
Modified:java/src/org/apache/axis AxisFault.java Constants.java
java/src/org/apache/axis/transport/http AxisServlet.java
java/src/org/apache/axis/providers/java JavaProvider.java
Log:
some new methods to add fault detail
stevel 2003/01/25 11:22:17
Modified:java/src/org/apache/axis/attachments AttachmentPart.java
ManagedMemoryDataSource.java
MultiPartDimeInputStream.java
MultiPartRelatedInputStream.java
Log:
This is my *simple
stevel 2003/01/25 11:13:33
Modified:java/src/org/apache/axis/utils JavaUtils.java
Log:
spelling correction, added abstract to the list of java keywords
Revision ChangesPath
1.90 +4 -4 xml-axis/java/src/org/apache/axis/utils/JavaUtils.java
Index
stevel 2003/01/25 11:12:54
Modified:java/src/org/apache/axis/utils tcpmon.properties tcpmon.java
Log:
Changes to tcpmon, a mixture of functionality, usability and code layout
-user specifiable delay of X milliseconds every bytes, lets you simulate
restricted bandwidth links
stevel 2003/01/16 17:12:43
Added: java tcpmon.xml
Log:
helper build file to run tcpmon, optionally building it. As ant doesnt spawn apps,
the build file locks till it finishes, but at least you dont have to worry about
classpath setup any more.
Revision Changes
stevel 2003/01/16 15:54:25
Modified:java/src/org/apache/axis/transport/http AxisServlet.java
Log:
adding a space to the message
Revision ChangesPath
1.156 +1 -1
xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java
Index: AxisServlet.java
stevel 2003/01/15 17:26:15
Modified:java build.xml
Log:
improving java dependency checking; this reduces the no. of changes which need a
clean build to take. This task works by extracting the import info from .class files
(and caching it), then deletes class files that are
stevel 2003/01/15 15:31:51
Modified:java/src/org/apache/axis/transport/http AxisServlet.java
Log:
bug 16147; faults are only written to HTML in one place, and we use the new
AxisFault.dumpFault(boolean) method to escape them; same for the localised mesage.
Revision Changes
stevel 2003/01/15 15:30:40
Modified:java/src/org/apache/axis AxisFault.java
Log:
bug 16147; extend dumpString() to allow for the option to escape all fault strings.
This is an option as we dont want it during debugging, just html display.
Revision ChangesPath
1.67
stevel 2003/01/15 12:50:58
Modified:java/xmls targets.xml
Log:
using inheritAll to pass down the current env settings to the transport sample.
This sample is special in that by setting the dir param of the call, we are
moving its base dir from axis.home to axis.home/samples
stevel 2003/01/14 16:52:08
Modified:java/src/org/apache/axis/wsdl/toJava
JavaBeanHelperWriter.java JavaStubWriter.java
Log:
you dont need semicolons after static {} regions either.
Revision ChangesPath
1.30 +1 -1
xml-axis/java/src/org
stevel 2003/01/14 16:29:14
Modified:java/src/org/apache/axis/wsdl/toJava JavaEnumTypeWriter.java
Log:
team xdoclet claims that semicolons here are breaking the spec and the BNF of Java,
even though compilers silently forgive.
Revision ChangesPath
1.20 +1 -1
stevel 2003/01/14 09:47:16
Modified:java/xmls targets.xml
Log:
quick comment out of something not important right now; will fix at leisure
Revision ChangesPath
1.53 +2 -2 xml-axis/java/xmls/targets.xml
Index: targets.xml
stevel 2003/01/13 22:41:12
Modified:java/test/faults TestAxisFault.java
Log:
test for changed method to clear the existing faultDetails on a null array
Revision ChangesPath
1.2 +38 -0 xml-axis/java/test/faults/TestAxisFault.java
Index: TestAxisFault.java
stevel 2003/01/13 22:40:53
Modified:java/src/org/apache/axis AxisFault.java
Log:
changed method to clear the existing faultDetails on a null array
Revision ChangesPath
1.66 +1 -1 xml-axis/java/src/org/apache/axis/AxisFault.java
Index: AxisFault.java
stevel 2003/01/13 22:17:15
Modified:java/xmls taskdefs_post_compile.xml
Log:
better better yet, use the attrs on the appropriate elements
Revision ChangesPath
1.5 +12 -8 xml-axis/java/xmls/taskdefs_post_compile.xml
Index: taskdefs_post_compile.xml
stevel 2003/01/13 22:15:44
Modified:java/xmls taskdefs_post_compile.xml
Log:
better yet, put the right spacing in
Revision ChangesPath
1.4 +1 -1 xml-axis/java/xmls/taskdefs_post_compile.xml
Index: taskdefs_post_compile.xml
stevel 2003/01/13 21:22:53
Modified:java/xmls taskdefs_post_compile.xml
Log:
next bit of blind debugging. Since the only recent changes to ant are on the subject
of classloaders, and by setting the loaderref of task and type defn, you force reuse
of the prior loader, we can reuse
stevel 2003/01/13 21:02:45
Modified:java/xmls targets.xml
Log:
changes
1. setenv sets the proxies so that tests are proxied; people behind a firewall can
get WSDL now.
2. add test for xalan and some conditions for patterset management, patternsets that
are not committed
stevel 2003/01/13 13:41:38
Modified:java/docs security.html
Log:
updated security doc.
Revision ChangesPath
1.2 +80 -14xml-axis/java/docs/security.html
Index: security.html
===
RCS file
stevel 2003/01/12 15:54:37
Modified:java/xmls properties.xml
Log:
experimental gump debugging. This patch goes with a gump descriptor patch to set
the property axis.lib.dir to lib, not lib.dir; we then resolve that property to
lib.dir, hence forcing it to an absolute path
stevel 2003/01/12 15:24:21
Modified:java/xmls properties.xml
Log:
This is me just syncing CVS with the properties.xml I have, which was changed as
part of the process of enabling offline and proxied tests. I am not about to check in
the latter, but want to get the xml in sync so
stevel 2003/01/11 17:46:46
Modified:java/src/org/apache/axis/attachments AttachmentUtils.java
Attachments.java DimeBodyPart.java
DimeDelimitedInputStream.java
MultiPartRelatedInputStream.java
Log:
fractional
stevel 2003/01/09 22:56:32
Modified:java/src/org/apache/axis/transport/http AxisServlet.java
java/src/org/apache/axis/i18n resource.properties
Log:
Cleanup of exception handling, and some changes to GET handling. We can close a lot
of bugreps up with this patch
stevel 2003/01/09 22:38:56
Modified:java/src/org/apache/axis MessageContext.java
Log:
making things final
Revision ChangesPath
1.128 +10 -10xml-axis/java/src/org/apache/axis/MessageContext.java
Index: MessageContext.java
stevel 2003/01/09 22:38:06
Modified:java/test/httpunit build.xml
Added: java/test/httpunit AdminTest.java FunctionalTests.java
HttpUnitTestBase.java JspTest.java JwsTest.java
ServicesTest.java
Removed: java/test/httpunit/lib
stevel 2003/01/08 23:28:33
Modified:java/src/org/apache/axis/client Call.java
Log:
downgrading enterprise stuff to debug.
Revision ChangesPath
1.199 +4 -4 xml-axis/java/src/org/apache/axis/client/Call.java
Index: Call.java
stevel 2003/01/08 23:27:26
Modified:java/src/org/apache/axis/handlers JWSHandler.java
Log:
copy the static final definition of .jws into the nonstatic one
Revision ChangesPath
1.29 +1 -1 xml-axis/java/src/org/apache/axis/handlers/JWSHandler.java
Index
stevel 2003/01/08 23:26:56
Modified:java/src/org/apache/axis Constants.java
Log:
constanted two log names, and moved the static final definition of .jws in here.
Revision ChangesPath
1.106 +17 -0 xml-axis/java/src/org/apache/axis/Constants.java
Index
stevel 2003/01/08 23:25:24
Modified:java/docs reference.html
Log:
another special log, it seems
Revision ChangesPath
1.19 +7 -0 xml-axis/java/docs/reference.html
Index: reference.html
stevel 2003/01/08 22:03:25
Modified:java/webapps/axis EchoHeaders.jws
Log:
some things I want to test with GET
Revision ChangesPath
1.3 +19 -0 xml-axis/java/webapps/axis/EchoHeaders.jws
Index: EchoHeaders.jws
stevel 2003/01/07 22:44:27
Modified:java/src/org/apache/axis MessageContext.java
Log:
javadoc improvements and bracing all the if() statements.
Revision ChangesPath
1.127 +105 -27 xml-axis/java/src/org/apache/axis/MessageContext.java
Index
stevel 2003/01/07 22:43:00
Modified:java/docs reference.html index.html
Added: java/docs security.html
Log:
new security document; more to the configuration reference.
Revision ChangesPath
1.18 +15 -3 xml-axis/java/docs/reference.html
Index
stevel 2003/01/03 00:22:56
Modified:java/docs reference.html
Log:
docs on logging in axis
Revision ChangesPath
1.17 +56 -0 xml-axis/java/docs/reference.html
Index: reference.html
===
RCS
stevel 2003/01/03 00:19:38
Modified:java/src/org/apache/axis/transport/http AxisServlet.java
Log:
Big changes to servlet fault handing
0. exceptions are logged to their own log, for easier config
1. AxisFaults are logged at debug level only
2. AxisFaults get their stack
stevel 2003/01/02 23:38:12
Modified:java/src/org/apache/axis ConfigurationException.java
Log:
Retain the underlying exception *and* keep the stack trace slightly separate from
the base message, with an overridden toString() method to bring the stack out with the
message
stevel 2003/01/02 23:35:24
Modified:java/webapps/axis happyaxis.jsp
Log:
work out where the XML parser is and state that too
Revision ChangesPath
1.13 +39 -11xml-axis/java/webapps/axis/happyaxis.jsp
Index: happyaxis.jsp
stevel 2002/12/31 20:07:40
Modified:java/tools/org/apache/axis/tools/ant/wsdl
Java2WsdlAntTask.java
Log:
fix NPE reported on axis-user, where classpath defined and extraClasses undefined
caused the NPE. Fix is just a check first
Revision Changes
stevel 2002/12/30 20:54:12
Modified:java/test/faults PackageTests.java
Added: java/test/faults TestAxisFault.java
Log:
moving test case from .utils to .faults
Revision ChangesPath
1.3 +2 -0 xml-axis/java/test/faults/PackageTests.java
Index
stevel 2002/12/30 20:54:03
Modified:java/test/utils PackageTests.java
Removed: java/test/utils TestAxisFault.java
Log:
moving test case from .utils to .faults
Revision ChangesPath
1.11 +0 -1 xml-axis/java/test/utils/PackageTests.java
Index
stevel 2002/12/29 23:17:27
Modified:java/src/org/apache/axis AxisFault.java
Log:
This commit to axis fault contains 4 changes
-javadoc changes: updates, @since tags
-bracing if() statements, minor refactoring of duplication
-method to lookup any fault detail by qname
stevel 2002/12/29 23:14:34
Modified:java/test/utils PackageTests.java
Added: java/test/utils TestAxisFault.java
Log:
self contained test for axis fault
Revision ChangesPath
1.10 +1 -0 xml-axis/java/test/utils/PackageTests.java
Index
stevel 2002/12/29 22:35:24
Modified:java/src/org/apache/axis Constants.java
Log:
turning the axis fault 'well known' detail elements to constants
Revision ChangesPath
1.103 +13 -3 xml-axis/java/src/org/apache/axis/Constants.java
Index: Cons
stevel 2002/12/29 22:34:49
Modified:java/src/org/apache/axis/utils XMLUtils.java
Log:
javadocing
Revision ChangesPath
1.77 +19 -2 xml-axis/java/src/org/apache/axis/utils/XMLUtils.java
Index: XMLUtils.java
stevel 2002/12/17 16:39:55
Modified:java/src/org/apache/axis/utils Admin.java
java/src/org/apache/axis/i18n resource.properties
Log:
adding a debug trace of what is going on wrt address comparison, and an error log if
someone gets rejected. That way when we stop
stevel 2002/12/17 15:32:14
Modified:java build.xml
Log:
this change makes it possible to build axis.jar without log4j; though by default we
still do so...set the property exclude.log4j.configuration in build.properties or
Ant's command line to exclude log4j.
Rev
stevel 2002/12/16 17:15:50
Modified:java/docs index.html
Log:
and moving a link down
Revision ChangesPath
1.11 +3 -2 xml-axis/java/docs/index.html
Index: index.html
===
RCS file: /home
stevel 2002/12/16 16:14:45
Modified:java/docs index.html reading.html reference.html
java/docs/ant axis-java2wsdl.html axis-wsdl2java.html
Log:
1. added config info to reference manual. More needed!
2. rebuilt ant task docs
3. tweaks to the reading page
4. more
stevel 2002/12/16 15:32:49
Added: java/docs/ant ant.html
Log:
overview page on the ant tasks; some examples I had to hand.
Revision ChangesPath
1.1 xml-axis/java/docs/ant/ant.html
Index: ant.html
stevel 2002/12/01 17:53:12
Modified:java release-notes.html
Log:
some release notes
Revision ChangesPath
1.16 +6 -0 xml-axis/java/release-notes.html
Index: release-notes.html
===
RCS
stevel 2002/11/22 13:46:14
Modified:java build.xml
Log:
excluding another file that needs junit
Revision ChangesPath
1.214 +1 -0 xml-axis/java/build.xml
Index: build.xml
===
RCS file
stevel 2002/11/21 16:46:38
Modified:java/docs axis-bibliography.bib
Log:
expanding the bibliography. we really need an XML bib syntax that can be XSLT-d into
whatever.
Revision ChangesPath
1.6 +17 -1 xml-axis/java/docs/axis-bibliography.bib
Index: axis
stevel 2002/11/21 16:30:19
Added: java/docs building-axis.html
Log:
no message
Revision ChangesPath
1.1 xml-axis/java/docs/building-axis.html
Index: building-axis.html
stevel 2002/11/20 12:10:45
Modified:java/src/org/apache/axis/transport/http AxisServlet.java
Log:
adding helper message for GET on JWS, not by working out whether there is a jws file
there (which could be done, I suppose), but by pointing the user at the WSDL file.
Also
stevel 2002/11/20 12:05:31
Modified:java/src/org/apache/axis/i18n resource.properties
Log:
addding helper message for GET on JWS
Revision ChangesPath
1.32 +5 -0 xml-axis/java/src/org/apache/axis/i18n/resource.properties
Index: resource.properties
stevel 2002/11/20 12:04:02
Modified:java/wsdd/examples/chaining_examples ch_wsddScenario10.wsdd
ch_wsddScenario9.wsdd
java/samples/bidbuy deploy.wsdd
Log:
changes to sample wsdd files to get it them to validate against the schema
Revision
stevel 2002/11/20 12:01:45
Modified:java/wsdd/examples/from_SOAP_v2 addressBook.wsdd
calculator.wsdd
Log:
changes to sample wsdd files to get it them to validate against the schema
Revision ChangesPath
1.5 +18 -22xml-axis/java/wsdd
stevel 2002/11/20 12:00:53
Modified:java/samples/bidbuy deploy.wsdd
java/samples/userguide/example5 deploy.wsdd
Log:
changes to sample wsdd files to get it them to validate against the schema
Revision ChangesPath
1.6 +15 -29xml-axis/java/samples
stevel 2002/11/20 12:00:12
Modified:java/wsdd/examples/from_SOAP_v2 testprovider.wsdd
stockquote.wsdd mimetest.wsdd messaging.wsdd
ejbtest.wsdd
Log:
changes to sample wsdd files to get it them to validate against the schema
stevel 2002/11/20 11:59:18
Modified:java/wsdd WSDD.xsd
Log:
rename beanmapping qName attr to qname
Revision ChangesPath
1.14 +3 -3 xml-axis/java/wsdd/WSDD.xsd
Index: WSDD.xsd
===
RCS file
stevel 2002/11/19 15:33:53
Modified:java/src/org/apache/axis/i18n resource.properties
Log:
correct erroneous text
Revision ChangesPath
1.30 +1 -1 xml-axis/java/src/org/apache/axis/i18n/resource.properties
Index: resource.properties
stevel 2002/11/19 15:28:08
Modified:java/src/org/apache/axis/i18n resource.properties
java/src/org/apache/axis/handlers/soap SOAPService.java
Log:
now looks for a resource if the file doesnt resolve in a directory; adds
a meaningful error message if neither is
stevel 2002/11/18 22:31:51
Modified:java/wsdd WSDD.xsd
Log:
purge a tempory element (undeployment0) that is not needed
Revision ChangesPath
1.13 +3 -13 xml-axis/java/wsdd/WSDD.xsd
Index: WSDD.xsd
stevel 2002/11/18 15:36:57
Modified:java/test/utils TestXMLUtils.java
Log:
turn on a test that only gets called in online mode
Revision ChangesPath
1.16 +9 -7 xml-axis/java/test/utils/TestXMLUtils.java
Index: TestXMLUtils.java
stevel 2002/11/18 15:36:05
Added: java/src/org/apache/axis/test AxisTestBase.java
Log:
this is a base class for tests that want to extract info from the junit invocation.
We could even add test helper classes here too.
Revision ChangesPath
1.1 xml
stevel 2002/11/18 15:34:45
xml-axis/java/src/org/apache/axis/test - New directory
stevel 2002/11/18 15:31:48
Modified:java/wsdd WSDD.xsd
Log:
added undeploy type with a bit of refactoring
Revision ChangesPath
1.12 +39 -18xml-axis/java/wsdd/WSDD.xsd
Index: WSDD.xsd
stevel 2002/11/18 13:58:48
Modified:java/wsdd WSDD.xsd
Log:
lets try that again.
Revision ChangesPath
1.11 +3 -2 xml-axis/java/wsdd/WSDD.xsd
Index: WSDD.xsd
===
RCS file: /home/cvs/xml
stevel 2002/11/18 13:51:52
Modified:java/wsdd WSDD.xsd
Log:
added wsdlfile to schema and reordered it. XSD doesnt let you have child elements
out of order for no apparent reason, so now the wsdd files need patching...
Revision ChangesPath
1.10 +8 -9 xml-axis
stevel 2002/11/18 10:52:05
Modified:java/src/org/apache/axis/transport/http HTTPSender.java
Log:
axis-user complaint: the nightly builds wont work on pre1.4 jvms no more.
java1.3 and below had no StringBuffer.append(StringBuffer), but did have
StringBuffer.append(Object). So
stevel 2002/11/15 14:47:12
Modified:java/wsdd WSDD.xsd
Log:
I feel bad about the amount of diff that xml spy has applied, but here is an XSD
that validates much more, apart from the wsdd that has a property without a name. I
had to downgrade property value to string from CDATA
stevel 2002/11/13 22:38:24
Modified:java/tools/org/apache/axis/tools/ant/wsdl
Wsdl2javaAntTask.java
Log:
extra params and diagnostics.
Revision ChangesPath
1.7 +59 -3
xml-axis/java/tools/org/apache/axis/tools/ant/wsdl
stevel 2002/11/12 21:04:02
Modified:java/src/org/apache/axis AxisFault.java
Log:
javadoc and cleanup of one constructor through a handoff to a sibling c'tor.
Revision ChangesPath
1.61 +131 -17 xml-axis/java/src/org/apache/axis/AxisFault.java
stevel 2002/11/12 16:52:34
Modified:java/webapps/axis index.html
Log:
more demos
Revision ChangesPath
1.8 +5 -1 xml-axis/java/webapps/axis/index.html
Index: index.html
===
RCS file
stevel 2002/11/12 13:41:16
Modified:java/docs install.html
Log:
incorporating some extra user feedback
Revision ChangesPath
1.22 +31 -10xml-axis/java/docs/install.html
Index: install.html
stevel 2002/11/11 22:04:11
Modified:java/src/org/apache/axis/transport/http AxisServletBase.java
Log:
doc correct
Revision ChangesPath
1.20 +1 -1
xml-axis/java/src/org/apache/axis/transport/http/AxisServletBase.java
Index: AxisServletBase.java
stevel 2002/11/10 23:28:11
Modified:java build.xml
Log:
minor changes
Revision ChangesPath
1.211 +4 -1 xml-axis/java/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml-axis/java
stevel 2002/11/08 23:51:37
Modified:java/docs install.html
Log:
put back the log4j version. I'd pulled it cos I thought we;d moved past 1.2.4, but
we havent and the CVS log shows someone felt it was important enough to version in the
docs, so I will be consistent.
Rev
stevel 2002/11/08 23:47:09
Modified:java/docs axis.css install.html
Log:
major rework of install docs, including tomcat specifics, moving tests ahead of
adding a new service, plus use of the GET tests to see what works from a web browser.
We should something about the
stevel 2002/11/08 21:34:30
Modified:java/docs reading.html
Log:
Sort the books by pub date, list axis version used. harsh but fair.
Revision ChangesPath
1.11 +51 -15xml-axis/java/docs/reading.html
Index: reading.html
stevel 2002/11/06 23:43:51
Modified:java/docs AxisTestRedesign.html TestsNeeded.html
architecture-guide.html axis.css
developers-guide.html index.html install.html
integration-guide.html reference.html
stevel 2002/11/06 23:31:05
Modified:java/docs reading.html
Added: java/docs axis.css
Log:
that style sheet
Revision ChangesPath
1.10 +18 -26xml-axis/java/docs/reading.html
Index: reading.html
stevel 2002/11/04 15:40:17
Modified:java/src/org/apache/axis/client AdminClient.java
Log:
bug 14234, AdminClientTask authentication broken
Revision ChangesPath
1.71 +1 -1 xml-axis/java/src/org/apache/axis/client/AdminClient.java
Index: AdminClient.java
stevel 2002/11/04 15:39:56
Modified:java/tools/org/apache/axis/tools/ant/axis
AdminClientTask.java
Log:
bug 14234, AdminClientTask authentication broken
Revision ChangesPath
1.6 +2 -2
xml-axis/java/tools/org/apache/axis/tools/ant/axis
stevel 2002/11/01 11:21:31
Modified:java/docs reading.html
Log:
new section on axis and internals, new books section.
Revision ChangesPath
1.8 +42 -15xml-axis/java/docs/reading.html
Index: reading.html
stevel 2002/10/30 11:44:29
Modified:java/src/org/apache/axis/transport/http AdminServlet.java
AxisServlet.java
java/src/org/apache/axis/monitor SOAPMonitorService.java
Log:
adding xdoclet markup to the files, so we can autogenerate web.xml. We
stevel 2002/10/30 11:41:54
Modified:java/src/org/apache/axis/server AxisServer.java
Log:
a quick raid by the curly bracket police
Revision ChangesPath
1.85 +6 -3 xml-axis/java/src/org/apache/axis/server/AxisServer.java
Index: AxisServer.java
stevel 2002/10/30 11:40:45
Modified:java/webapps/axis happyaxis.jsp
Log:
bug 13357 ; handle NoClassDefFound properly.
Revision ChangesPath
1.11 +33 -14xml-axis/java/webapps/axis/happyaxis.jsp
Index: happyaxis.jsp
stevel 2002/10/29 17:53:12
Modified:java/webapps/axis happyaxis.jsp index.html
Log:
happiness is something you must keep seeking for
Revision ChangesPath
1.10 +70 -13xml-axis/java/webapps/axis/happyaxis.jsp
Index: happyaxis.jsp
stevel 2002/10/28 18:14:51
Modified:java/tools/org/apache/axis/tools/ant/axis
AdminClientTask.java
Log:
extra logging. Why is my day for things not to work? May be related to the fact that
today is the xdoclet1.1 to xdoclet1.2 migration day.
Revision
1 - 100 of 146 matches
Mail list logo