summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Splitting policy security code specific to geronimo hosting environment to ↵lresende2009-08-1313-84/+518
| | | | | | it's own module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803776 13f79535-47bb-0310-9956-ffa450edef68
* Merging latest updates to policy security http from 1.x branchlresende2009-08-134-79/+197
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803775 13f79535-47bb-0310-9956-ffa450edef68
* A few renames of the classesrfeng2009-08-136-23/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803747 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces ↵rfeng2009-08-1242-1175/+403
| | | | | | | | 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
* Workaround the SCA schema validation issue (See ↵rfeng2009-08-125-5/+9
| | | | | | http://www.mail-archive.com/dev@tuscany.apache.org/msg08925.html) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803740 13f79535-47bb-0310-9956-ffa450edef68
* Feed the monitor through into model resolvers should they wish to use it.slaws2009-08-1232-39/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803502 13f79535-47bb-0310-9956-ffa450edef68
* - Modifying the way the recovery rules XML file is processed. The ↵dougsleite2009-08-123-187/+157
| | | | | | RecoveryRulesPolicyProcesor is being used. However, it does not mean that the recovery rules are being treated as polices. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803501 13f79535-47bb-0310-9956-ffa450edef68
* Fix up JSONP manifestslaws2009-08-121-5/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803500 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused constructor and add some monitor contextslaws2009-08-121-15/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803442 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 support for ComponentType side files for BPEL Implementations, to ↵edwardsmj2009-08-121-101/+0
| | | | | | bring the Tuscany code into compliance with the OASIS SCA BPEL C&I specification, as described in TUSCANY-3204 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803391 13f79535-47bb-0310-9956-ffa450edef68
* Add maven archetype for a JSONP webappantelder2009-08-1210-0/+454
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803374 13f79535-47bb-0310-9956-ffa450edef68
* Remove hashCode and equals methods in base OperationImpl and InterfaceImpl ↵rfeng2009-08-125-140/+74
| | | | | | to improve performance (merged from 2.x) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803333 13f79535-47bb-0310-9956-ffa450edef68
* Remove hashCode and equals methods in base OperationImpl and InterfaceImpl ↵rfeng2009-08-115-140/+74
| | | | | | to improve performance (merged from 2.x) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803326 13f79535-47bb-0310-9956-ffa450edef68
* Increase the waiting time to avoid timeoutrfeng2009-08-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803323 13f79535-47bb-0310-9956-ffa450edef68
* Use a customized socket factory for registry to control timeoutrfeng2009-08-112-8/+70
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803322 13f79535-47bb-0310-9956-ffa450edef68
* Add a list of Collection related utitiltiesrfeng2009-08-115-0/+453
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803309 13f79535-47bb-0310-9956-ffa450edef68
* Fix the schema validation issue for definitionsrfeng2009-08-1112-318/+319
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803291 13f79535-47bb-0310-9956-ffa450edef68
* Java doc and small formatting updates to policy security httplresende2009-08-113-6/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803290 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding interface wsdl dependencylresende2009-08-111-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803289 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup on the atom iTest to remove debug purpose codelresende2009-08-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803226 13f79535-47bb-0310-9956-ffa450edef68
* Minor import cleanuplresende2009-08-112-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803225 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Updating test case to use interface.wsdl now that Atom ↵lresende2009-08-112-2/+2
| | | | | | Binding is working with this type of interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803224 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Workarounding interface.wsdl issues by finding the ↵lresende2009-08-111-1/+16
| | | | | | correspondent java interface contract when wsdl intrface is used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803222 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup on the atom iTest to remove debug purpose codelresende2009-08-111-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803218 13f79535-47bb-0310-9956-ffa450edef68
* Minor import cleanuplresende2009-08-112-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803216 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Updating test case to use interface.wsdl now that Atom ↵lresende2009-08-112-2/+2
| | | | | | Binding is working with this type of interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803213 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding interface wsdl dependencylresende2009-08-111-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803212 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Workarounding interface.wsdl issues by finding the ↵lresende2009-08-111-1/+16
| | | | | | correspondent java interface contract when wsdl intrface is used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803210 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3202ramkumar2009-08-1112-14/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803204 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3202ramkumar2009-08-1113-15/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803202 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3202ramkumar2009-08-111-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803201 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3185ramkumar2009-08-111-2/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803196 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3185ramkumar2009-08-111-2/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803189 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3200 Add the dojo copyright to the NOTICE file to be consistent with ↵slaws2009-08-111-0/+5
| | | | | | the top level binary NOTICE file. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803114 13f79535-47bb-0310-9956-ffa450edef68
* Code to start discussion about testing Tuscany specific errors in otests. slaws2009-08-113-1/+68
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803094 13f79535-47bb-0310-9956-ffa450edef68
* Add missing helper method to create problems based on exceptionsslaws2009-08-111-0/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803089 13f79535-47bb-0310-9956-ffa450edef68
* Update message with a hint what the problem might be caused byantelder2009-08-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803085 13f79535-47bb-0310-9956-ffa450edef68
* Fix calculation of service uri with a null context pathantelder2009-08-111-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803084 13f79535-47bb-0310-9956-ffa450edef68
* Add error check to give better than just NPEantelder2009-08-111-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803064 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate log messageslaws2009-08-111-4/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803060 13f79535-47bb-0310-9956-ffa450edef68
* Add recent extensions to the tuscany pluginantelder2009-08-112-3/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803039 13f79535-47bb-0310-9956-ffa450edef68
* Update jsonp schema so errors are thrown for unkown attributes in the ↵antelder2009-08-111-1/+1
| | | | | | tuscany namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803027 13f79535-47bb-0310-9956-ffa450edef68
* Start adding support for references in the JSONP bindingantelder2009-08-118-10/+160
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803021 13f79535-47bb-0310-9956-ffa450edef68
* Reenable validation in the mvn build as the performance problem with ↵antelder2009-08-111-1/+1
| | | | | | fetching external schemas no longer exists git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803015 13f79535-47bb-0310-9956-ffa450edef68
* Remove hashCode and equals methods in base OperationImpl and InterfaceImpl ↵rfeng2009-08-115-140/+74
| | | | | | 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-1127-460/+313
| | | | | | | 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
* - Modifying the Lowest Common Ancestor (LCA) algorithm. The algorithm is an ↵dougsleite2009-08-106-122/+348
| | | | | | implementation of the Bender and Farach's LCA algorithm. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802952 13f79535-47bb-0310-9956-ffa450edef68
* Update the MF to export o.a.t.s.common.xmlrfeng2009-08-101-11/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802906 13f79535-47bb-0310-9956-ffa450edef68
* Add the methods to read the XML documents for certain attributes such as tnsrfeng2009-08-105-0/+443
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802905 13f79535-47bb-0310-9956-ffa450edef68