summaryrefslogtreecommitdiffstats
path: root/branches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring javascript extension points packages to follow the same naming ↵lresende2009-04-0429-31/+31
| | | | | | pattern used by it's modules. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761842 13f79535-47bb-0310-9956-ffa450edef68
* Renaming core-web-xxx modules to web-javascript-xxx moduleslresende2009-04-0327-221/+221
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761839 13f79535-47bb-0310-9956-ffa450edef68
* Minor typo on method declarationlresende2009-04-032-6/+17
| | | | | | Adding some class description javadoc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761822 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-04-032-0/+39
| | | | | | o Test Enhanced EAR w application composite containing non-enhanced WAR, non-enhanced EJB JAR. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761817 13f79535-47bb-0310-9956-ffa450edef68
* Added configurable thread pools, fixed problem with ↵wjaniszewski2009-04-037-85/+208
| | | | | | ReferenceServiceTestCase.testMultipleMethod() test case, added writing to binding processor - problems with testing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761812 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-04-032-0/+23
| | | | | | o Test Enhanced EAR containing non-enhanced WAR, non-enhanced EJB JAR. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761806 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-04-032-0/+25
| | | | | | o Test non-enhanced EAR containing non-enhanced WAR, non-enhanced EJB JAR. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761797 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2956 Java EE Archive introspectionvamsic0072009-04-031-0/+4
| | | | | | o when mapped name is null, use bean name as mapped name. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761778 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Moving dojo resources to it's own folder to avoid issues with ↵lresende2009-04-032-2/+6
| | | | | | clean target that was removing other non-dojo resources. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761776 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Moving dojo.requires to before store.js and fixing invocation ↵lresende2009-04-031-4/+4
| | | | | | of services to follow dojo pattern git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761775 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Removing unnecessary .Service from generated dojo jsonrpc ↵lresende2009-04-031-1/+1
| | | | | | javascript proxy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761774 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2956 Java EE Archive introspectionvamsic0072009-04-031-14/+48
| | | | | | o implementation.jee to handle archive value "" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761772 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Missed dojo javascript extension poing to jsonrpc bindinglresende2009-04-031-0/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761768 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Missed dojo javascript extension poing to atom bindinglresende2009-04-031-0/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761767 13f79535-47bb-0310-9956-ffa450edef68
* 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
* Merge changes from the trunkrfeng2009-04-0318-367/+537
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761748 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
* Merge archetype namespace update from r760466 in trunk to M2 branchantelder2009-03-313-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760475 13f79535-47bb-0310-9956-ffa450edef68
* Merge exclude pom-transformed change from r759997 in trunk to M2 branchantelder2009-03-311-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760471 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
* Remove Jetty testcase as it fails on this old machineantelder2009-03-301-323/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759869 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
* Create M2 relese branchantelder2009-03-283403-0/+289349
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759448 13f79535-47bb-0310-9956-ffa450edef68
* Remove old m2 branchantelder2009-03-283386-287378/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759447 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