summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-31Use the extensibility-equinox module to dynamically imports public packages a...rfeng11-12/+34
2009-07-31Change warning to error as per spec. Caught when running ASM_8011slaws1-1/+1
2009-07-31Change warning to error as per spec. Caught when running ASM_8010slaws1-4/+4
2009-07-31Turn incompatible interface warning into an error to match spec. Specifically...slaws1-5/+5
2009-07-31Be more defensive in check the implementation reference. Follow the pattern u...slaws1-1/+1
2009-07-31Be more defensive when checking for interface compatibility. Prevent NPE when...slaws1-0/+12
2009-07-31Change warning to error when reference with target also has binding, to match...antelder1-1/+1
2009-07-31Don't generate Import-Package header for the 3rd party jars so that either lo...rfeng1-1/+2
2009-07-31Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng11-36/+166
2009-07-31Use ServiceFactory to create service proxies based on the interface classes f...rfeng1-28/+37
2009-07-31Get the instance of DocumentBuilderFactory from the registry instead of creat...rfeng4-7/+17
2009-07-31Release resources when the OSGi runtime is shutdown to remove the needs of sh...rfeng2-4/+16
2009-07-31Enhance the service discovery by testing the typesrfeng13-85/+560
2009-07-30Check null to avoid NPErfeng1-4/+8
2009-07-30Make sure the Endpoints and EndpointReferences are released rfeng2-26/+91
2009-07-30TUSCANY-3187 - add the service wire to the leaf service rather than the servi...slaws1-1/+5
2009-07-30Add the message ID to the problem report so we don't have to dereference via ...slaws1-1/+1
2009-07-30Print out the hash code so that you can distinguish between endpoints and end...slaws2-3/+3
2009-07-30Add an implementationType for implementation.springslaws2-0/+47
2009-07-30Add an implementationType for implementation.java slaws2-0/+47
2009-07-30Fixes for errors in the MANIFEST.MF and POM.XML of binding-jsonp-runtime, to ...edwardsmj2-4/+19
2009-07-30Remove the Jetty server shutdown hook when the server is stoppedantelder1-2/+6
2009-07-29Start of the node enhancements to support what was being discussed on the ML ...antelder9-0/+535
2009-07-28Remove debug code from EmbeddedODEServeredwardsmj1-3/+0
2009-07-28Create a Tuscany specific listener manager so that the shutdown hook is clear...slaws5-2/+179
2009-07-28Remove the default contents of he thread message context just in case that th...slaws2-2/+13
2009-07-28Update to correctly order the service request argumentsantelder4-6/+54
2009-07-28Update to not require the client to quote strings (turns out the binding can ...antelder2-3/+14
2009-07-28Update jsonp binding to support non-string args. Requires the client to quote...antelder2-2/+2
2009-07-28Add jsonp runtime module to build and include in tomcat integration warantelder1-0/+1
2009-07-28Remove obsolete dependencyantelder1-5/+0
2009-07-27Update Jetty version in MFrfeng1-10/+9
2009-07-27Use API to set jetty loggerrfeng1-5/+14
2009-07-27TUSCANY-3134 - Moving BPEL decument resolve logic to it's model resolver to s...lresende4-277/+410
2009-07-24Move the OSGi service importer/exporterrfeng3-35/+5
2009-07-24Add the support for dynamic OSGi remote service import and export based on OS...rfeng38-1405/+2806
2009-07-24Fix the getQNamesrfeng1-1/+1
2009-07-24Add a test to avoid expensive reset of the CompositeActivatorrfeng1-2/+2
2009-07-23Remove duplicate requiredIntents/policySets fields and make a copy for the clonerfeng2-15/+2
2009-07-23Add support for bundleresource protocolrfeng2-0/+2
2009-07-22TUSCANY-3150 make the context a little more interesting in the example. slaws1-27/+33
2009-07-22TUSCANY-3150 TUSCANY-3176 updates to show how we can accumulate context and h...slaws5-28/+117
2009-07-22TUSCANY-3175 don't build the model without a monitor. It's won't work in the ...slaws7-10/+66
2009-07-22Remove conversation ID from reference parameters. Not required for OASISslaws3-35/+2
2009-07-22Make the not yet matched status sounds a little less terminal. Just because i...slaws5-7/+7
2009-07-22Fixes for spring module classloader changes ref: TUSCANY-3069 in 1.xramkumar7-52/+137
2009-07-22TUSCANY-3138 fix up callbacks now that the system relies solely on the Servic...slaws9-21/+187
2009-07-21Remove code that has been refactored. slaws1-29/+1
2009-07-21Add some logging to show what is in the registry. Will have to turn off (turn...slaws1-0/+1
2009-07-21Set EndpointReference state on callback slaws1-0/+1