jbi/cluster/engine/src/main/java/org/apache/servicemix/jbi/cluster/engine/ClusterEngine.java (16 lines): - line 103: * TODO: this should be configured on a per endpoint basis - line 125: * TODO: handle XA transactions - line 126: * TODO: transactions are not handled on the provider side - line 151: * TODO: what about InOptionalOut which allows a fault to be sent back from the - line 153: * TODO: update doc with rollbackOnErrors - line 156: * TODO: the rollbackOnErrors flag should be configured on a per-endpoint basis - line 158: * TODO: add a cache level - line 161: * TODO: handle JMS exceptions => refresh connection - line 165: * TODO: simplify the selectors when a single endpoint is clustered - line 352: // TODO: We should first stop receiving new requests, then wait for all pending exchanges to be processed - line 569: // TODO what id the problem is a JMS exception or related - line 629: // TODO: check that endpoint exists - line 634: // TODO: read exchange properties - line 750: // TODO: write exchange properties - line 768: // TODO: - line 790: // TODO: send done in the tx synchronization jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/Deployer.java (5 lines): - line 327: // TODO: handle the case where the bundle is restarted: i.e. the artifact is already installed - line 453: // TODO: Undeploy SAs and put their bundles in the pending state - line 511: // TODO: shutdown all components - line 715: // TODO: what to do here ? we should not uninstall the bundle as it's managed externally - line 716: // TODO: but we should maybe stop / shut it down jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/AdminCommandsImpl.java (3 lines): - line 51: // TODO: handle deferException - line 86: // TODO: handle deferException - line 174: // TODO: handle deferException jbi/runtime/src/main/java/org/apache/servicemix/jbi/runtime/impl/DeliveryChannelImpl.java (2 lines): - line 77: // TODO process everything - line 211: // TODO: we may be using the wrong channel if both an internal endpoint and an external endpoint jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/ComponentInstaller.java (2 lines): - line 212: // TODO: if there is any SA deployed onto this component, undeploy the SA and put it in a pending state - line 400: // TODO: throw exception here ? nmr/core/src/main/java/org/apache/servicemix/nmr/core/EndpointRegistryImpl.java (1 line): - line 273: // TODO: implement jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/descriptor/DescriptorFactory.java (1 line): - line 456: // TODO validate service unit nmr/core/src/main/java/org/apache/servicemix/nmr/core/StaticReferenceImpl.java (1 line): - line 54: // TODO: implement jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/AbstractInstaller.java (1 line): - line 44: * TODO: refactor the use of installRoot and reuse the Deployer#jbiRootDir nmr/core/src/main/java/org/apache/servicemix/nmr/core/FlowRegistryImpl.java (1 line): - line 83: // TODO: possible NPE on target should be avoided nmr/core/src/main/java/org/apache/servicemix/nmr/core/ChannelImpl.java (1 line): - line 269: // TODO: jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/DeploymentService.java (1 line): - line 82: // TODO: Move the following code in the installer nmr/audit/src/main/java/org/apache/servicemix/nmr/audit/lucene/LuceneAuditor.java (1 line): - line 111: // TODO: Remove ids from Lucene Index testing/support/src/main/java/org/apache/servicemix/platform/testing/support/AbstractIntegrationTest.java (1 line): - line 137: // TODO: add a smarter mechanism which can handle 1 or 2 values CSVs jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/InstallationService.java (1 line): - line 220: // TODO: if something goes wrong, we need to clean up what has been done so far jbi/runtime/src/main/java/org/apache/servicemix/jbi/runtime/impl/AbstractComponentContext.java (1 line): - line 429: // TODO should we support interface: and operation: here? jbi/runtime/src/main/java/org/apache/servicemix/jbi/runtime/impl/MessageExchangeFactoryImpl.java (1 line): - line 160: // TODO: look for the operation in the wsdl and infer the MEP nmr/api/src/main/java/org/apache/servicemix/nmr/api/Message.java (1 line): - line 33: * TODO: security testing/support/src/main/java/org/apache/servicemix/platform/testing/support/SmxPlatform.java (1 line): - line 217: // TODO: this method should be removed once Felix 1.0.2 is released jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/artifacts/ServiceUnitImpl.java (1 line): - line 68: // TODO: implement this nmr/core/src/main/java/org/apache/servicemix/nmr/core/WireRegistryImpl.java (1 line): - line 32: //TODO: we are using matches here instead of equals, so we should find a way to deal with multiple wires