summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mark classes as extension spi according to use indicated by ↵kelvingoodson2010-04-2352-0/+54
| | | | | | implementation-java-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937310 13f79535-47bb-0310-9956-ffa450edef68
* mark classes as extension spi according to use indicated by implementation.javakelvingoodson2010-04-2333-2/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937291 13f79535-47bb-0310-9956-ffa450edef68
* Add error checkingantelder2010-04-231-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937190 13f79535-47bb-0310-9956-ffa450edef68
* Update to work with ActiveMq 5.3antelder2010-04-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937189 13f79535-47bb-0310-9956-ffa450edef68
* Make the bundle name match the bundleslaws2010-04-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936903 13f79535-47bb-0310-9956-ffa450edef68
* Add code to add the org.osgi.sca.config.xml property to the exported ↵slaws2010-04-222-3/+73
| | | | | | service. See page 450 of the OSGi 4.2 enterprise spec for an example of what the exported endpoint description should look like. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936890 13f79535-47bb-0310-9956-ffa450edef68
* add the missing code to write out the bindings of an SCA configurationslaws2010-04-221-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936887 13f79535-47bb-0310-9956-ffa450edef68
* Changing stripes dependency scope to properly generate OSGi 'bundle' and ↵lresende2010-04-221-1/+0
| | | | | | avoid issues with stripes module manifest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936611 13f79535-47bb-0310-9956-ffa450edef68
* Updating references to stripes dependecy (including manifest.mf) to 1.5.2 ↵lresende2010-04-221-14/+14
| | | | | | release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936576 13f79535-47bb-0310-9956-ffa450edef68
* Moving to 1.5.2 release of stripes that fixes some issues with jar search ↵lresende2010-04-211-1/+1
| | | | | | (similar to STS-561) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936556 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneeded dependencyantelder2010-04-211-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936271 13f79535-47bb-0310-9956-ffa450edef68
* When config null then return noargs newInstance so it gets initialized with ↵antelder2010-04-211-1/+1
| | | | | | the default properties git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936268 13f79535-47bb-0310-9956-ffa450edef68
* Change stripes dependency to be provided so its not dragged in but you ↵antelder2010-04-211-0/+1
| | | | | | define it explicitly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936263 13f79535-47bb-0310-9956-ffa450edef68
* Add a definitions.xml file to the jaxws ws binding that says it may provide ↵antelder2010-04-212-0/+58
| | | | | | soap 1.1 which gets the compliance test asm_6040 passing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936241 13f79535-47bb-0310-9956-ffa450edef68
* Put back code to create a soap fault message from an exception. Was there a ↵antelder2010-04-211-5/+12
| | | | | | reason this got commented out? The build seems to work with it and it gets some of the failing compliance tests working again git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936239 13f79535-47bb-0310-9956-ffa450edef68
* Update to get the default http port from runtime propertiesantelder2010-04-213-5/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936193 13f79535-47bb-0310-9956-ffa450edef68
* Update to get the default http port from runtime propertiesantelder2010-04-211-8/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936192 13f79535-47bb-0310-9956-ffa450edef68
* Pick up the default scheme from runtime propertiesantelder2010-04-211-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936191 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase for properties and add properties to the attributesantelder2010-04-213-2/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936188 13f79535-47bb-0310-9956-ffa450edef68
* Fix up properties parsingantelder2010-04-211-15/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936187 13f79535-47bb-0310-9956-ffa450edef68
* Updating aspectj to it's 1.6.8 releaselresende2010-04-201-13/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936063 13f79535-47bb-0310-9956-ffa450edef68
* Fix MFrfeng2010-04-201-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936029 13f79535-47bb-0310-9956-ffa450edef68
* Use string values to avoid OSGi access violationrfeng2010-04-201-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936026 13f79535-47bb-0310-9956-ffa450edef68
* Extend a couple of commentsslaws2010-04-201-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936020 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that the JAXWS runtime is stopped and put in temp fix for ↵slaws2010-04-202-9/+38
| | | | | | exception handling. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936017 13f79535-47bb-0310-9956-ffa450edef68
* Extend the println to remind me where it's coming from. slaws2010-04-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935865 13f79535-47bb-0310-9956-ffa450edef68
* Add ?wsdl generation and a simple WSDL test. The Tuscany WS model seems a ↵slaws2010-04-202-9/+105
| | | | | | bit unpredictable in terms of when certain properties will and won't be set. Need to tidy it up. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935864 13f79535-47bb-0310-9956-ffa450edef68
* Comment out transaction code in Hazelcast registry while the Hazelcast issue ↵antelder2010-04-191-9/+11
| | | | | | is investigated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935630 13f79535-47bb-0310-9956-ffa450edef68
* Decrease the Hazelcast wait before join time as it makes it appeaer fasterantelder2010-04-191-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935484 13f79535-47bb-0310-9956-ffa450edef68
* Disable the Hazelcast shutdown hook as it causes race conditions with ↵antelder2010-04-191-0/+4
| | | | | | Tuscany's one which can cause slow shutdowns or exceptions during shutdown git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935478 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3527: Take out test with @Ignore is its failing for usantelder2010-04-171-76/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935188 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3535: Apply patch from suthakaran sivabalan to fix warning : SCA.Clientantelder2010-04-171-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935181 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3534: Apply patch from William Mayor to fix unchecked warning in ↵antelder2010-04-171-1/+2
| | | | | | assembly module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935180 13f79535-47bb-0310-9956-ffa450edef68
* Add missing binding-ws-runtime-jaxws-ri module to build to avoid build issueslresende2010-04-161-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935091 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing import packageslresende2010-04-161-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935011 13f79535-47bb-0310-9956-ffa450edef68
* Adding binding.rss to buildlresende2010-04-161-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935010 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing OSGi manifest for binding-rss-runtime and fixing up the one ↵lresende2010-04-162-0/+19
| | | | | | for binding-rss git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935009 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused import...lresende2010-04-161-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935008 13f79535-47bb-0310-9956-ffa450edef68
* Split the jaxws ws binding into a generic bit and an RI specific bit. ↵slaws2010-04-1612-447/+7
| | | | | | Problems committing the deletes from binding-ws-runtime-ri so doing it in stages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934855 13f79535-47bb-0310-9956-ffa450edef68
* Split the jaxws ws binding into a generic bit and an RI specific bit. ↵slaws2010-04-1614-0/+941
| | | | | | Problems committing the deletes from binding-ws-runtime-ri so doing it in stages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934850 13f79535-47bb-0310-9956-ffa450edef68
* Fix properties file url readingantelder2010-04-151-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934403 13f79535-47bb-0310-9956-ffa450edef68
* update documentation scheme in the light of mailing list discussionkelvingoodson2010-04-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934397 13f79535-47bb-0310-9956-ffa450edef68
* add reporting section to build, with javadoc custom tag ↵kelvingoodson2010-04-151-0/+1
| | | | | | "tuscany.extension.spi" for flagging spis aimed at extension developers; also add one example git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934365 13f79535-47bb-0310-9956-ffa450edef68
* Initialize the properties to avoid any NPEantelder2010-04-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934332 13f79535-47bb-0310-9956-ffa450edef68
* Update host webapp to use the new runtime config properties. Add a TODO commentantelder2010-04-151-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934326 13f79535-47bb-0310-9956-ffa450edef68
* Set the runtime properties in the extension to make them available across ↵antelder2010-04-151-0/+3
| | | | | | the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934323 13f79535-47bb-0310-9956-ffa450edef68
* Start adding support for configureing the runtime (NodeFactory) via some ↵antelder2010-04-151-17/+85
| | | | | | properties. Also add the init method to NodeFactory class so you don't have to cast it to a NodeFactoryImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934322 13f79535-47bb-0310-9956-ffa450edef68
* Add new RuntimeProperties implantelder2010-04-152-0/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934320 13f79535-47bb-0310-9956-ffa450edef68
* Add new RuntimeProperties interface to enable extensions getting hold of the ↵antelder2010-04-151-0/+27
| | | | | | properties set on the runtime (NodeFactory) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934319 13f79535-47bb-0310-9956-ffa450edef68
* Add TODO comment about problem in ServiceDiscoveryantelder2010-04-151-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934318 13f79535-47bb-0310-9956-ffa450edef68