summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-14Passing ExtensionPointRegistry into the constructorrfeng2-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933855 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14Add duplication check for SCA configurationsrfeng5-26/+87
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933854 13f79535-47bb-0310-9956-ffa450edef68
2010-04-13TUSCANY-3533 - break the loop of CLMR through contribution to the components ↵slaws1-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
2010-04-13TUSCANY-3533 - disable registration of the dummy config. Doesn't seem to ↵slaws1-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
2010-04-13Add a NodeFactory newInstance method that takes a Properties object instead ↵antelder1-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
2010-04-09TUSCANY-3531 - validate that composite reference don't override ↵slaws2-2/+31
nonOverridable component references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932474 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09Ensure a Node is created for each contextantelder1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932418 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09Synchronize shutdown to avoid exceptions when things happen concurentlyantelder1-26/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932387 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09TUSCANY-3530 - not a solution for property type validation but display more ↵slaws3-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
2010-04-08Try to remove non-utf8 characters from sourceantelder1-20/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931968 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08As a trial to see if we can rule out the tuscany eclipse compiler causing ↵antelder3-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
2010-04-08TUSCANY-3527 switch the new message back into the assembly properties file ↵slaws3-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
2010-04-08correct commentslaws1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931906 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08TUSCANY-3529 - change null to the real systemsDefinitions object now that we ↵slaws1-1/+1
have access to it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931905 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08TUSCANY-3529 - update binding matching to turn on code that looks at binding ↵slaws8-18/+70
type provided intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931904 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08TUSCANY-3529 turn on policy resolution from ws bindingslaws1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931902 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update for latest oasis apiantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931897 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Revert the change to the contsructor annotation to the latest oasis code as ↵antelder1-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
2010-04-08Update for latest oasis api codeantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931886 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Latest OASIS API code, SCARuntimeException deletedantelder1-41/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931882 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Latest OASIS API code for componentcontext, Ileagalarg exception added to ↵antelder1-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
2010-04-08Lates OASIS files for the annottaions, no changes just formating and javadocantelder24-216/+247
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931880 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder1-3/+6
javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931879 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder1-1/+1
javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931878 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder1-20/+31
javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931877 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder1-22/+22
javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931876 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder1-9/+26
javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931875 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder1-24/+39
javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931874 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder1-23/+39
javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931873 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, added new constantsantelder1-24/+80
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931870 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, new fileantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931869 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, new fileantelder1-0/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931868 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, new fileantelder1-0/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931867 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, new fileantelder1-0/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931865 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Add new package.html fileantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931864 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder1-6/+4
javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931863 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, these ones have only formatting and ↵antelder1-24/+43
javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931862 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update sca-api with latest OASIS code, these ones have only formatiing and ↵antelder3-67/+67
javadoc changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931861 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08TUSCANY-3527 report error id binding.sca at a service has a uri. slaws2-4/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931842 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Temporarily take out the build number plugin to see if that fixes the Hudson ↵antelder2-0/+4
build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931839 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Replace non utf8 charactersantelder1-21/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931817 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update to Hazelcast 1.8.3antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931810 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Update to Hazelcast 1.8.3antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931809 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06Check that there is actually something in the bundle list before trying to ↵slaws1-4/+4
dereference it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931142 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06Destroy method has been removed so don't try and call it via reflectionslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931131 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05All the ServletHost impl class to receive attributesrfeng1-21/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930948 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01Enhance the JSON databindign with Jackson 1.5.0rfeng5-73/+173
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930100 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01add compliance messageskelvingoodson2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930039 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Use concurrent hash map to avoid threading issuerfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929710 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Clean up importsrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929707 13f79535-47bb-0310-9956-ffa450edef68