summaryrefslogtreecommitdiffstats
path: root/branches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create an SCA Reference from EJB reference only if there is no @Reference ↵vamsic0072009-11-101-0/+4
| | | | | | annotation on that field or method. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834442 13f79535-47bb-0310-9956-ffa450edef68
* Correcting an error from previous commit. The check should be for null.vamsic0072009-11-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834438 13f79535-47bb-0310-9956-ffa450edef68
* Create an SCA Reference from EJB reference only if there is no @Reference ↵vamsic0072009-11-102-0/+41
| | | | | | annotation on that field or method. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834409 13f79535-47bb-0310-9956-ffa450edef68
* Turn the IdentityHashMap into a ConcurrentHashMap to avoid expensive ↵rfeng2009-11-091-24/+23
| | | | | | synchronizations (merge from 1.x) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834178 13f79535-47bb-0310-9956-ffa450edef68
* Turn the IdentityHashMap into a ConcurrentHashMap to avoid expensive ↵rfeng2009-11-091-24/+23
| | | | | | synchronizations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834176 13f79535-47bb-0310-9956-ffa450edef68
* Improve performance by indexing invocation chains by operation and caching ↵rfeng2009-11-064-16/+45
| | | | | | Java instanceFactory (merge from 1.x) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833609 13f79535-47bb-0310-9956-ffa450edef68
* Improve performance by indexing invocation chains by operation and caching ↵rfeng2009-11-063-16/+39
| | | | | | Java instanceFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833606 13f79535-47bb-0310-9956-ffa450edef68
* Repeat some service calls to test cachingrfeng2009-11-061-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833604 13f79535-47bb-0310-9956-ffa450edef68
* Fixing dependency version on the ant build scriptlresende2009-11-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833588 13f79535-47bb-0310-9956-ffa450edef68
* Merge 832839 from trunk to m4 to fix files headers resulting from the ↵antelder2009-11-0646-169/+334
| | | | | | 2.0-M4-RC2 review git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833317 13f79535-47bb-0310-9956-ffa450edef68
* Obtain the injection points for ejb component from implementation.webvamsic0072009-11-053-0/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833009 13f79535-47bb-0310-9956-ffa450edef68
* Merge the README updates from trunkrfeng2009-11-054-284/+268
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832959 13f79535-47bb-0310-9956-ffa450edef68
* Merge missing samples fix from trunk to M4antelder2009-11-042-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832673 13f79535-47bb-0310-9956-ffa450edef68
* Property injection for SCA properties in implementation.web computed by Java ↵vamsic0072009-11-033-0/+20
| | | | | | EE optional extension git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832369 13f79535-47bb-0310-9956-ffa450edef68
* Use the to be released version of bundle pluginantelder2009-11-032-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832337 13f79535-47bb-0310-9956-ffa450edef68
* Merge changes from trunk so that OSGi remote services can be run with ↵rfeng2009-11-0326-298/+698
| | | | | | Equinox and Felix over tribes's multicast. This introduces a dependency on tuscany maven-bundle-plugin 1.0.5-SNAPSHOT and we should release it with M4. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832215 13f79535-47bb-0310-9956-ffa450edef68
* Fix the testcase failurerfeng2009-11-022-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832196 13f79535-47bb-0310-9956-ffa450edef68
* Use XmlSeeAlso to include subclasses and their array variantsrfeng2009-11-022-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832193 13f79535-47bb-0310-9956-ffa450edef68
* moving das brancheslresende2009-11-02416-41096/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832147 13f79535-47bb-0310-9956-ffa450edef68
* moving das brancheslresende2009-11-02317-38855/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832146 13f79535-47bb-0310-9956-ffa450edef68
* moving das brancheslresende2009-11-02303-27136/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832145 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3312 - correct the fix for SCAProxy that previously relied on hash ↵slaws2009-11-021-4/+8
| | | | | | codes and is not correct. Change to relying on a weak reference inside to weak hash table to ensure that the proxy, and hence the class that it references, will be removed when the proxy is no longer required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831966 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831867 from trunk to m4 for using builtin defaults in the launcher if ↵antelder2009-11-021-9/+10
| | | | | | the default config file isn't found git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831869 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831668 from trunk to m4 to use 6.1.18 release of jetty to be ↵antelder2009-11-011-1/+1
| | | | | | consistent across samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831669 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831664 from trunk to m4 to Add the Jetty plugin to the webapp ↵antelder2009-11-015-0/+35
| | | | | | pom.xml's so that the samples can be run with mvn jetty:run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831665 13f79535-47bb-0310-9956-ffa450edef68
* Update some versions to 2.0-M4-snapshotantelder2009-11-014-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831654 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831525 from trunk to m4 to add some missing samplesantelder2009-11-011-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831653 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831524 from trunk to m4 to Update to not relocate a servlet if it ↵antelder2009-11-011-1/+3
| | | | | | already includes the context path in its mapping git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831652 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831523 from trunk to m4 to fix WS binding to include any webapp ↵antelder2009-11-011-0/+13
| | | | | | context path in the wsdl endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831651 13f79535-47bb-0310-9956-ffa450edef68
* Merge namespace fix from trunk to m4 brnantelder2009-11-016-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831650 13f79535-47bb-0310-9956-ffa450edef68
* Minor addition of new bindings to RELEASE_NOTESlresende2009-10-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831572 13f79535-47bb-0310-9956-ffa450edef68
* Minor addition of new bindings to RELEASE_NOTESlresende2009-10-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831571 13f79535-47bb-0310-9956-ffa450edef68
* fixing compilation problem on DeployedCompositeCollectionImpladrianocrestani2009-10-301-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831435 13f79535-47bb-0310-9956-ffa450edef68
* Remove typo duplicate dependency definitionantelder2009-10-301-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831228 13f79535-47bb-0310-9956-ffa450edef68
* Create 2.0-M4 release branchantelder2009-10-303928-0/+341655
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831226 13f79535-47bb-0310-9956-ffa450edef68
* Delete old M4 branch and start again to pick up all the recent trunk changesantelder2009-10-303925-341109/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831223 13f79535-47bb-0310-9956-ffa450edef68
* Injection info for SCA references from Java EE optional extensionvamsic0072009-10-296-0/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830888 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-3348 (perf improvement) from 1.x to 1.5.2rfeng2009-10-283-4/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830703 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3348 (perf improvement)rfeng2009-10-283-4/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830700 13f79535-47bb-0310-9956-ffa450edef68
* Add the webapp dependency as its no longer pulled in transitivelyantelder2009-10-281-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830669 13f79535-47bb-0310-9956-ffa450edef68
* Merge doc file header changes from trunk to m4antelder2009-10-285-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830504 13f79535-47bb-0310-9956-ffa450edef68
* Remove typo duplicate dependencies definitionsantelder2009-10-281-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830491 13f79535-47bb-0310-9956-ffa450edef68
* Create 2.0 M4 release branchantelder2009-10-283925-0/+341116
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830484 13f79535-47bb-0310-9956-ffa450edef68
* applying patch tuscany_2552_phillipe_ramalho_09_30_2009.patch from TUSCANY-2552adrianocrestani2009-10-2820-465/+425
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830448 13f79535-47bb-0310-9956-ffa450edef68
* Add missing files and fix host namesrfeng2009-10-279-3/+424
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830065 13f79535-47bb-0310-9956-ffa450edef68
* Fix host namesrfeng2009-10-273-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830064 13f79535-47bb-0310-9956-ffa450edef68
* Revert the wrong changerfeng2009-10-278-101/+75
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830060 13f79535-47bb-0310-9956-ffa450edef68
* Revert the wrong changerfeng2009-10-271-86/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830059 13f79535-47bb-0310-9956-ffa450edef68
* Add service declarationrfeng2009-10-271-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830036 13f79535-47bb-0310-9956-ffa450edef68
* Merge all changes from 1.5.2 branch into trunkrfeng2009-10-26136-1950/+3227
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830026 13f79535-47bb-0310-9956-ffa450edef68