summaryrefslogtreecommitdiffstats
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
* svn propset svn:ignorelresende2009-04-030-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761753 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:ignorelresende2009-04-030-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761752 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:ignorelresende2009-04-030-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761751 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
* Add scope of provided to sca api dependencyantelder2009-04-031-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761701 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
* Add contribution with nested jar jar support to contribution class loaderantelder2009-04-031-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761611 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
* [maven-release-plugin] prepare for next development iterationantelder2009-04-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761551 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag maven-bundle-plugin-1.0.2antelder2009-04-0320-0/+7011
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761549 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-bundle-plugin-1.0.2antelder2009-04-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761548 13f79535-47bb-0310-9956-ffa450edef68
* Back to 1.0.2-snapshot for releaseantelder2009-04-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761546 13f79535-47bb-0310-9956-ffa450edef68
* Remove RC tagantelder2009-04-0320-6526/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761545 13f79535-47bb-0310-9956-ffa450edef68
* Update to SNAPSHOT versions of the plugins for tuscany maven-bundle-plugin ↵rfeng2009-04-021-2/+2
| | | | | | and maven-eclipse-compiler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761471 13f79535-47bb-0310-9956-ffa450edef68
* Set the default value for eclipseBuddyPolicy to nullrfeng2009-04-021-6/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761467 13f79535-47bb-0310-9956-ffa450edef68
* Remove System.out.printlnrfeng2009-04-021-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761463 13f79535-47bb-0310-9956-ffa450edef68
* Update the package versions to match the pom.xmlrfeng2009-04-021-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761461 13f79535-47bb-0310-9956-ffa450edef68
* Add logic to avoid duplicate URLsrfeng2009-04-021-7/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761458 13f79535-47bb-0310-9956-ffa450edef68
* Remove Eclipse-BuddyPolicyrfeng2009-04-021-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761457 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationrfeng2009-04-021-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761387 13f79535-47bb-0310-9956-ffa450edef68