summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Extend the checking for unique definitions elements to take account of ↵slaws2009-11-111-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
* svn commit: r834808 - ↵antelder2009-11-111-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
* Fix SCA-J CI test POJO_5003 - use a constructor annotated with ↵antelder2009-11-111-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
* Add Import/Export Referencerfeng2009-11-1115-206/+465
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834738 13f79535-47bb-0310-9956-ffa450edef68
* Merge the performance fixes from 1.xrfeng2009-11-113-14/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834737 13f79535-47bb-0310-9956-ffa450edef68
* Remove the shadowed variablerfeng2009-11-111-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834736 13f79535-47bb-0310-9956-ffa450edef68
* Add a standalone server and test caserfeng2009-11-103-0/+278
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834701 13f79535-47bb-0310-9956-ffa450edef68
* Start to add an Apache ZooKeeper based SCA domain registryrfeng2009-11-106-0/+805
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834683 13f79535-47bb-0310-9956-ffa450edef68
* Add dependency on contribution.namespace package to make r834397 compileslaws2009-11-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834428 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for resolving namespace imports using location attributeramkumar2009-11-101-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834397 13f79535-47bb-0310-9956-ffa450edef68
* Only use the distributed SCA binding when the endpoint registry is a ↵antelder2009-11-091-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
* Add missging system packages to the Import-Package headerrfeng2009-11-071-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833732 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM_6016 - only autowire a reference if its intents match the ↵antelder2009-11-071-8/+20
| | | | | | service intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833640 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM-12012. If there is nothing stored in the monitor artifact name ↵slaws2009-11-061-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
* remove more cruft from the buildersslaws2009-11-065-224/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833341 13f79535-47bb-0310-9956-ffa450edef68
* Tweaks to enable implementation-bpel to pass latest OASIS BPEL testcasesedwardsmj2009-11-064-120/+185
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833332 13f79535-47bb-0310-9956-ffa450edef68
* Tweaks to enable implementation-bpel to pass latest OASIS BPEL testcasesedwardsmj2009-11-064-3/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833331 13f79535-47bb-0310-9956-ffa450edef68
* Provide OSGi manifests for a set of ODE / BPEL related jarsedwardsmj2009-11-0616-0/+1621
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833330 13f79535-47bb-0310-9956-ffa450edef68
* Some tidying following after the reference promotion fixes and deleting the ↵slaws2009-11-055-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
* Fix typo in commentslaws2009-11-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833133 13f79535-47bb-0310-9956-ffa450edef68
* Fix motivated by ASM-5023. Update code to reflect the OASIS treatment of ↵slaws2009-11-055-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
* Start of code to support using the OASIS client api to access services in ↵antelder2009-11-059-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
* Set the extension point registry for updated endpointsrfeng2009-11-051-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832994 13f79535-47bb-0310-9956-ffa450edef68
* Various corrects to files headers resulting from the 2.0-M4-RC2 reviewslaws2009-11-0440-169/+229
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832839 13f79535-47bb-0310-9956-ffa450edef68
* Fix ASM_8017 and TUSCANY-3337 - have InterfaceContractMapper correctly take ↵antelder2009-11-031-5/+6
| | | | | | into account the callback interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832408 13f79535-47bb-0310-9956-ffa450edef68
* Correctly set the uri in the RMI based sca binding services and references ↵antelder2009-11-032-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
* Fix the RMI binding to find the service wire when its being used as the SCA ↵antelder2009-11-031-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
* Only stop the bundle if it is started by the providerrfeng2009-11-021-6/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831974 13f79535-47bb-0310-9956-ffa450edef68
* Update manifest to export the provider package as its now used by the rmi ↵antelder2009-11-021-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
* Remove private defn as its now accessed by the RMI based SCA bindingantelder2009-11-021-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831929 13f79535-47bb-0310-9956-ffa450edef68
* Add the RMI based SCA binding to the buildantelder2009-11-021-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831885 13f79535-47bb-0310-9956-ffa450edef68
* Use builtin default if the default config file isn't foundantelder2009-11-021-9/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831867 13f79535-47bb-0310-9956-ffa450edef68
* Add an RMI version of the SCA Binding. (As its much easier to use as the ↵antelder2009-11-0147-0/+2149
| | | | | | dependencies are in Java instead of the massive dependency tree of the Axis2 based SCA binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831773 13f79535-47bb-0310-9956-ffa450edef68
* Update to not relocate a servlet if it already includes the context path in ↵antelder2009-10-311-1/+3
| | | | | | its mapping git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831524 13f79535-47bb-0310-9956-ffa450edef68
* Fix WS binding to include any webapp context path in the wsdl endpointantelder2009-10-311-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831523 13f79535-47bb-0310-9956-ffa450edef68
* Resolve interfaces from the remote endpoints (tribes based discovery is now ↵rfeng2009-10-318-164/+211
| | | | | | working) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831516 13f79535-47bb-0310-9956-ffa450edef68
* Propagate osgi properties for OSGi remote services rfeng2009-10-3020-126/+446
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831468 13f79535-47bb-0310-9956-ffa450edef68
* Set TCCL for SchemaFactoryrfeng2009-10-302-9/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831467 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3326, to consider the imported artifacts first and then ↵ramkumar2009-10-303-107/+214
| | | | | | the local artifacts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831239 13f79535-47bb-0310-9956-ffa450edef68
* Update geronimo spec jars to the osgi-enabled versions rfeng2009-10-305-49/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831205 13f79535-47bb-0310-9956-ffa450edef68
* Refactor JAXBContextCache/JAXBContextHelper to be a utility bound to the ↵rfeng2009-10-3021-88/+147
| | | | | | extension point registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831163 13f79535-47bb-0310-9956-ffa450edef68
* Add synchronization against listeners and check if it is removedrfeng2009-10-291-76/+93
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831138 13f79535-47bb-0310-9956-ffa450edef68
* Ignore IllegalStateException for service unregister()rfeng2009-10-297-9/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831102 13f79535-47bb-0310-9956-ffa450edef68
* Handle service unregistration gracefullyrfeng2009-10-291-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831097 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MF to trigger initialization of ServiceDiscoveryrfeng2009-10-292-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831077 13f79535-47bb-0310-9956-ffa450edef68
* Fix MANIFEST problems in impl-web-runtime and impl-web-client a) Export ↵edwardsmj2009-10-291-1/+1
| | | | | | implementation.web.runtime package b) Fix spelling mistake sevlet -> servlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830975 13f79535-47bb-0310-9956-ffa450edef68
* Fix MANIFEST problems in impl-web-runtime and impl-web-client a) Export ↵edwardsmj2009-10-291-1/+2
| | | | | | implementation.web.runtime package b) Fix spelling mistake sevlet -> servlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830973 13f79535-47bb-0310-9956-ffa450edef68
* Update to end all service provider files with a new lineantelder2009-10-29165-52/+165
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
* Use separate asm dependency in ejb binding as thats what the other tuscany ↵antelder2009-10-291-2/+7
| | | | | | modules use so we don't duplicate in the distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830926 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the same level of ejb dependency as the ejb extensionantelder2009-10-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830925 13f79535-47bb-0310-9956-ffa450edef68