summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-11Moving 1.x contribslresende626-84623/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835167 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-10Moving SDO CTSlresende151-21658/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834672 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Move the SDO folder as new trunk for SDO sub projectlresende482-112096/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834610 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-09Add webservice jar to the shades pom.xmlantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834216 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Update to include http host support in base jar, and include some api jars ↵antelder2-9/+23
in web services jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834048 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Add start of a shaded module for a webservices jarantelder1-0/+185
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834032 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-07Don't relocate tribes for nowantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833651 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-05Update READMErfeng2-134/+136
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832958 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04Various corrects to files headers resulting from the 2.0-M4-RC2 reviewslaws46-169/+334
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832839 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04Update README filesrfeng4-155/+137
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832820 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04Remove references to otest. it's been moved.slaws1-104/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832741 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Add the samples to the distributionantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832485 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Add the samples to the distributionantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832484 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Add a big reminder to also update the distribution when adding samplesantelder1-9/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832483 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