summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jaxrs' into trunkrfeng2010-05-1967-223/+1646
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
* Add jms-callback to the buildrfeng2010-05-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945979 13f79535-47bb-0310-9956-ffa450edef68
* Take out failing test thats breaking the build, this one another from the ↵antelder2010-05-181-1/+1
| | | | | | sample refactors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945854 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the jms callbacks test for now as its broken after the r945259 ↵antelder2010-05-181-1/+1
| | | | | | change git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945851 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the distribution sample tests for now while the sample ↵antelder2010-05-181-2/+2
| | | | | | refactoring is going on (as they don't work presently) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945849 13f79535-47bb-0310-9956-ffa450edef68
* Change policySet namespace and reorder domain includes as workaround for ↵nash2010-05-182-5/+5
| | | | | | TUSCANY-3562 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945741 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused Java package exportsnash2010-05-182-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945740 13f79535-47bb-0310-9956-ffa450edef68
* Update for deployer build method signature changeantelder2010-05-182-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945686 13f79535-47bb-0310-9956-ffa450edef68
* Add import-export itest to itest buildantelder2010-05-181-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945669 13f79535-47bb-0310-9956-ffa450edef68
* Updaqte to only consider Nodes in the same domainantelder2010-05-181-6/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945641 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE by not setting null in domain nameantelder2010-05-181-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945640 13f79535-47bb-0310-9956-ffa450edef68
* Make module name consistent with sca binding contributionslaws2010-05-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945632 13f79535-47bb-0310-9956-ffa450edef68
* Add the binding-rmi contribution into the jse launcherslaws2010-05-183-0/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945630 13f79535-47bb-0310-9956-ffa450edef68
* fix up ant script to just compile the contributionslaws2010-05-181-58/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945628 13f79535-47bb-0310-9956-ffa450edef68
* Add pom for binding-rmi sample contributionsslaws2010-05-181-0/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945627 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation.web jars to the binary distribution (TUSCANY-3490)nash2010-05-182-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945607 13f79535-47bb-0310-9956-ffa450edef68
* copy binding-rmi related contributions into a binding-rmi extension subdirectoryslaws2010-05-1831-0/+1531
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945602 13f79535-47bb-0310-9956-ffa450edef68
* Fix type oin POJO_100005 msg (JVC10004 instead of JCI10004), and add missing ↵antelder2010-05-181-2/+2
| | | | | | POJO_8008 message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945586 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect message with full absolute file path to contributionantelder2010-05-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945585 13f79535-47bb-0310-9956-ffa450edef68
* Correct manafest classpathantelder2010-05-181-26/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945572 13f79535-47bb-0310-9956-ffa450edef68
* Use new getNodesInDomain methodantelder2010-05-181-9/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945571 13f79535-47bb-0310-9956-ffa450edef68
* Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory ↵antelder2010-05-183-7/+38
| | | | | | and getContributions to Node, and update Node init to pass in all contributiosn to Deployer.build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945569 13f79535-47bb-0310-9956-ffa450edef68
* Update deployer to use a separate list of contributions to look at when ↵antelder2010-05-183-4/+5
| | | | | | looking for exports git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945568 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up commentsedwardsmj2010-05-181-6/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945562 13f79535-47bb-0310-9956-ffa450edef68
* Updating createXMLStreamReader(URL) to use a StreamSource in its ↵edwardsmj2010-05-182-2/+7
| | | | | | implementation, so that the scanning of external files such as DTDs is possible, as described in TUSCANY-3559 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945557 13f79535-47bb-0310-9956-ffa450edef68
* add a folder to demonstrate a slightly different approach to organizing ↵slaws2010-05-180-0/+0
| | | | | | samples where the extension specific contributions are contained in a folder named after the extension. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945555 13f79535-47bb-0310-9956-ffa450edef68
* Add some itests for imports and exports across nodesantelder2010-05-1810-0/+357
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945554 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with sample changesslaws2010-05-185-28/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945553 13f79535-47bb-0310-9956-ffa450edef68
* the calculator has been separated into a contribution ↵slaws2010-05-1820-1150/+0
| | | | | | (contribution-binding-sca-calculator) and a number of launchers that are able to start contributions providing components implementing the Calculator interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945552 13f79535-47bb-0310-9956-ffa450edef68
* Add missing adds to static factoriesantelder2010-05-181-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945551 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyantelder2010-05-181-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945550 13f79535-47bb-0310-9956-ffa450edef68
* calculator-equinox is replaced by lanucher-embedded-osgi as that's what's ↵slaws2010-05-1819-1130/+0
| | | | | | it's demonstrating, i.e. launching the OSGi runtime in an embedded environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945549 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3555: apply change from Henry Saputra to remove an unnecessary castantelder2010-05-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945519 13f79535-47bb-0310-9956-ffa450edef68
* Improve descriptions of webapp scenariosnash2010-05-171-42/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945362 13f79535-47bb-0310-9956-ffa450edef68
* Remove servlet-api jar from .war filenash2010-05-172-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945361 13f79535-47bb-0310-9956-ffa450edef68
* Fix launcher typos and add missing items to classpathsnash2010-05-174-7/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945328 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused contribution creditcard-payment-jaxb from payment-groovy and ↵nash2010-05-173-21/+3
| | | | | | payment-python scenarios git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945303 13f79535-47bb-0310-9956-ffa450edef68
* Include Java classes for EmailGateway in launcher jar as workaround for ↵nash2010-05-173-0/+114
| | | | | | TUSCANY-3557 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945295 13f79535-47bb-0310-9956-ffa450edef68
* Include Java classes for EmailGateway in launcher jar as workaround for ↵nash2010-05-173-0/+114
| | | | | | TUSCANY-3556 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945293 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant dependencies on creditcard-payment-jaxb contributionnash2010-05-172-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945287 13f79535-47bb-0310-9956-ffa450edef68
* Fix typos and remove unused filesnash2010-05-177-280/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945281 13f79535-47bb-0310-9956-ffa450edef68
* Make sure callback endpoints are createdrfeng2010-05-178-19/+92
| | | | | | When a component is invoked from a non bidirectional interface, inject null to the fields/setters with @Callback git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945259 13f79535-47bb-0310-9956-ffa450edef68
* Make sure we use the value element (holding the property value) for conversionrfeng2010-05-171-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945255 13f79535-47bb-0310-9956-ffa450edef68
* Add wsa:Action to the soap header as it's mandatoryrfeng2010-05-172-2/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945249 13f79535-47bb-0310-9956-ffa450edef68
* Add getSchemaName to the interface (to be renamed to getType later)rfeng2010-05-171-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945248 13f79535-47bb-0310-9956-ffa450edef68
* Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder2010-05-171-1/+1
| | | | | | jar. This was adding to the confusion by also including the error message properties file from the oasis jar and using that over the one in this module so using out of date error message comparrisons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945203 13f79535-47bb-0310-9956-ffa450edef68
* Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder2010-05-171-1/+1
| | | | | | jar. This was adding to the confusion by also including the error message properties file from the oasis jar and using that over the one in this module so using out of date error message comparrisons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945202 13f79535-47bb-0310-9956-ffa450edef68
* Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder2010-05-171-1/+1
| | | | | | jar. This was adding to the confusion by also including the error message properties file from the oasis jar and using that over the one in this module so using out of date error message comparrisons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945201 13f79535-47bb-0310-9956-ffa450edef68
* Change package-path to a property so that directory names can be includednash2010-05-1730-111/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945180 13f79535-47bb-0310-9956-ffa450edef68
* configure reporting section of build to begin to differentiate between ↵kelvingoodson2010-05-171-6/+9
| | | | | | extension spi and all other code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945178 13f79535-47bb-0310-9956-ffa450edef68