summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-ws-wsdlgen/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some of the commented out code that resulted from moving over to the ↵slaws2009-11-131-6/+1
| | | | | | Endpoint/EndpointReference approach. Still some left in that needs looking at. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835940 13f79535-47bb-0310-9956-ffa450edef68
* Create a monitor to avoid NPErfeng2009-11-121-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835235 13f79535-47bb-0310-9956-ffa450edef68
* Update to end all service provider files with a new lineantelder2009-10-291-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
* Change some extension code to be declarative instead of being registered ↵rfeng2009-10-182-3/+3
| | | | | | using module activators git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826368 13f79535-47bb-0310-9956-ffa450edef68
* Updates for JCA_10046 - have good msg when exception generating wsdl from ↵antelder2009-10-162-2/+3
| | | | | | bad interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825853 13f79535-47bb-0310-9956-ffa450edef68
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-164-7/+7
| | | | | | | | 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
* Enhancing extensibility to dinamycally load interface visitorslresende2009-10-152-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825612 13f79535-47bb-0310-9956-ffa450edef68
* Add PolicyBuilder to the builder extension pointrfeng2009-10-122-3/+5
| | | | | | Use QName as the key to index and look up builders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824540 13f79535-47bb-0310-9956-ffa450edef68
* Relax the Monitor/Problem interfaces to take Throwable and Obbject...rfeng2009-09-303-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820459 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the CompositeBuilderExtensionPoint to include binding/implementation ↵rfeng2009-09-143-3/+72
| | | | | | builders which replace BindingExtension and CompositePreProcessor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814879 13f79535-47bb-0310-9956-ffa450edef68
* Support @XmlSeeAlso at java interface to reference extra JAXB classesrfeng2009-09-021-0/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810608 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compilation errorrfeng2009-08-171-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805193 13f79535-47bb-0310-9956-ffa450edef68
* Feed the monitor through into model resolvers should they wish to use it.slaws2009-08-122-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803502 13f79535-47bb-0310-9956-ffa450edef68
* Fix test cases to avoid NPErfeng2009-08-082-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802296 13f79535-47bb-0310-9956-ffa450edef68
* Get the instance of DocumentBuilderFactory from the registry instead of ↵rfeng2009-07-314-7/+17
| | | | | | creating a new instance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799488 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-212-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Avoid duplicate xs:import elementsrfeng2009-07-131-5/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793627 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3141rfeng2009-07-132-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793619 13f79535-47bb-0310-9956-ffa450edef68
* Fix for erroneous error message (NoWsdlInterface) in binding-ws-wsdlgen moduleedwardsmj2009-05-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774481 13f79535-47bb-0310-9956-ffa450edef68
* Switch over to new endpoint reference/endpoint model. These are the changes ↵slaws2009-03-191-0/+1
| | | | | | required to exploit the model in the runtime up to the point were the old EndpointReference is retrieved from a wire. The next step is to convert this over too and exploit the new endpoint references fully. There is still tidying to do (search for TODO - EPR) in particular I haven't removed any of the old files yet. So beware don't put changes into CompositeActivator or RuntimeWire as the runtime isn't using them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756070 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-062-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* Some more Updates to binding-ws to use OASIS namespaces/schemalresende2009-03-052-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750243 13f79535-47bb-0310-9956-ffa450edef68
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-201-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-283-4/+4
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-191-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1915-0/+2506
| | | | | | 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-1915-2533/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2614 - Add missing license headers. slaws2008-10-031-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701380 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-09-151-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695444 13f79535-47bb-0310-9956-ffa450edef68
* More work exploring the policy extension model by implementing a token based ↵slaws2008-09-151-21/+1
| | | | | | authentication schema across binding.ws and binding.jm. No authentication is actually performed here. That is left for users to provide their own policy interceptors. However tokens are passed and security Subjects/Principals are created. This exercise has highlighted some awkwardness in the process of building policy implementations. I'll post about this on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695374 13f79535-47bb-0310-9956-ffa450edef68
* Reapply patch for TUSCANY-2561antelder2008-09-083-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693171 13f79535-47bb-0310-9956-ffa450edef68
* Revert r693143 to fix the accidental code reformattingantelder2008-09-083-1718/+1718
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693154 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2561: Apply patch from Dan Becker for Soap intents are lower case ↵antelder2008-09-083-1718/+1718
| | | | | | while the policy framework says that they should be upper case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693143 13f79535-47bb-0310-9956-ffa450edef68
* Add Apache license headernash2008-09-041-0/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692139 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2398rfeng2008-08-272-6/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689587 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-08-121-9/+82
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685310 13f79535-47bb-0310-9956-ffa450edef68
* Copy 1.3 branch revisions 678491, 678875, 679082, 679205, 679334 and 679385nash2008-07-253-2/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679774 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2479nash2008-07-243-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679617 13f79535-47bb-0310-9956-ffa450edef68
* Set unique system id onto the in-memory DOMs representing XSDs to avoid ↵rfeng2008-07-081-0/+5
| | | | | | conflicts as reported by TUSCANY-2465 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675013 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2465rfeng2008-07-081-12/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674933 13f79535-47bb-0310-9956-ffa450edef68
* remove debug code and fix svn:ignore propertynash2008-07-011-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673080 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2446nash2008-06-3013-0/+2380
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672939 13f79535-47bb-0310-9956-ffa450edef68