summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding uri to implementation widget schemalresende2012-06-161-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350967 13f79535-47bb-0310-9956-ffa450edef68
* Format the code, no other changesantelder2012-06-141-20/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350177 13f79535-47bb-0310-9956-ffa450edef68
* Add a test to create composites programaticallyantelder2012-06-141-0/+115
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350174 13f79535-47bb-0310-9956-ffa450edef68
* Take out the comet binding for now as it doesn't build because the remote ↵antelder2012-06-111-1/+1
| | | | | | maven repos no longer include its dependencies correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348900 13f79535-47bb-0310-9956-ffa450edef68
* Update to use base jar not pom to see if that helps fix the jersymissing pomantelder2012-06-111-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348882 13f79535-47bb-0310-9956-ffa450edef68
* Remove jersy pom dependency as it didn't seem to helpantelder2012-06-111-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348876 13f79535-47bb-0310-9956-ffa450edef68
* Add jersy pom dependency explicitly to try to get it picked up from ↵antelder2012-06-111-44/+52
| | | | | | thetuscany repo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348875 13f79535-47bb-0310-9956-ffa450edef68
* Add jersy pom dependency explicitly to try to get it picked up from ↵antelder2012-06-111-76/+84
| | | | | | thetuscany repo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348868 13f79535-47bb-0310-9956-ffa450edef68
* Update to avoid duplicated wire processorsantelder2012-06-111-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348852 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE with widget sampleantelder2012-06-061-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1346827 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up System.out printslresende2012-05-271-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343001 13f79535-47bb-0310-9956-ffa450edef68
* Add CORS support for servlet based impl with REST bindingrfeng2012-05-233-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1341952 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4045: Apply update from Andrew Potter to fix Module ↵antelder2012-05-211-0/+7
| | | | | | binding-ws-runtime-axis2 build failure with IBM JDK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1340914 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4044: Apply fix from Andrew Potter to fix policy-wspolicy build ↵antelder2012-05-181-13/+7
| | | | | | failure with IBM JDK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1340110 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4043: Apply fix from Andrew Potter to fix Missing dependency issue ↵antelder2012-05-171-0/+7
| | | | | | with binding-comet-runtime causes a build failure when using an IBM JDK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1339606 13f79535-47bb-0310-9956-ffa450edef68
* Moving to wink-1.2.0-incubating releaselresende2012-05-113-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1337013 13f79535-47bb-0310-9956-ffa450edef68
* Add missing constructorantelder2012-05-031-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1333338 13f79535-47bb-0310-9956-ffa450edef68
* Add missing ASF headerantelder2012-05-011-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332664 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4034: Move the freeing up of contribution resources to a helper ↵antelder2012-05-011-0/+62
| | | | | | method that can be shared and have that called from remove in Contribution Listener git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332662 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4034: Move the freeing up of contribution resources to a helper ↵antelder2012-05-011-30/+15
| | | | | | method that can be shared and have that called from remove in Contribution Listener git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332661 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4034: Add a way to null out the fields in a ClassLoaderModelResolverantelder2012-05-011-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332616 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell to support starting from a node xml fileantelder2012-05-011-10/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332566 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4041: Apply patch from Brian Sullivan to fix XSDModelResolver fails ↵antelder2012-05-011-23/+36
| | | | | | to resolve schema where location attribute is incorrect specified but schema may be available via artifact resolution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332565 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4037: Apply patch from Greg Dritschler to fix OutOfMemoryError ↵antelder2012-05-011-1/+3
| | | | | | because domain registry holds remote endpoint references created by SCAClientFactory.getService git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332563 13f79535-47bb-0310-9956-ffa450edef68
* Fixing minor typos on cors configuration sample in the processor commentslresende2012-04-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1311553 13f79535-47bb-0310-9956-ffa450edef68
* Creating xsd definition for cors-configuration elementlresende2012-04-101-0/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1311552 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the CORS processor to set the default values based on the request ↵rfeng2012-04-091-22/+42
| | | | | | headers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1311440 13f79535-47bb-0310-9956-ffa450edef68
* Add Content-Type to the allowed headersrfeng2012-04-061-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1310618 13f79535-47bb-0310-9956-ffa450edef68
* Fixing typolresende2012-04-062-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1310483 13f79535-47bb-0310-9956-ffa450edef68
* Enhancing manageable interface, going back to manage all resources via sca, ↵lresende2012-04-0510-210/+26
| | | | | | as resource programming model is getting too complicated and this should be easy for developers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1310128 13f79535-47bb-0310-9956-ffa450edef68
* Enhancing domain asset manager to support resources that is not directly ↵lresende2012-04-0410-11/+193
| | | | | | exposed with rest binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1309527 13f79535-47bb-0310-9956-ffa450edef68
* Fix the ASM code gen for long/double parametersrfeng2012-04-045-6/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1309451 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicated line thats overwriting the binding settingantelder2012-04-031-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308855 13f79535-47bb-0310-9956-ffa450edef68
* Enhancing management capability to allow setting warning, critical and ↵lresende2012-04-023-17/+56
| | | | | | unavailable tresholds git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308444 13f79535-47bb-0310-9956-ffa450edef68
* Put back the definitions as it causes some policy regressionsantelder2012-03-271-18/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1305824 13f79535-47bb-0310-9956-ffa450edef68
* Don't look at fault databindings in order to calculate output wrapper ↵scottkurz2012-03-261-9/+6
| | | | | | databinding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1305484 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4036 - Create unique names in WSDL when multiple components expose ↵slaws2012-03-241-1/+14
| | | | | | the same service interface. Thanks for the patch Greg git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304746 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4035 - synchronize schema loading. Thanks for the patch Kaushik.slaws2012-03-231-68/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304516 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4032 - serialize the "isForCallback" flag for an endpoint service so ↵slaws2012-03-231-1/+16
| | | | | | that the SCAClient can ignore callback endpoints in the remote case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304510 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4031 - apply patch for IntentNotSatisfiedAtBuild warning when ↵slaws2012-03-231-34/+31
| | | | | | reference uses an intent provided by binding. Thanks for the patch Greg. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304507 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4033 - Don't generate WSDL when binding an EPR to a remote EP and ↵slaws2012-03-231-2/+14
| | | | | | the EPR and EP both use a Java interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304327 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE when binding doesn't support callbackslaws2012-03-231-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304325 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4030 - add doPriviliged calls. Thanks for the patch Kaushik.slaws2012-03-231-5/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304257 13f79535-47bb-0310-9956-ffa450edef68
* Tighten up the no address test to include checking for a null or empty URIslaws2012-03-231-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304254 13f79535-47bb-0310-9956-ffa450edef68
* Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ↵rfeng2012-03-2219-29/+442
| | | | | | target service endpoint address) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304128 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4034 - plug a few more potential memory leaksslaws2012-03-228-10/+82
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303855 13f79535-47bb-0310-9956-ffa450edef68
* Revert the change based on the comment from ↵rfeng2012-03-211-0/+10
| | | | | | https://issues.apache.org/jira/browse/TUSCANY-4029 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303591 13f79535-47bb-0310-9956-ffa450edef68
* Handle inputstream to outputstream copyrfeng2012-03-211-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303509 13f79535-47bb-0310-9956-ffa450edef68
* Improve the REST binding for inputstream and contextrfeng2012-03-212-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303501 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase for creating wsdl from an interface with a type using JAXB ↵antelder2012-03-212-0/+123
| | | | | | @XmlType annotation. This test fails presently due to a bug in Tuscany's wsdl generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303424 13f79535-47bb-0310-9956-ffa450edef68