summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change import not found warning to severeslaws2009-10-191-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826628 13f79535-47bb-0310-9956-ffa450edef68
* Add the build.xml copied from the tuscany folderantelder2009-10-191-0/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826613 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3309 - apply patch from Chad Phillips to add the SOAP headers to the ↵slaws2009-10-191-0/+6
| | | | | | Tuscany message so that interceptors can look at the SOAP headers in the chain. Thanks for the patch Chad. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826612 13f79535-47bb-0310-9956-ffa450edef68
* Add test client folder to buildantelder2009-10-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826611 13f79535-47bb-0310-9956-ffa450edef68
* Update externals settingsantelder2009-10-190-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826609 13f79535-47bb-0310-9956-ffa450edef68
* Some fixes to the JSON and httpd support. Added support for Atom. Adjusted ↵jsdelfino2009-10-1813-100/+484
| | | | | | store test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826545 13f79535-47bb-0310-9956-ffa450edef68
* Renamed xml-test to xsd-test. Added another test under modules/eval.jsdelfino2009-10-184-5/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826544 13f79535-47bb-0310-9956-ffa450edef68
* Minor code cleanup, refactored list functions and cleaned up function names, ↵jsdelfino2009-10-1820-214/+452
| | | | | | moved support for elements to a new header file. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826543 13f79535-47bb-0310-9956-ffa450edef68
* Minor clean uprfeng2009-10-181-13/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826475 13f79535-47bb-0310-9956-ffa450edef68
* Add start of a pom.xml to build and run the sca-j caa tests along with all ↵antelder2009-10-181-0/+73
| | | | | | th eTuscany modules they need git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826388 13f79535-47bb-0310-9956-ffa450edef68
* Add test scajcaa sandbpox folderantelder2009-10-180-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826378 13f79535-47bb-0310-9956-ffa450edef68
* Testing some externals definitionsantelder2009-10-180-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826376 13f79535-47bb-0310-9956-ffa450edef68
* Add a profile for building the SCA-J CAA compliance testsantelder2009-10-181-3/+104
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826375 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the OSGi remote services implementation and improve the notificationsrfeng2009-10-1825-225/+378
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826369 13f79535-47bb-0310-9956-ffa450edef68
* Change some extension code to be declarative instead of being registered ↵rfeng2009-10-1829-396/+258
| | | | | | using module activators git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826368 13f79535-47bb-0310-9956-ffa450edef68
* Properly setting contextPath to avoid uri for service being available only ↵lresende2009-10-181-0/+30
| | | | | | with duplicated context root in uri (e.g localhost:8080/context root/context root/service) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826364 13f79535-47bb-0310-9956-ffa450edef68
* Properly fixing merge conflictlresende2009-10-182-10/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826363 13f79535-47bb-0310-9956-ffa450edef68
* Fixing merge conflictlresende2009-10-181-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826362 13f79535-47bb-0310-9956-ffa450edef68
* Minor Formattinglresende2009-10-182-18/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826361 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3312 - change JavaInterface interface reference to a weak reference ↵slaws2009-10-171-6/+11
| | | | | | to avoid this holding onto the interface when stored in the JavaInterfaceFactory cache git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826218 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3312 - change JavaInterface interface reference to a weak reference ↵slaws2009-10-171-5/+11
| | | | | | to avoid this holding onto the interface when stored in the JavaInterfaceFactory cache git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826215 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3312 - change JavaInterface interface reference to a weak reference ↵slaws2009-10-171-5/+11
| | | | | | to avoid this holding onto the interface when stored in the JavaInterfaceFactory cache git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826212 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3303 slight change so that import delete looks through all the ↵slaws2009-10-161-1/+7
| | | | | | imports before actually trying to delete any that need to be removed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825973 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3303 slight change so that import delete looks through all the ↵slaws2009-10-161-1/+7
| | | | | | imports before actually trying to delete any that need to be removed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825971 13f79535-47bb-0310-9956-ffa450edef68
* Update message for JCA_10004antelder2009-10-161-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825874 13f79535-47bb-0310-9956-ffa450edef68
* Fix JCA_10004 - @Callback on field or method must not have any parametersantelder2009-10-161-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825873 13f79535-47bb-0310-9956-ffa450edef68
* Fix JCA_10051 messageantelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825858 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA_10050antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825857 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA10046antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825854 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
* Fix message for JCA10014antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825851 13f79535-47bb-0310-9956-ffa450edef68
* Fix JCA_10014 - @reference in a constructor must have a name attribteantelder2009-10-163-9/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825850 13f79535-47bb-0310-9956-ffa450edef68
* Add in servlet host dependencyslaws2009-10-161-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825844 13f79535-47bb-0310-9956-ffa450edef68
* Replace reference to Tuscany version of OASIS general java dependencies with ↵slaws2009-10-161-8/+14
| | | | | | the version straight from OASIS git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825843 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA10006antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825842 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for JCA90003 - constructor args need to be annotatedantelder2009-10-162-1/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825841 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA10003antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825830 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA10002antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825829 13f79535-47bb-0310-9956-ffa450edef68
* Validate SCA annotations in Java impls are not on static members (JCA90002)antelder2009-10-162-1/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825827 13f79535-47bb-0310-9956-ffa450edef68
* Another straggler after the uber monitor commit at r825773slaws2009-10-161-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825819 13f79535-47bb-0310-9956-ffa450edef68
* Fix up some stragglers that are now breaking the build after the uber ↵slaws2009-10-161-2/+2
| | | | | | monitor commit at r825773 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825814 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA_10052antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825810 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA_10049antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825809 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA_10010antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825808 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA_10008antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825807 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA_10007antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825806 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA_10001antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825803 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA_3012antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825802 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA_3011antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825801 13f79535-47bb-0310-9956-ffa450edef68
* Fix message for JCA_3009antelder2009-10-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825800 13f79535-47bb-0310-9956-ffa450edef68