summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use a simple namerfeng2009-11-101-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834565 13f79535-47bb-0310-9956-ffa450edef68
* Turn the module into a webapprfeng2009-11-106-25/+191
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834562 13f79535-47bb-0310-9956-ffa450edef68
* Move to sandbox while setting it up to not interfere with the otestsantelder2009-11-102-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834472 13f79535-47bb-0310-9956-ffa450edef68
* Add folders for Hudson build setups for running the conformance testsantelder2009-11-102-0/+215
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834471 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty folderantelder2009-11-100-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834469 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty folderantelder2009-11-100-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834468 13f79535-47bb-0310-9956-ffa450edef68
* 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
* Add dependency on contribution.namespace package to make r834397 compileslaws2009-11-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834428 13f79535-47bb-0310-9956-ffa450edef68
* Remove leading space typoantelder2009-11-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834416 13f79535-47bb-0310-9956-ffa450edef68
* Make the xml column references generic to cope with different xml parsersantelder2009-11-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834411 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
* Update the error message for ASM_12011 for the missing namespace errorantelder2009-11-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834406 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for resolving namespace imports using location attributeramkumar2009-11-101-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834397 13f79535-47bb-0310-9956-ffa450edef68
* Add support to produce json data for dojo treerfeng2009-11-102-22/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834360 13f79535-47bb-0310-9956-ffa450edef68
* Prototyping the provisioning support for Tuscany SCA:rfeng2009-11-095-0/+549
| | | | | | | | | 1) Find the "extension" by XML qnames or Java types 2) Resolve the maven dependencies for the "extension" 3) Traverse the contribution/composite model to identify required "extensions" 4) Provision the Node to a runtime that is capable of handling the "extensions" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834277 13f79535-47bb-0310-9956-ffa450edef68
* Only use the distributed SCA binding when the endpoint registry is a ↵antelder2009-11-091-3/+21
| | | | | | distributed one. This fixed the problems with osgi launcher using the rmi sca binding it finds in the modules but its a kludge and we need a better way to do this git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834218 13f79535-47bb-0310-9956-ffa450edef68
* Add webservice jar to the shades pom.xmlantelder2009-11-091-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834216 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
* TUSCANY-3323 - ASM_8004 no longer in test suiteslaws2009-11-091-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834127 13f79535-47bb-0310-9956-ffa450edef68
* Add *** in place of the column numbers in the error messages as it seems ↵antelder2009-11-091-9/+9
| | | | | | like some xml parsers flag errors with the element start column and others the end column git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834097 13f79535-47bb-0310-9956-ffa450edef68
* Add profile for the policy testsslaws2009-11-091-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834089 13f79535-47bb-0310-9956-ffa450edef68
* add policy test runnerslaws2009-11-095-0/+663
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834087 13f79535-47bb-0310-9956-ffa450edef68
* Add external property to pull oasis policy tests inslaws2009-11-090-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834085 13f79535-47bb-0310-9956-ffa450edef68
* Update to include http host support in base jar, and include some api jars ↵antelder2009-11-092-9/+23
| | | | | | in web services jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834048 13f79535-47bb-0310-9956-ffa450edef68
* Add start of a shaded module for a webservices jarantelder2009-11-091-0/+185
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834032 13f79535-47bb-0310-9956-ffa450edef68
* Update error message for ASM_6016antelder2009-11-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834017 13f79535-47bb-0310-9956-ffa450edef68
* Add a customized MFrfeng2009-11-082-6/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833804 13f79535-47bb-0310-9956-ffa450edef68
* Add a customized MFrfeng2009-11-082-5/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833803 13f79535-47bb-0310-9956-ffa450edef68
* Add missging system packages to the Import-Package headerrfeng2009-11-071-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833732 13f79535-47bb-0310-9956-ffa450edef68
* Don't relocate tribes for nowantelder2009-11-071-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833651 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM_6016 - only autowire a reference if its intents match the ↵antelder2009-11-071-8/+20
| | | | | | service intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833640 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
* Update 12012 err msg to use *** to skip file rootantelder2009-11-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833599 13f79535-47bb-0310-9956-ffa450edef68
* Fix the file naming for snapshot versionsrfeng2009-11-061-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833589 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
* No need to copy the src/main/resources directory as there is no resources ↵mcombellack2009-11-061-3/+0
| | | | | | directory in this project git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833555 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM-12012. If there is nothing stored in the monitor artifact name ↵slaws2009-11-061-1/+4
| | | | | | then use the artifact name passed in as a parameter git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833494 13f79535-47bb-0310-9956-ffa450edef68
* Correct messages for 8010 and 12012. Code fix for 12012 coming shortly.slaws2009-11-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833488 13f79535-47bb-0310-9956-ffa450edef68
* Sort and clean the error messages fileantelder2009-11-061-16/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833438 13f79535-47bb-0310-9956-ffa450edef68
* Update error messages from latest runantelder2009-11-061-10/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833428 13f79535-47bb-0310-9956-ffa450edef68
* Add a profile for the SCA-J CI test suiteantelder2009-11-061-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833422 13f79535-47bb-0310-9956-ffa450edef68
* Add in copy for test wsdl docantelder2009-11-061-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833421 13f79535-47bb-0310-9956-ffa450edef68
* Initial set of *'d error messagesantelder2009-11-061-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833385 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up the Tuscany test runner for the SCA-J CI test suiteantelder2009-11-065-0/+604
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833379 13f79535-47bb-0310-9956-ffa450edef68
* Error message updates for ASM_8011 and ASM_12007ramkumar2009-11-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833377 13f79535-47bb-0310-9956-ffa450edef68
* remove more cruft from the buildersslaws2009-11-065-224/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833341 13f79535-47bb-0310-9956-ffa450edef68