summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mark classes as extension spi according to use indicated by implementation-bpelkelvingoodson2010-04-2311-2/+12
* mark classes as extension spi according to use indicated by implementation-ja...kelvingoodson2010-04-2352-0/+54
* mark classes as extension spi according to use indicated by implementation.javakelvingoodson2010-04-2333-2/+33
* Add error checkingantelder2010-04-231-0/+4
* Update to work with ActiveMq 5.3antelder2010-04-231-1/+1
* Make the bundle name match the bundleslaws2010-04-221-2/+2
* Add code to add the org.osgi.sca.config.xml property to the exported service....slaws2010-04-222-3/+73
* add the missing code to write out the bindings of an SCA configurationslaws2010-04-221-0/+4
* Changing stripes dependency scope to properly generate OSGi 'bundle' and avoi...lresende2010-04-221-1/+0
* Updating references to stripes dependecy (including manifest.mf) to 1.5.2 rel...lresende2010-04-221-14/+14
* Moving to 1.5.2 release of stripes that fixes some issues with jar search (si...lresende2010-04-211-1/+1
* Remove unneeded dependencyantelder2010-04-211-7/+0
* When config null then return noargs newInstance so it gets initialized with t...antelder2010-04-211-1/+1
* Change stripes dependency to be provided so its not dragged in but you define...antelder2010-04-211-0/+1
* Add a definitions.xml file to the jaxws ws binding that says it may provide s...antelder2010-04-212-0/+58
* Put back code to create a soap fault message from an exception. Was there a r...antelder2010-04-211-5/+12
* Update to get the default http port from runtime propertiesantelder2010-04-213-5/+14
* Update to get the default http port from runtime propertiesantelder2010-04-211-8/+2
* Pick up the default scheme from runtime propertiesantelder2010-04-211-2/+8
* Add testcase for properties and add properties to the attributesantelder2010-04-213-2/+72
* Fix up properties parsingantelder2010-04-211-15/+31
* Updating aspectj to it's 1.6.8 releaselresende2010-04-201-13/+5
* Fix MFrfeng2010-04-201-2/+2
* Use string values to avoid OSGi access violationrfeng2010-04-201-3/+6
* Extend a couple of commentsslaws2010-04-201-2/+6
* Make sure that the JAXWS runtime is stopped and put in temp fix for exception...slaws2010-04-202-9/+38
* 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
* Comment out transaction code in Hazelcast registry while the Hazelcast issue ...antelder2010-04-191-9/+11
* 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
* 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
* Add missing binding-ws-runtime-jaxws-ri module to build to avoid build issueslresende2010-04-161-0/+1
* 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
* 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
* Fix properties file url readingantelder2010-04-151-7/+8
* update documentation scheme in the light of mailing list discussionkelvingoodson2010-04-151-1/+1
* add reporting section to build, with javadoc custom tag "tuscany.extension.sp...kelvingoodson2010-04-151-0/+1
* 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