summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-2878 - Missed dojo javascript generator from last commitlresende2009-04-031-0/+206
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761756 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Renaming resource bundle used by monitor to match name ↵lresende2009-04-031-21/+21
| | | | | | expected in code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761750 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Missed module activator files from last committslresende2009-04-032-0/+149
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761732 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-04-033-3/+14
| | | | | | | o Adding more needed dependencies o Not enabling the module contribution-jee in itests since it will required OPENEJB-1005 be resolved for the tests to run successfully on Windows. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761729 13f79535-47bb-0310-9956-ffa450edef68
* Moving Erlang binding to 1.x branchwjaniszewski2009-04-0357-0/+4728
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761712 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2955 SCA annotation processing for impl.web, impl.ejb, impl.jeevamsic0072009-04-032-5/+39
| | | | | | o SCA service, reference and property annotation processing for implementation.ejb git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761661 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Moving tests to implementation-widget-runtime-tuscany and ↵lresende2009-04-0312-38/+44
| | | | | | minor pom adjusts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761570 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Adjusting modules to add ↵lresende2009-04-031-1/+1
| | | | | | implementation-widget-runtime-tuscany as dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761568 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Adjusting modules to add ↵lresende2009-04-0310-16/+9
| | | | | | implementation-widget-runtime-tuscany as dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761567 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Removing obsolete filelresende2009-04-031-51/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761566 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Adding new modules and sample apps to buildlresende2009-04-032-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761564 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - New store sample app using dojo version of implementation widgetlresende2009-04-0315-0/+1098
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761563 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Changes to support new JavaScript Generator extension point ↵lresende2009-04-0313-35/+835
| | | | | | and new generators for tuscany specific scripts and dojo toolkit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761562 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - JavaScript Generator extension point. Used by ↵lresende2009-04-035-2/+283
| | | | | | implementation.widget to allow multiple implementations of js generator (e.g. tuscany specific and dojo based) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761561 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Module responsible to add register dojo toolkit in web ↵lresende2009-04-036-0/+603
| | | | | | environment under '/dojo'. This is usefull in embedded environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761560 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - New extensions to generate javascript proxies when using dojolresende2009-04-038-0/+608
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761558 13f79535-47bb-0310-9956-ffa450edef68
* Removing eclipse/maven generated fileslresende2009-04-032-32/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761557 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolet place holder modulelresende2009-04-034-439/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761556 13f79535-47bb-0310-9956-ffa450edef68
* Move the componentType files into the resource folder so that maven copy ↵rfeng2009-04-024-0/+0
| | | | | | them into the target/classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761133 13f79535-47bb-0310-9956-ffa450edef68
* Make sure SCA domain is closed rfeng2009-04-021-45/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761116 13f79535-47bb-0310-9956-ffa450edef68
* Added the missing JSP spec dependency.vamsic0072009-04-011-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760893 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2945, 2947, 2948ramkumar2009-04-011-27/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760849 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2945, 2947, 2948ramkumar2009-04-011-19/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760848 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2945, 2947, 2948ramkumar2009-04-015-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760847 13f79535-47bb-0310-9956-ffa450edef68
* Put back the TUSCANY-2946 failing test into the build to see if anyone else ↵antelder2009-04-011-2/+2
| | | | | | gets it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760812 13f79535-47bb-0310-9956-ffa450edef68
* Reversing the changes committed accidentally in the last commit.vamsic0072009-03-311-7/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760570 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-03-312-2/+7
| | | | | | Added missing test resource. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760561 13f79535-47bb-0310-9956-ffa450edef68
* Process SCA Property and Reference annotations.vamsic0072009-03-304-2/+392
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760137 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2931 - update operation matching to be based on operation name. Add ↵slaws2009-03-295-19/+26
| | | | | | a complex type based interface back into to the test case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759742 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2944 - Enable tests as recent changes from slaws in revision #759149 ↵lresende2009-03-271-1/+0
| | | | | | fixes the problems we were seeing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759358 13f79535-47bb-0310-9956-ffa450edef68
* Workaround the jaxws-api maven issue (merged from 2.x)rfeng2009-03-271-7/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759285 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2937 uncomment ignored tests as underlying etag issue is fixed under ↵slaws2009-03-271-361/+360
| | | | | | TUSCANY-2950. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759226 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2950 enclose etags in speech marksslaws2009-03-271-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759171 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2944 don't raise NPE if the component type model cannot be determinedslaws2009-03-272-3/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759149 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2948, take jms-format test out of build for nowantelder2009-03-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759077 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2947, take itest out of build as its failingantelder2009-03-271-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759075 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2946, take failing test out of buildantelder2009-03-271-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759072 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - Adding new js dependencieslresende2009-03-271-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759063 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - Adding new js dependencieslresende2009-03-271-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759062 13f79535-47bb-0310-9956-ffa450edef68
* Removing duplicated file that is already available in main/resourceslresende2009-03-271-1590/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759060 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - Extending Javascript extension to provide the js proxy client ↵lresende2009-03-276-648/+60
| | | | | | file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759058 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - Adding javadoc comments to JavascriptProxyFactorylresende2009-03-271-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759056 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - Adding new modules to buildlresende2009-03-271-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759054 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - Updating sample app dependencies to add javascript ↵lresende2009-03-273-0/+44
| | | | | | dependencies for atom and jsonrpc bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759053 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - JSONRPC Binding Javascript extension point implementationlresende2009-03-276-0/+847
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759052 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - Atom Binding Javascript extension point implementationlresende2009-03-276-0/+492
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759051 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - Updates to start using Javascript extension points to ↵lresende2009-03-276-51/+52
| | | | | | generate js client proxies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759050 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - Adding Javascript extension points to be used by ↵lresende2009-03-278-0/+624
| | | | | | implementtion.widget and any web related extensions that have Javascript proxy dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759049 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2937 - Renaming FeedAggregatorTestCase and adding @Ignore on failing ↵lresende2009-03-272-350/+361
| | | | | | tests as described in jira git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759048 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2934 - wire up the wire format writersslaws2009-03-264-0/+107
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758701 13f79535-47bb-0310-9956-ffa450edef68