summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Change warning to error as per spec. Caught when running ASM_8010slaws2009-07-311-4/+4
* Turn incompatible interface warning into an error to match spec. Specifically...slaws2009-07-311-5/+5
* Be more defensive in check the implementation reference. Follow the pattern u...slaws2009-07-311-1/+1
* Be more defensive when checking for interface compatibility. Prevent NPE when...slaws2009-07-311-0/+12
* Change warning to error when reference with target also has binding, to match...antelder2009-07-311-1/+1
* Don't generate Import-Package header for the 3rd party jars so that either lo...rfeng2009-07-311-1/+2
* Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng2009-07-3111-36/+166
* Use ServiceFactory to create service proxies based on the interface classes f...rfeng2009-07-311-28/+37
* Get the instance of DocumentBuilderFactory from the registry instead of creat...rfeng2009-07-314-7/+17
* Release resources when the OSGi runtime is shutdown to remove the needs of sh...rfeng2009-07-312-4/+16
* Enhance the service discovery by testing the typesrfeng2009-07-3113-85/+560
* Check null to avoid NPErfeng2009-07-301-4/+8
* Make sure the Endpoints and EndpointReferences are released rfeng2009-07-302-26/+91
* TUSCANY-3187 - add the service wire to the leaf service rather than the servi...slaws2009-07-301-1/+5
* Add the message ID to the problem report so we don't have to dereference via ...slaws2009-07-301-1/+1
* Print out the hash code so that you can distinguish between endpoints and end...slaws2009-07-302-3/+3
* Add an implementationType for implementation.springslaws2009-07-302-0/+47
* Add an implementationType for implementation.java slaws2009-07-302-0/+47
* Fixes for errors in the MANIFEST.MF and POM.XML of binding-jsonp-runtime, to ...edwardsmj2009-07-302-4/+19
* Remove the Jetty server shutdown hook when the server is stoppedantelder2009-07-301-2/+6
* Start of the node enhancements to support what was being discussed on the ML ...antelder2009-07-299-0/+535
* Remove debug code from EmbeddedODEServeredwardsmj2009-07-281-3/+0
* Create a Tuscany specific listener manager so that the shutdown hook is clear...slaws2009-07-285-2/+179
* Remove the default contents of he thread message context just in case that th...slaws2009-07-282-2/+13
* Update to correctly order the service request argumentsantelder2009-07-284-6/+54
* Update to not require the client to quote strings (turns out the binding can ...antelder2009-07-282-3/+14
* Update jsonp binding to support non-string args. Requires the client to quote...antelder2009-07-282-2/+2
* Add jsonp runtime module to build and include in tomcat integration warantelder2009-07-281-0/+1
* Remove obsolete dependencyantelder2009-07-281-5/+0
* Update Jetty version in MFrfeng2009-07-271-10/+9
* Use API to set jetty loggerrfeng2009-07-271-5/+14
* TUSCANY-3134 - Moving BPEL decument resolve logic to it's model resolver to s...lresende2009-07-274-277/+410
* Move the OSGi service importer/exporterrfeng2009-07-243-35/+5
* Add the support for dynamic OSGi remote service import and export based on OS...rfeng2009-07-2438-1405/+2806
* Fix the getQNamesrfeng2009-07-241-1/+1
* Add a test to avoid expensive reset of the CompositeActivatorrfeng2009-07-241-2/+2
* Remove duplicate requiredIntents/policySets fields and make a copy for the clonerfeng2009-07-232-15/+2
* Add support for bundleresource protocolrfeng2009-07-232-0/+2
* TUSCANY-3150 make the context a little more interesting in the example. slaws2009-07-221-27/+33
* TUSCANY-3150 TUSCANY-3176 updates to show how we can accumulate context and h...slaws2009-07-225-28/+117
* TUSCANY-3175 don't build the model without a monitor. It's won't work in the ...slaws2009-07-227-10/+66
* Remove conversation ID from reference parameters. Not required for OASISslaws2009-07-223-35/+2
* Make the not yet matched status sounds a little less terminal. Just because i...slaws2009-07-225-7/+7
* Fixes for spring module classloader changes ref: TUSCANY-3069 in 1.xramkumar2009-07-227-52/+137
* TUSCANY-3138 fix up callbacks now that the system relies solely on the Servic...slaws2009-07-229-21/+187
* Remove code that has been refactored. slaws2009-07-211-29/+1
* Add some logging to show what is in the registry. Will have to turn off (turn...slaws2009-07-211-0/+1
* Set EndpointReference state on callback slaws2009-07-211-0/+1
* Make printed uri in toString more consistent with getURI output. slaws2009-07-212-2/+2
* TUSCANY-3138 first tranche of changes to serialize service references in the ...slaws2009-07-2113-382/+353