axis-rt-core/src/main/java/org/apache/axis/message/SOAPDocumentImpl.java (12 lines): - line 78: * TODO: link with SOAP - line 103: * TODO: verify this method - line 154: // TODO: not implemented yet - line 222: * TODO: How Axis will maintain the Attribute representation ? - line 325: // TODO : ... - line 329: // TODO : any idea? - line 366: // TODO: confirm SOAP 1.1! - line 376: // TODO: - line 383: // TODO: - line 637: * TODO: Study it more.... to implement the deep mode correctly. - line 645: * TODO: is it OK to simply call the superclass? - line 652: // TODO: fill appropriate features axis-rt-core/src/main/java/org/apache/axis/message/MessageElement.java (10 lines): - line 72: // TODO: implement the NodeList methods properly, with tests. - line 336: /** !!! TODO : Make sure this handles multiple targets - line 1287: // TODO: this code does not verify that the mapping does not exist already; it - line 1426: // TODO: for some reason this logic catches all rutime exceptions and - line 1436: //TODO: why is this here? Nowhere else do we turn runtimes into SOAPExceptions. - line 1746: // TODO: Fix this for SAAJ 1.2 Implementation. marked as deprecated to warn people - line 1773: // TODO: implement - line 1785: // TODO: implement properly. - line 1830: // TODO: this could be refactored to use getAttributeValue() - line 1877: return null; //TODO: Fix this for SAAJ 1.2 Implementation axis-rt-core/src/main/java/org/apache/axis/description/JavaServiceDesc.java (6 lines): - line 264: // FIXME : Throw an error? - line 497: // TODO the above code is weird: a JavaServiceDesc can be document or rpc and - line 749: // FIXME : Should we prefer an exact match from a base class over - line 1047: // FIXME : Check for existing ones and fault if found - line 1059: // FIXME : Throw an error? - line 1136: * TODO: Make this more efficient axis-model/src/main/java/org/apache/axis/model/util/AxisXMLHelper.java (3 lines): - line 44: // TODO: this is actually not entirely correct; Axis may generate QNames that are not strictly valid (such as "ns:>fault") and they should be represented using a specific class - line 78: // TODO: emit warning here - line 79: // TODO: add unit test for this case axis-rt-core/src/main/java/org/apache/axis/wsdl/symbolTable/SymbolTable.java (3 lines): - line 2262: // TODO - If we are unable to represent any of the types in the - line 2727: // TODO: what to do with layout info? - line 2864: // TODO error checking: axis-rt-core/src/main/java/org/apache/axis/message/NodeImpl.java (3 lines): - line 119: //TODO: Fix this for SAAJ 1.2 Implementation - line 461: return false; //TODO: Fix this for SAAJ 1.2 Implementation - line 676: //TODO: Fix this for SAAJ 1.2 Implementation soapmonitor-client/src/main/java/org/apache/axis/utils/SOAPMonitor.java (3 lines): - line 568: * TODO: support JAX-RPC type definition (i.e. ) - line 622: * TODO: support JAX-RPC type definition (i.e. ) - line 696: * TODO: support JAX-RPC type definition (i.e. ) axis-codegen/src/main/java/org/apache/axis/wsdl/toJava/JavaDeployWriter.java (3 lines): - line 453: // TODO: Should really construct a FaultDesc here and - line 454: // TODO: pass it to writeOperation, but this will take - line 455: // TODO: some refactoring axis-war/src/main/webapp/fingerprint.jsp (3 lines): - line 37: /* TODO: implement - line 55: * TODO: this can't cope with relative paths. I think theres code in BCEL that - line 268: //TODO: identify more servlet engine classpaths. axis-rt-core/src/main/java/org/apache/axis/wsdl/fromJava/Emitter.java (3 lines): - line 576: /** TODO : Set this correctly if we do SOAP 1.2 support here */ - line 1228: // TODO : Make this deal with all MEPs - line 1449: // TODO: Support custom schema in WSDD for these operations axis-rt-core/src/main/java/org/apache/axis/providers/java/RPCProvider.java (3 lines): - line 141: // FIXME : Does this make sense here??? - line 236: // FIXME : There should be a cleaner way to do this... - line 291: // FIXME (there should be a cleaner way to do this) axis-rt-core/src/main/java/org/apache/axis/configuration/DefaultConfiguration.java (3 lines): - line 118: // TODO: refactor ConfigurationException to support exception chaining - line 128: // TODO: refactor ConfigurationException to support exception chaining - line 144: // TODO: refactor ConfigurationException to support exception chaining axis-rt-transport-http-javanet/src/main/java/org/apache/axis/transport/http/javanet/JavaNetHTTPSender.java (3 lines): - line 137: // TODO: need to recognize at least 202 here! - line 138: // TODO: if we enable chunkedStreamingMode, then redirection is not handled transparently - line 146: // TODO: extract charset encoding from document type (reuse the code in org.apache.axisMessage?) axis-rt-core/src/main/java/org/apache/axis/wsdl/fromJava/Types.java (2 lines): - line 616: // TODO: throw an Exception!! - line 1265: // TODO : Should check to see if this array type is specifically mapped axis-rt-core/src/main/java/org/apache/axis/MessageContext.java (2 lines): - line 304: * TODO: move this piece of code out of this class and into a utilities - line 1327: //TODO: Flesh this out. axis-rt-core/src/main/java/org/apache/axis/attachments/DimeBodyPart.java (2 lines): - line 555: //FIXME: bug http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1126 - line 561: //TODO: why are exceptions swallowed here? axis-rt-core/src/main/java/org/apache/axis/transport/http/AbstractQueryStringHandler.java (2 lines): - line 118: // TODO: less generic realm choice? - line 160: // TODO: Should really be doing this with explicit AxisFault axis-rt-core/src/main/java/org/apache/axis/attachments/AttachmentPart.java (2 lines): - line 50: * TODO: make private? - line 146: * TODO: Am not sure about the logic. axis-codegen/src/main/java/org/apache/axis/wsdl/toJava/JavaBeanWriter.java (2 lines): - line 351: // TODO - What about MinOccurs and Nillable? - line 734: // TODO - What about MinOccurs and Nillable? axis-rt-core/src/main/java/org/apache/axis/SOAPPart.java (2 lines): - line 339: * TODO: rename this for clarity; should be more like getContents. - line 361: * TODO: rename this for clarity to something more like setContents??? axis-rt-core/src/main/java/org/apache/axis/message/RPCHandler.java (2 lines): - line 148: // TODO: fix it ... now we just skip it - line 190: // FIXME : Do we need to be in EITHER named OR positional axis-rt-core/src/main/java/org/apache/axis/handlers/SimpleSessionHandler.java (2 lines): - line 143: // FIXME : This cleanup should probably happen on another - line 288: * !!! TODO: Should be able to set this via options on the Handler axis-rt-core/src/main/java/org/apache/axis/transport/http/AxisServletBase.java (2 lines): - line 120: * TODO: Fixme for multiple servlets. - line 158: * TODO: add catch for not being able to cast the context attr to an axis-rt-core/src/main/java/org/apache/axis/client/Call.java (2 lines): - line 2824: //TODO: this is not a good way to do stuff, as it has no error reporting facility - line 2832: //TODO: handle errors properly buildTest.xml (2 lines): - line 76: - line 96: axis-rt-core/src/main/java/org/apache/axis/types/HexBinary.java (2 lines): - line 51: //TODO: How do we hash this? - line 56: //TODO: Is this good enough? axis-rt-core/src/main/java/org/apache/axis/transport/http/AxisServlet.java (2 lines): - line 800: // TODO: less generic realm choice? - line 834: // TODO: Should really be doing this with explicit AxisFault axis-rt-core/src/main/java/org/apache/axis/client/Stub.java (1 line): - line 440: // TODO: There is a lot of code in the generated stubs that axis-rt-core/src/main/java/org/apache/axis/encoding/ser/BeanSerializer.java (1 line): - line 208: // TODO : Should be caching these constructors? maven/axis-server-maven-plugin/src/main/java/org/apache/axis/tools/maven/server/DefaultDaemonManager.java (1 line): - line 78: // TODO: need to clear the collection because the same ServerManager instance may be used by multiple projects in a reactor build; axis-rt-transport-jms/src/main/java/org/apache/axis/transport/jms/JMSSender.java (1 line): - line 47: * TODO: hash on something much better than the connection factory axis-rt-core/src/main/java/org/apache/axis/FaultableHandler.java (1 line): - line 100: * !!! TODO: This needs to be able to handle searching by faultcode axis-rt-core/src/main/java/org/apache/axis/attachments/MimeUtils.java (1 line): - line 218: // TODO (dims): Commons HttpClient croaks if we don't do this. axis-rt-management/src/main/java/org/apache/axis/management/servlet/AxisServerMBeanExporter.java (1 line): - line 50: // TODO: we currently never unregister the MBeans, but this was also the case in Axis 1.4 src/site/xdoc/client-side-axis.xml (1 line): - line 157:

