summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Extend the println to remind me where it's coming from. slaws2010-04-201-1/+1
* Add ?wsdl generation and a simple WSDL test. The Tuscany WS model seems a bit...slaws2010-04-202-9/+105
* Remove unused importslaws2010-04-201-2/+0
* Print out URL of external serviceslaws2010-04-201-1/+1
* No common module so don't try to load itslaws2010-04-201-2/+1
* No common module any more so imports no longer validslaws2010-04-202-2/+0
* Correct URL in WSDL. Not actually used as java first scenario specifies URL i...slaws2010-04-201-1/+1
* Change type of reference to the type generated from the external service WSDLslaws2010-04-201-1/+2
* Change helloworld sample back to be a jar instead of a zip as it is a bit sim...antelder2010-04-201-9/+1
* Remove enforcer plugin no that the one in the top polm.xml worksantelder2010-04-201-27/+0
* Remove enforcer plugin no that the one in the top polm.xml worksantelder2010-04-201-27/+0
* Remove overriding enforcer plugin as the one in the top pom.xml is ok nowantelder2010-04-201-28/+1
* Add unCheckedPluginList to the enforcer plugin to allow the tuscany plugin sn...antelder2010-04-201-0/+1
* Comment out transaction code in Hazelcast registry while the Hazelcast issue ...antelder2010-04-191-9/+11
* Delete javase test client as there's now the sample helloworld-scaclient whic...antelder2010-04-194-116/+0
* Decrease the Hazelcast wait before join time as it makes it appeaer fasterantelder2010-04-191-0/+4
* Disable the Hazelcast shutdown hook as it causes race conditions with Tuscany...antelder2010-04-191-0/+4
* Add rome jar from rss binding to license fileantelder2010-04-171-0/+1
* TUSCANY-3527: Take out test with @Ignore is its failing for usantelder2010-04-171-76/+78
* TUSCANY-3535: Apply patch from suthakaran sivabalan to fix warning : SCA.Clientantelder2010-04-171-1/+2
* TUSCANY-3534: Apply patch from William Mayor to fix unchecked warning in asse...antelder2010-04-171-1/+2
* TUSCANY-3536 add extra output to sample client. Thanks for patch Andy slaws2010-04-171-1/+2
* Add missing binding-ws-runtime-jaxws-ri module to build to avoid build issueslresende2010-04-161-0/+1
* Fixing binding-rss module namelresende2010-04-162-4/+3
* Adding binding.rss to Web 2.0 featureslresende2010-04-161-1/+6
* Adding missing import packageslresende2010-04-161-0/+3
* Adding binding.rss to buildlresende2010-04-161-0/+2
* Adding missing OSGi manifest for binding-rss-runtime and fixing up the one fo...lresende2010-04-162-0/+19
* Removing unused import...lresende2010-04-161-1/+0
* Change to pick up the new RI version of binding.wsslaws2010-04-161-1/+1
* Split the jaxws ws binding into a generic bit and an RI specific bit. Problem...slaws2010-04-1612-447/+7
* Split the jaxws ws binding into a generic bit and an RI specific bit. Problem...slaws2010-04-1614-0/+941
* Re-org to more clearly separate out the different parts of the test and to id...slaws2010-04-1630-419/+504
* Remove import-export tests, doesn't look like Tuscany will likely supprt this...antelder2010-04-1620-909/+0
* changes for looking for memory leaks. slaws2010-04-152-29/+97
* a few small changes, committing prior to a bit of a re-orgslaws2010-04-151-1/+12
* Fix properties file url readingantelder2010-04-151-7/+8
* update documentation scheme in the light of mailing list discussionkelvingoodson2010-04-152-5/+17
* add reporting section to build, with javadoc custom tag "tuscany.extension.sp...kelvingoodson2010-04-152-0/+30
* Initialize the properties to avoid any NPEantelder2010-04-151-1/+1
* Update host webapp to use the new runtime config properties. Add a TODO commentantelder2010-04-151-1/+7
* Set the runtime properties in the extension to make them available across the...antelder2010-04-151-0/+3
* Start adding support for configureing the runtime (NodeFactory) via some prop...antelder2010-04-151-17/+85
* Add new RuntimeProperties implantelder2010-04-152-0/+56
* Add new RuntimeProperties interface to enable extensions getting hold of the ...antelder2010-04-151-0/+27
* Add TODO comment about problem in ServiceDiscoveryantelder2010-04-151-0/+3
* Add exec plugin so you can run the sample with mvn exec:javaantelder2010-04-141-0/+15
* Add a singlebundle profile to produce aggregated bundles by featurerfeng2010-04-141-1/+29
* Passing ExtensionPointRegistry into the constructorrfeng2010-04-142-3/+5
* Add duplication check for SCA configurationsrfeng2010-04-145-26/+87