stevel 2003/08/26 09:45:05
Modified:java/src/org/apache/axis/attachments
MultiPartRelatedInputStream.java
Log:
Bug #22723; Oracle XML parser calling a method that had not been overridden.
submitted by Douglas Bitting.
Revision ChangesPath
stevel 2003/08/26 09:35:48
Modified:java/webapps/axis fingerprint.jsp
Log:
bug ID#22725; NPE when scanning a directory specified by a string
Revision ChangesPath
1.4 +5 -2 xml-axis/java/webapps/axis/fingerprint.jsp
Index: fingerprint.jsp
stevel 2003/08/21 10:28:59
Added: java/src/org/apache/axis/management Registrar.java
Log:
Until this code is tested, it doesnt exist :)
This is a reflection based binding to commons-modeler, that being an ease-of-use
bridge to JMX. You can register objects with the
stevel 2003/08/21 10:25:30
xml-axis/java/src/org/apache/axis/management - New directory
stevel 2003/08/15 16:14:27
Modified:java/test/encoding EncodingTest.java
Log:
bug#22352 followon; alternate way to get a char to a string that works in Java1.3
Revision ChangesPath
1.3 +1 -1 xml-axis/java/test/encoding/EncodingTest.java
Index
stevel 2003/08/15 12:19:32
Modified:java/src/org/apache/axis/transport/http QSWSDLHandler.java
QSMethodHandler.java QSListHandler.java
QSHandler.java
Added: java/src/org/apache/axis/transport/http
stevel 2003/08/15 12:17:48
Modified:java/src/org/apache/axis/transport/http AxisServlet.java
Log:
pull a line we no longer need
Revision ChangesPath
1.167 +0 -2
xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java
Index: AxisServlet.java
stevel 2003/08/15 12:08:17
Modified:java/src/org/apache/axis/transport/http AxisServlet.java
Log:
Fix out of bounds exception, patch supplied by Shinji Suzuki
Revision ChangesPath
1.166 +9 -3
xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java
stevel 2003/08/15 12:06:36
Modified:java/xmls properties.xml
Added: java/xmls deploy_jboss_local.xml
Log:
Jboss deployment
Revision ChangesPath
1.46 +2 -0 xml-axis/java/xmls/properties.xml
Index: properties.xml
stevel 2003/08/15 11:12:55
Modified:java/test/encoding EncodingTest.java
java/src/org/apache/axis/components/encoding
AbstractXMLEncoder.java
Log:
Retain \n \r and \t without escaping, as we have done till now. More tests. I am not
sure these
stevel 2003/08/14 23:26:12
Modified:java/src/org/apache/axis/client HappyClient.java
java/src/org/apache/axis/handlers/soap SOAPService.java
Log:
fix all getResourceAsStream() calls to go via ClassUtils
Revision ChangesPath
1.4 +2 -1 xml-axis
stevel 2003/08/14 23:24:02
Modified:java/src/org/apache/axis/utils ClassUtils.java
Log:
Comment cleanup
Revision ChangesPath
1.7 +19 -4 xml-axis/java/src/org/apache/axis/utils/ClassUtils.java
Index: ClassUtils.java
stevel 2003/08/14 14:45:04
Modified:java/src/org/apache/axis/wsdl/fromJava Emitter.java
Log:
bug22418; cant generated WSDL in france in august.
Revision ChangesPath
1.99 +1 -1 xml-axis/java/src/org/apache/axis/wsdl/fromJava/Emitter.java
Index
stevel 2003/08/13 12:08:24
Modified:java/src/org/apache/axis/wsdl/toJava JavaEnumTypeWriter.java
java/src/org/apache/axis/message SOAPHeader.java
SOAPEnvelope.java SOAPBody.java
java/src/org/apache/axis/i18n RB.java
stevel 2003/07/18 11:13:33
Modified:java/docs reference.html
Log:
updating the reference w/ info on encoding
Revision ChangesPath
1.27 +6 -0 xml-axis/java/docs/reference.html
Index: reference.html
stevel 2003/07/18 00:16:23
Modified:java build.xml
java/src/org/apache/axis/client HappyClient.java
java/src/org/apache/axis/i18n resource.properties
java/test/utils TestSrcContent.java
Log:
i18n version of happyclient, plus
stevel 2003/07/16 22:45:46
Modified:java/src/org/apache/axis/client HappyClient.java
Log:
split out log4j references to avoid regexp confusion
Revision ChangesPath
1.2 +6 -5 xml-axis/java/src/org/apache/axis/client/HappyClient.java
Index
stevel 2003/07/14 22:04:49
Modified:addons/discovery/src/org/apache/axis/discovery/server
AxisBinder.java
addons/discovery/web discovery.jsp
addons/discovery/src/org/apache/axis/discovery/server/management
stevel 2003/07/14 22:03:44
Added: java/src/org/apache/axis/transport/http
AutoRegisterServlet.java
Log:
starting to put together an autoregister system, the aim being that on system boot
we autoregister everything into the system.wsdd. To use this you
stevel 2003/07/14 22:01:24
Modified:java build.xml
Log:
even if we exclude the log4j properties from the JAR, we still want it around for
things
Revision ChangesPath
1.232 +2 -0 xml-axis/java/build.xml
Index: build.xml
stevel 2003/07/14 21:58:21
Added: java/src/org/apache/axis/client HappyClient.java
Log:
client side version of HappyAxis
Revision ChangesPath
1.1 xml-axis/java/src/org/apache/axis/client/HappyClient.java
Index: HappyClient.java
stevel 2003/06/28 00:14:01
Modified:java/xmls properties.xml
Log:
setting this to be literally true, though ant's if= only checks on existence, not
value (a legacy defect that is hard to correct)
Revision ChangesPath
1.43 +4 -4 xml-axis/java
stevel 2003/06/23 18:09:30
Modified:java/src/org/apache/axis/message RPCParam.java
Log:
Downgrade static constructor failure from a System.exit() call to a
RuntimeException, thus leaving it to the container to deal with it however it wants.
Reporter: Aaron Knauf.
Revision
stevel 2003/06/18 22:12:11
Added: java/docs/docbook testing-again.dbk
Log:
First docbook addition to the repository, goal would be to migrate all the docs from
HTML to .dbk, though not with the app I used to write this. Maybe OpenOffice with DBK
support is better.
The
stevel 2003/06/18 22:09:10
xml-axis/java/docs/docbook - New directory
stevel 2003/06/18 21:52:28
Modified:addons/discovery/doc ws-discovery.dbk
Log:
bit more on discovery
Revision ChangesPath
1.2 +9 -1 xml-axis/addons/discovery/doc/ws-discovery.dbk
Index: ws-discovery.dbk
stevel 2003/06/18 21:51:57
Modified:java/src/org/apache/axis MessageContext.java Message.java
java/src/org/apache/axis/attachments
ManagedMemoryDataSource.java AttachmentsImpl.java
Attachments.java AttachmentPart.java
Log
stevel 2003/06/18 21:46:45
Modified:java/xmls checkstyle.xml
Log:
fix the checkstyle build file slightly
Revision ChangesPath
1.3 +8 -1 xml-axis/java/xmls/checkstyle.xml
Index: checkstyle.xml
stevel 2003/06/18 21:45:30
Modified:java tcpmon.xml
java/src/org/apache/axis/utils tcpmon.java
Log:
pluggable look and feel support; add it to the lib dir, set the property tcpmon.laf
to the appropriate classname and voila, better looking tcpmon
Revision
stevel 2003/04/06 01:04:09
Modified:java/docs architecture-guide.html building-axis.html
developers-guide.html install.html
integration-guide.html
Log:
this marks all my doc changes for the 1.1 release. Rick Kellogg's 1.0 ch
stevel 2003/04/04 09:19:51
Modified:java/docs reading.html
Log:
updated reading matter
Revision ChangesPath
1.15 +44 -3 xml-axis/java/docs/reading.html
Index: reading.html
===
RCS file
stevel 2003/03/26 23:23:51
Modified:java/docs reading.html
Log:
two more articles
Revision ChangesPath
1.14 +20 -1 xml-axis/java/docs/reading.html
Index: reading.html
===
RCS file: /home
stevel 2003/03/25 11:30:49
Modified:java changelog.html
Log:
added 'changes that may break your code' section, mentioned mapping change and
timeout. Added a 'what may break in future' section
Revision ChangesPath
1.4 +38 -3 xml-axis
stevel 2003/03/22 11:03:25
Modified:java/webapps/axis index.html happyaxis.jsp
Log:
last minute fixup to the validation. More on what people should do if happyaxis
doesnt run, then point people at the wiki
Revision ChangesPath
1.9 +13 -8 xml-axis/java/webapps
stevel 2003/03/19 15:33:01
Modified:java/docs/images tcpmon1.jpg tcpmon2.jpg
Log:
new tcpmon screenshots, showing the current options. getting the kunstoff L&F is
actually going to be tricky on the 1.1 codebase, as it does depend on a change I am
yet to commit to tcpmon java,
stevel 2003/03/19 15:20:26
Modified:java/docs install.html user-guide.html
Log:
I am moderately concerned about the java competence level of many of the ant-user
postings. While it is good that people new to java are rushing to Apache products, I
feel it is important they know
stevel 2003/03/14 21:59:16
Modified:java/docs user-guide.html
Log:
bug Id #12769
Revision ChangesPath
1.81 +7 -0 xml-axis/java/docs/user-guide.html
Index: user-guide.html
===
RCS file
stevel 2003/03/08 22:48:58
Modified:java changelog.html
Log:
updated log. There is a lot to go in, but I couldnt remember the rest.
Revision ChangesPath
1.2 +62 -3 xml-axis/java/changelog.html
Index: changelog.html
stevel 2003/03/07 15:38:14
Modified:java/docs security.html
Log:
A completely bogus article on xml.com forced me to update the security document.
'SOAP cant validate callers indeed'.
Revision ChangesPath
1.3 +45 -6 xml-axis/java/docs/security.html
stevel 2003/03/03 17:03:41
Modified:java/docs reference.html
Log:
added info on axis.sendMinimizedElements and axis.engineConfigClass, then reordered
the listing to be alphabetical
Revision ChangesPath
1.21 +50 -35xml-axis/java/docs/reference.html
Index
stevel 2003/03/03 17:02:55
Modified:java/src/org/apache/axis AxisEngine.java
Log:
renaming the method to give it an axis.prefix. This makes it more compatible when
using axis inside another webapp
Revision ChangesPath
1.102 +1 -1 xml-axis/java/src/org/apache
stevel 2003/03/03 16:45:02
Modified:java/src/org/apache/axis/server AxisServer.java
Log:
This is just an angle bracket attack, nothing fundamental. I'm just cleaning the
zero-side effect changes out the way. I am tempted to split this into the assignment
and the test, but
stevel 2003/02/27 21:39:47
Modified:java/src/org/apache/axis/wsdl/symbolTable
DefinedElement.java
java/src/org/apache/axis/attachments DimeBodyPart.java
DimeMultiPart.java DimeTypeNameFormat.java
java/src/org
43 matches
Mail list logo