TODO: how to set the URL in a service

axis-rt-core/src/main/java/org/apache/axis/message/SOAPHandler.java (1 line): - line 73: // TODO: both soap encoding style is registered ? axis-rt-provider-bsf/src/main/java/org/apache/axis/providers/BSFProvider.java (1 line): - line 77: // FIXME : There should be a cleaner way to do this... axis-rt-core/src/main/java/org/apache/axis/utils/Admin.java (1 line): - line 162: // TODO: Better handling here axis-rt-core/src/main/java/org/apache/axis/encoding/ser/SimpleListSerializer.java (1 line): - line 251: // TODO the attribute name needs to be preserved from the XML axis-model/src/main/java/org/apache/axis/model/wsdd/impl/Helper.java (1 line): - line 33: // TODO: very naive implementation; need more fine grained merging axis-rt-core/src/main/java/org/apache/axis/encoding/ser/SimpleSerializer.java (1 line): - line 267: // TODO the attribute name needs to be preserved from the XML axis-rt-core/src/main/java/org/apache/axis/encoding/ser/BeanPropertyTarget.java (1 line): - line 131: //TODO: why is this just logged on the server-side and not thrown back to the client??? maven/nsmap/src/main/java/org/apache/axis/tools/maven/shared/nsmap/MappingUtil.java (1 line): - line 30: // TODO: this returns a HashMap because the toJava emitter expects a HashMap (bad!) axis-rt-core/src/main/java/org/apache/axis/handlers/soap/SOAPService.java (1 line): - line 262: // FIXME: Throw NPE? axis-rt-jws/src/main/java/org/apache/axis/handlers/JWSHandler.java (1 line): - line 143: // !!! TODO: add a switch to control this. axis-rt-transport-jms/src/main/java/org/apache/axis/components/jms/JMSVendorAdapter.java (1 line): - line 205: * TODO: just copy all properties that are not used for the JMS connector axis-rt-core/src/main/java/org/apache/axis/message/SOAPHeaderElement.java (1 line): - line 80: // FIXME : This needs to come from someplace reasonable, perhaps axis-model/src/main/java/org/apache/axis/model/wsdd/WSDDExtendedMetaData.java (1 line): - line 31: // TODO: emit warning axis-rt-core/src/main/java/org/apache/axis/transport/http/HTTPSender.java (1 line): - line 326: //TODO HTTP/1.1 axis-codegen/src/main/java/org/apache/axis/wsdl/toJava/JavaGeneratorFactory.java (1 line): - line 590: // TODO - If the itemEntry is not found, we need to throw axis-rt-core/src/main/java/org/apache/axis/components/uuid/SimpleUUIDGen.java (1 line): - line 100: // TODO: this method has to be checked for it's correctness. I'm not sure the standard is axis-rt-core/src/main/java/org/apache/axis/client/Service.java (1 line): - line 434: // TODO: Check the methods and the parameters as well. maven/wsdd-maven-plugin/src/main/java/org/apache/axis/tools/maven/wsdd/GenerateWSDDMojo.java (1 line): - line 90: // TODO: copy & paste from AbstractGenerateWsdlMojo axis-rt-core/src/main/java/org/apache/axis/message/EnvelopeBuilder.java (1 line): - line 109: // TODO: insert soap 1.1 upgrade header in case of soap 1.2 response if axis-rt-core/src/main/java/org/apache/axis/encoding/TypeMappingImpl.java (1 line): - line 682: // TODO: it always returns the last registered one,