summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing target namespaceslaws2009-08-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802793 13f79535-47bb-0310-9956-ffa450edef68
* Chnage to compile scope as its now used in DefinitionsUtilantelder2009-08-101-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802771 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3020 - when definitions are aggregated together check that there are ↵slaws2009-08-106-30/+113
| | | | | | no duplicates. DOne here rather than later at the resolve phase as there is a better chance of reporting some sensible context to the user about which definitions.xml file is in error. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802762 13f79535-47bb-0310-9956-ffa450edef68
* Remove intents that are provided by the specification in the assembly-xsd moduleslaws2009-08-102-40/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802760 13f79535-47bb-0310-9956-ffa450edef68
* Start adding support for JSONP references. Doesn't work yet, still need to ↵antelder2009-08-103-3/+146
| | | | | | implement the http inovke bit using something like HttpClient git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802681 13f79535-47bb-0310-9956-ffa450edef68
* Use correct path when unregistering the servlets when stoppingantelder2009-08-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802672 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsantelder2009-08-101-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802671 13f79535-47bb-0310-9956-ffa450edef68
* Update JSONP binding to use the URI from the binding in the endpoint to ↵antelder2009-08-102-3/+3
| | | | | | expose the service on git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802665 13f79535-47bb-0310-9956-ffa450edef68
* Start adding SCDL schema to extension moduleantelder2009-08-092-0/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802514 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to ServiceDiscovery to set context classloader for service ↵rfeng2009-08-093-95/+131
| | | | | | providers in OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802470 13f79535-47bb-0310-9956-ffa450edef68
* Fix typoslaws2009-08-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802413 13f79535-47bb-0310-9956-ffa450edef68
* Some strangeness here. In unit tests there is a class not found exception ↵slaws2009-08-082-0/+26
| | | | | | for javax.jms.BytesMessage when Axis loads the JMS transport. Didn't used to happen but had to add these. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802412 13f79535-47bb-0310-9956-ffa450edef68
* remove extraneous promote attributeslaws2009-08-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802410 13f79535-47bb-0310-9956-ffa450edef68
* Remove targetNamespace from compositesslaws2009-08-082-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802409 13f79535-47bb-0310-9956-ffa450edef68
* Process a binding name if one is included in the target URIslaws2009-08-081-24/+150
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802406 13f79535-47bb-0310-9956-ffa450edef68
* Fix the URI algorithm so that the binding name is only included in the URI ↵slaws2009-08-081-2/+2
| | | | | | if a service has multiple bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802405 13f79535-47bb-0310-9956-ffa450edef68
* Use the registry to resolve de-serialized endpoint referencesslaws2009-08-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802404 13f79535-47bb-0310-9956-ffa450edef68
* Make endpoints point to the component/service for which they are created so ↵slaws2009-08-081-2/+6
| | | | | | that the URIs are correct. A previous change to the runtime wire now looks down the promotion hierarchy in order to find the leaf component and service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802403 13f79535-47bb-0310-9956-ffa450edef68
* Remove the non-OASIS code from the endpoint builder and set up build-time ↵slaws2009-08-086-344/+159
| | | | | | and runt-time operations so that I can reorganize the endpoint reference build process and get all of the endpoint building code in on place. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802401 13f79535-47bb-0310-9956-ffa450edef68
* Fix problem with building with JDK 1.5 bringing in bouncy castle dependencyantelder2009-08-081-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802299 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
* Fix NPErfeng2009-08-071-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802271 13f79535-47bb-0310-9956-ffa450edef68
* Start to move Java related utilities into the common-java modulerfeng2009-08-078-0/+876
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802142 13f79535-47bb-0310-9956-ffa450edef68
* Add a few typed getAttribute methodsrfeng2009-08-071-0/+124
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802091 13f79535-47bb-0310-9956-ffa450edef68
* Make jaxb-impl version consistent at 2.1.12rfeng2009-08-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802082 13f79535-47bb-0310-9956-ffa450edef68
* Work around http://jira.codehaus.org/browse/WSTX-144rfeng2009-08-071-1/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802068 13f79535-47bb-0310-9956-ffa450edef68
* Better handling of case where contribution import is not satisfied, to avoid ↵edwardsmj2009-08-071-6/+7
| | | | | | NPE when attempting to resolve artifacts against that import. Modified code in addContributionDependencies(...). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802046 13f79535-47bb-0310-9956-ffa450edef68
* Bring definitions.xml into line with latest OASIS XSD (minor corrections)edwardsmj2009-08-071-243/+243
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801920 13f79535-47bb-0310-9956-ffa450edef68
* Bring JEE XSD into line with latest OASIS JEE spec (sca-jee-1.1-spec-wd05.doc)edwardsmj2009-08-071-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801919 13f79535-47bb-0310-9956-ffa450edef68
* Fixing missing @value attribute declaration for <component> <property>edwardsmj2009-08-071-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801914 13f79535-47bb-0310-9956-ffa450edef68
* Replace the DOMHelper from common-xml modulerfeng2009-08-0722-300/+164
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801902 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the databinding module to use common-xmlrfeng2009-08-0740-5569/+103
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801895 13f79535-47bb-0310-9956-ffa450edef68
* Add getInstance helper methodrfeng2009-08-074-3/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801876 13f79535-47bb-0310-9956-ffa450edef68
* Allow the utility to be a concrete classrfeng2009-08-072-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801875 13f79535-47bb-0310-9956-ffa450edef68
* Allow the creation of utility by class without registrationrfeng2009-08-071-3/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801851 13f79535-47bb-0310-9956-ffa450edef68
* Move the test case into the reader packagerfeng2009-08-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801847 13f79535-47bb-0310-9956-ffa450edef68
* Add constructors that take factoriesrfeng2009-08-063-4/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801846 13f79535-47bb-0310-9956-ffa450edef68
* Reorg the package namesrfeng2009-08-0625-1191/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801844 13f79535-47bb-0310-9956-ffa450edef68
* Add SAX utilitiesrfeng2009-08-064-8/+196
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801843 13f79535-47bb-0310-9956-ffa450edef68
* Fix the DOM XMLStreamReaderrfeng2009-08-064-13/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801829 13f79535-47bb-0310-9956-ffa450edef68
* Adding common-xml into modules as the base to hold XML related utilities rfeng2009-08-0627-0/+6762
| | | | | | It can also serve as the module that defines XML related dependencies based on the JDK levels git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801826 13f79535-47bb-0310-9956-ffa450edef68
* Reenable the EquinoxHost test case that was ignored due to NPErfeng2009-08-062-10/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801708 13f79535-47bb-0310-9956-ffa450edef68
* Restore the old TCCL rfeng2009-08-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801698 13f79535-47bb-0310-9956-ffa450edef68
* Add back the jee schemas. Ok this might not be the perfect place for it but ↵antelder2009-08-061-0/+2
| | | | | | this gets the build passing again for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801650 13f79535-47bb-0310-9956-ffa450edef68
* Add an @Ignore to the testcase as its failing right nowantelder2009-08-061-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801643 13f79535-47bb-0310-9956-ffa450edef68
* Template for reorganization of the builders. slaws2009-08-064-17/+449
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801592 13f79535-47bb-0310-9956-ffa450edef68
* Provide mechanism of printing out the endpoint reference without the hash ↵slaws2009-08-061-3/+7
| | | | | | code to make test comparison easy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801585 13f79535-47bb-0310-9956-ffa450edef68
* Add helper method to return component by name. slaws2009-08-062-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801581 13f79535-47bb-0310-9956-ffa450edef68
* Add helper methods to return parameters/references/services by name. slaws2009-08-063-17/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801579 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY 3192 - Additional fixes to remove remaining validation issues and ↵lresende2009-08-052-530/+1
| | | | | | remove obsolete core xsd git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801441 13f79535-47bb-0310-9956-ffa450edef68