summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-05Set the thread context classloader so that JAXBContext.newInstance can find t...rfeng3-14/+37
2009-08-05Add Contribution context information to Monitor during Resolve phaseedwardsmj1-24/+30
2009-08-05Add Composite context information to Monitor during Resolve phaseedwardsmj2-76/+84
2009-08-05Updated error messages, in particular for case where WSDL is not found.edwardsmj2-3/+3
2009-08-05Provide mechanism of printing out the endpoint without the hash code to make ...slaws1-3/+7
2009-08-05Provide access to the domain composite for testing purposesslaws1-0/+4
2009-08-05Don't let serious schema validation errors pass to fix for OASIS 120013antelder1-1/+1
2009-08-05Add the JEE schemes so validation doesn't fail for the jee samplesantelder2-0/+54
2009-08-05Updated to match latest OASIS XSDs which contain fixes for problems which are...edwardsmj7-33/+656
2009-08-04Fix classloading problem with Axis dependencies used by binding-ws-axis2 on r...edwardsmj1-6/+14
2009-08-04Fix classloading problem with ODE dependencies used by implementation-bpel-ru...edwardsmj1-33/+43
2009-08-04Add the capability for equinox node launcher to support customized MANIFEST.M...rfeng6-19/+366
2009-08-04Update from RC to final release of wicketantelder1-2/+2
2009-08-04Start to work on ASM50033rfeng2-1/+10
2009-08-04Use the xml string to keep the unknown elements (reduce complexity and memory...rfeng11-1303/+329
2009-08-04Fix the algorithm to check duplicate names for callback bindings to avoid fai...rfeng1-51/+37
2009-08-03Format the coderfeng1-2/+1
2009-08-03Add a property file to hold the descriptions of the SCA assembly conformance ...rfeng1-0/+327
2009-08-03Test for unique binding names across a service's bindings. Not just the bindi...slaws1-5/+2
2009-08-03Raise an error when remotable is set to anything but true. Required to get AS...slaws3-1/+14
2009-08-03A change I have sitting on my disc in case we decide do maintain content in t...slaws2-0/+31
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