summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/interface-wsdl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the MANIFEST.MF and add SCA-Version headerrfeng2009-11-201-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882666 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3326, to consider the imported artifacts first and then ↵ramkumar2009-10-301-65/+154
| | | | | | the local artifacts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831239 13f79535-47bb-0310-9956-ffa450edef68
* Update to end all service provider files with a new lineantelder2009-10-294-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
* Remove constrainingType as it is now not part of the OASIS SCA specsrfeng2009-10-203-55/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827835 13f79535-47bb-0310-9956-ffa450edef68
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-1616-177/+202
| | | | | | | | Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the builder implementations into tuscany-builder modulerfeng2009-09-283-19/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819750 13f79535-47bb-0310-9956-ffa450edef68
* Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng2009-09-141-2/+2
| | | | | | Rename CompositeBuilderTmp to DeployedCompositeBuilder git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814884 13f79535-47bb-0310-9956-ffa450edef68
* Merge modules to assembly module as discussed on MLantelder2009-09-111-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813673 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2009-08-171-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805194 13f79535-47bb-0310-9956-ffa450edef68
* Changes to enable interface.wsdl to process WSDL portTypes which have ↵edwardsmj2009-08-178-29/+191
| | | | | | @callback annotations, as required by BPEL callback testcases described in TUSCANY-3203 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804954 13f79535-47bb-0310-9956-ffa450edef68
* Remove System.out.printlnantelder2009-08-141-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804117 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces ↵rfeng2009-08-122-1/+3
| | | | | | | | property of XMLOutputFactory More refactoring to use common-xml and common-java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803742 13f79535-47bb-0310-9956-ffa450edef68
* Feed the monitor through into model resolvers should they wish to use it.slaws2009-08-123-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803502 13f79535-47bb-0310-9956-ffa450edef68
* Improve the message given when a referenced WSDL interface can't be found. slaws2009-08-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803441 13f79535-47bb-0310-9956-ffa450edef68
* Remove hashCode and equals methods in base OperationImpl and InterfaceImpl ↵rfeng2009-08-111-19/+35
| | | | | | to improve performance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802989 13f79535-47bb-0310-9956-ffa450edef68
* Improve the XML schema validation to enable XSDs in other modulesrfeng2009-08-114-96/+34
| | | | | | | Fix an issue to write to XMLStreamWriter from SUN JDK 1.6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802988 13f79535-47bb-0310-9956-ffa450edef68
* Updated error messages, in particular for case where WSDL is not found.edwardsmj2009-08-052-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801173 13f79535-47bb-0310-9956-ffa450edef68
* Raise an error when remotable is set to anything but true. Required to get ↵slaws2009-08-033-1/+14
| | | | | | ASM-8019 going. There needs to be a further change here to get the context of the error printed out. ML discussion ongoing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800327 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3175 don't build the model without a monitor. It's won't work in the ↵slaws2009-07-221-1/+9
| | | | | | future when we rely on a monitor being present in order to record context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796870 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-2133-2480/+2480
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Add support for BPEL 2.0 partnerLink extension elements in WSDL documents, ↵edwardsmj2009-07-202-1/+6
| | | | | | as described in TUSCANY-3168 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796039 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3117ramkumar2009-06-231-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787566 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3079ramkumar2009-06-152-20/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784727 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the XMLInputFactory.newInstance into FactoryExtensionPoint.getFactoryrfeng2009-05-272-22/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778939 13f79535-47bb-0310-9956-ffa450edef68
* Start merging binding-sca into assembly and creating a binding-sca-runtime ↵antelder2009-05-171-1/+1
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775592 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for errors in the processing of <interface.wsdl/> elements, as ↵edwardsmj2009-05-131-13/+47
| | | | | | described in TUSCANY-3019. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774229 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-121-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773812 13f79535-47bb-0310-9956-ffa450edef68
* Redo the contribution modules merge started in r772861 but this time ↵antelder2009-05-101-6/+0
| | | | | | including svn history. As everyone seems happy with this approach now instead of doing it in a new module its just done directly in the existing contribution module. This is the start of what was described on the ML as'contribution (or core-contribution or contribution-runtime) for all the spi/infrastructure type of stuff', right now it has everything so its all in one place to make things obvious and the other contribution-* modules can be be created by moving bits out of here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773311 13f79535-47bb-0310-9956-ffa450edef68
* Add missing Import-Packagerfeng2009-04-291-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769930 13f79535-47bb-0310-9956-ffa450edef68
* Merge interface-wsdl-xml into interface-wsdl moduleantelder2009-04-2538-1/+2967
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768518 13f79535-47bb-0310-9956-ffa450edef68
* Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng2009-04-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
* Revert 755183 an errant commit from the release pluginantelder2009-03-171-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch test-branchantelder2009-03-171-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-061-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-051-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-15/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
* Removed testcases erroneously included into interface-wsdl module when ↵edwardsmj2008-12-025-425/+0
| | | | | | migrating to the 2.0 release - as described in Tuscany JIRA 2704 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722510 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1927-0/+2745
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-1920-2229/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-5/+5
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-191-1/+1
| | | | | | Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
* Enable interface-wsdl to work with older WSDL4J implementations like wsdl4j ↵jsdelfino2008-09-013-7/+27
| | | | | | 1.4 (as well as the latest wsdl4j 1.6.x). That's what's included in some application servers like WebSphere 6.1 for example, and 1.4 doesn't have WSDLElement or extension attributes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691052 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation to methods that override methods from ↵mcombellack2008-08-131-0/+1
| | | | | | their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1720-0/+2208
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68