summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Passing ExtensionPointRegistry into the constructorrfeng2010-04-142-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933855 13f79535-47bb-0310-9956-ffa450edef68
* Add duplication check for SCA configurationsrfeng2010-04-145-26/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933854 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3533 - break the loop of CLMR through contribution to the components ↵slaws2010-04-131-3/+4
| | | | | | an the implementations themselves that are loaded by CLMR git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933740 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3533 - disable registration of the dummy config. Doesn't seem to ↵slaws2010-04-131-5/+5
| | | | | | affect the runtime now we've moved to 1.5.1 and it causes the Axis2 shutdown hook to be registered twice. When this happens one of the shutdown hooks is not removed on node stop and we have a leak. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933739 13f79535-47bb-0310-9956-ffa450edef68
* Add a NodeFactory newInstance method that takes a Properties object instead ↵antelder2010-04-131-0/+24
| | | | | | of a map or maps to configure the runtime, which makes it easier to use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933537 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3531 - validate that composite reference don't override ↵slaws2010-04-092-2/+31
| | | | | | nonOverridable component references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932474 13f79535-47bb-0310-9956-ffa450edef68
* Ensure a Node is created for each contextantelder2010-04-091-3/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932418 13f79535-47bb-0310-9956-ffa450edef68
* Synchronize shutdown to avoid exceptions when things happen concurentlyantelder2010-04-091-26/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932387 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3530 - not a solution for property type validation but display more ↵slaws2010-04-093-2/+15
| | | | | | info at runtime when a simple type conversion fails. We need to validate the property types at read or build time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932370 13f79535-47bb-0310-9956-ffa450edef68
* Try to remove non-utf8 characters from sourceantelder2010-04-081-20/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931968 13f79535-47bb-0310-9956-ffa450edef68
* As a trial to see if we can rule out the tuscany eclipse compiler causing ↵antelder2010-04-083-9/+7
| | | | | | the too many open files problem on Hudson try changing to use the regular maven compiler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931936 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3527 switch the new message back into the assembly properties file ↵slaws2010-04-083-2/+3
| | | | | | as it causes problems if the same logger is given two different files to retrieve messages from git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931911 13f79535-47bb-0310-9956-ffa450edef68
* correct commentslaws2010-04-081-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931906 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3529 - change null to the real systemsDefinitions object now that we ↵slaws2010-04-081-1/+1
| | | | | | have access to it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931905 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3529 - update binding matching to turn on code that looks at binding ↵slaws2010-04-088-18/+70
| | | | | | type provided intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931904 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3529 turn on policy resolution from ws bindingslaws2010-04-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931902 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest oasis apiantelder2010-04-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931897 13f79535-47bb-0310-9956-ffa450edef68
* Revert the change to the contsructor annotation to the latest oasis code as ↵antelder2010-04-081-7/+6
| | | | | | it removes named parameters so there;s some asscociated tuscany changes i need to do first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931893 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest oasis api codeantelder2010-04-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931886 13f79535-47bb-0310-9956-ffa450edef68
* Latest OASIS API code, SCARuntimeException deletedantelder2010-04-081-41/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931882 13f79535-47bb-0310-9956-ffa450edef68
* Latest OASIS API code for componentcontext, Ileagalarg exception added to ↵antelder2010-04-081-71/+146
| | | | | | methods and cast generics simplified, formating and javadoc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931881 13f79535-47bb-0310-9956-ffa450edef68
* Lates OASIS files for the annottaions, no changes just formating and javadocantelder2010-04-0824-216/+247
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931880 13f79535-47bb-0310-9956-ffa450edef68
* Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder2010-04-081-3/+6
| | | | | | javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931879 13f79535-47bb-0310-9956-ffa450edef68
* Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder2010-04-081-1/+1
| | | | | | javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931878 13f79535-47bb-0310-9956-ffa450edef68
* Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder2010-04-081-20/+31
| | | | | | javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931877 13f79535-47bb-0310-9956-ffa450edef68