summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-12Add explicit dependency on policy-security instead of getting it ↵antelder1-0/+6
transitively from ws binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835352 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Fixes for resolving import.java using location attributeramkumar1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835344 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Update sca-contribution-java XSD to the latest version available from OASIS, ↵edwardsmj1-2/+2
which brings Tuscany into line with the OASIS Java C&I specification git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835318 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Create a monitor to avoid NPErfeng1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835235 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Start porting Implementation Widget to 2.xlresende12-0/+950
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835227 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Start porting Implementation Widget to 2.xlresende8-0/+782
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835226 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Start porting Implementation Widget to 2.xlresende5-0/+505
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835225 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Start porting Implementation Widget to 2.xlresende11-0/+2583
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835224 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Start porting Implementation Widget to 2.xlresende13-0/+955
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835223 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Start porting Implementation Widget to 2.xlresende5-0/+364
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835222 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Start porting Implementation Widget to 2.xlresende5-0/+364
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835221 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Add validation for missing intent map qualifiers - POL_3017slaws2-0/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835009 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Start to implement the EndpointRegistry interfacerfeng3-110/+184
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834990 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Correct strange formatting of commented out codeslaws1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834973 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Add a test case for the distributed map implrfeng2-5/+83
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834960 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Check that the intent maps in a policy set are unique POL_3009slaws3-2/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834952 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Check that a profile intent doesn't have "." in its name - POL_3006slaws2-3/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834925 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Add test for non-unique intent qualifier - POL-3005slaws2-1/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834913 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Add policy conformance number to beginning of duplicate intents messageslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834904 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11POL_3004 check that only one default qualifier is specified for an intentslaws2-1/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834901 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Record some context for import not found errorsslaws1-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834856 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Extend the checking for unique definitions elements to take account of ↵slaws1-0/+4
repeated definitions that occur in the same file. POL_3003 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834854 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11svn commit: r834808 - ↵antelder1-7/+25
/tuscany/java/sca/modules/implementation-java/src/main/java/org/apache/tuscany/sca/implementation/java/introspect/impl/HeuristicPojoProcessor.java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834842 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Fix SCA-J CI test POJO_5003 - use a constructor annotated with ↵antelder1-4/+2
@Property/@Reference over a no args constructor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834808 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Add Import/Export Referencerfeng15-206/+465
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834738 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Merge the performance fixes from 1.xrfeng3-14/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834737 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Remove the shadowed variablerfeng1-9/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834736 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Add a standalone server and test caserfeng3-0/+278
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834701 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Start to add an Apache ZooKeeper based SCA domain registryrfeng6-0/+805
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834683 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Add dependency on contribution.namespace package to make r834397 compileslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834428 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Fixes for resolving namespace imports using location attributeramkumar1-0/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834397 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Only use the distributed SCA binding when the endpoint registry is a ↵antelder1-3/+21
distributed one. This fixed the problems with osgi launcher using the rmi sca binding it finds in the modules but its a kludge and we need a better way to do this git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834218 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07Add missging system packages to the Import-Package headerrfeng1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833732 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07Fix for ASM_6016 - only autowire a reference if its intents match the ↵antelder1-8/+20
service intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833640 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Fix for ASM-12012. If there is nothing stored in the monitor artifact name ↵slaws1-1/+4
then use the artifact name passed in as a parameter git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833494 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06remove more cruft from the buildersslaws5-224/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833341 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Tweaks to enable implementation-bpel to pass latest OASIS BPEL testcasesedwardsmj4-120/+185
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833332 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Tweaks to enable implementation-bpel to pass latest OASIS BPEL testcasesedwardsmj4-3/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833331 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Provide OSGi manifests for a set of ODE / BPEL related jarsedwardsmj16-0/+1621
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833330 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Some tidying following after the reference promotion fixes and deleting the ↵slaws5-1097/+52
ComponentReferencePromotionBuilder that I missed in the last commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833212 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833133 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Fix motivated by ASM-5023. Update code to reflect the OASIS treatment of ↵slaws5-38/+205
promoted references. Endpoint references are now copied down to the promoted component reference and the multiplicity validation is performed there. The change works now but the code needs tidying. I've left some things commented out that I'll now remove. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833132 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Start of code to support using the OASIS client api to access services in ↵antelder9-0/+518
the tuscany distributed domain. Ideally this impl will work with all the Tuscany remote sca binding impls but t tirns out to have quite a few issues getting that to go so this first approach is specific to the RMI based SCA binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833072 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Set the extension point registry for updated endpointsrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832994 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04Various corrects to files headers resulting from the 2.0-M4-RC2 reviewslaws40-169/+229
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832839 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Fix ASM_8017 and TUSCANY-3337 - have InterfaceContractMapper correctly take ↵antelder1-5/+6
into account the callback interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832408 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Correctly set the uri in the RMI based sca binding services and references ↵antelder2-25/+31
(again copied from the Axis2 SCA binding, it looks like it may be worth at some point trying to refactor a lot of the remote sca binding code into something shared git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832397 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Fix the RMI binding to find the service wire when its being used as the SCA ↵antelder1-0/+15
binding. This is copied from the way the Axis2 binding also works and Ive added a TODO comment as it would be good to have a better way to do this. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832396 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02Only stop the bundle if it is started by the providerrfeng1-6/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831974 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02Update manifest to export the provider package as its now used by the rmi ↵antelder1-0/+2
based sca binding. (should rename provider pkg to runtime at some point) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831935 13f79535-47bb-0310-9956-ffa450edef68