summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the servlet dependencies. (grumble grumble... pointless javadoc ↵antelder2010-11-111-12/+5
| | | | | | commments... grumble grumble) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033944 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3727 - fix binding-ws which jars so that it doesn't have base ↵slaws2010-11-096-114/+60
| | | | | | Tuscany jars. So we have binding-rmi and binding-ws as examples now. It this works we'll fix the rest for the next release. Also, for compliance tests, ensure that the phase of the unpack allows the local error message file to take precedence git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032909 13f79535-47bb-0310-9956-ffa450edef68
* Flip to remotable so that it doesn't mess up the samples when running in ↵slaws2010-11-082-0/+6
| | | | | | eclipse. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032593 13f79535-47bb-0310-9956-ffa450edef68
* Take account of the provided dependencies that were added back in to make ↵slaws2010-11-031-1/+9
| | | | | | strips and impl.web compile in PDE. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030404 13f79535-47bb-0310-9956-ffa450edef68
* Correct another dependency missed from the hazelcast module changesantelder2010-10-251-16/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027133 13f79535-47bb-0310-9956-ffa450edef68
* Add test for binding-jsonrpc sampleslaws2010-10-253-7/+136
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027123 13f79535-47bb-0310-9956-ffa450edef68
* Correct dependenceisantelder2010-10-251-17/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027099 13f79535-47bb-0310-9956-ffa450edef68
* Correct dependenciesantelder2010-10-251-8/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027097 13f79535-47bb-0310-9956-ffa450edef68
* Correct dependenciesantelder2010-10-251-11/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027095 13f79535-47bb-0310-9956-ffa450edef68
* Switch to use domain-hazelcast and remove old hazelcast mpodulesantelder2010-10-256-38/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026995 13f79535-47bb-0310-9956-ffa450edef68
* Test all of the embedded-jse targetsslaws2010-10-221-1/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026347 13f79535-47bb-0310-9956-ffa450edef68
* Add sync version of the bi-directional interactionrfeng2010-10-2111-18/+193
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026125 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3732 - Brent fixed this so put the test back inslaws2010-10-211-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026116 13f79535-47bb-0310-9956-ffa450edef68
* A bit of name tidying to make the docs a little more consistent. Still a few ↵slaws2010-10-211-1/+1
| | | | | | that are odd, e.g. the dosgi ones but getting better. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026113 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3731 - add excludes for MIT/BSD/OASIS licensed itemsslaws2010-10-201-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025538 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3731 - Put back excludes as files still appear in spring-runtime ↵slaws2010-10-201-0/+2
| | | | | | when I thought they'd been moved git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025491 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3731 - Correct for re-org and add a couple more excludesslaws2010-10-201-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025488 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3732 - temporarily disable to let build run while I look into it slaws2010-10-191-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024248 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3711 - fix to match new WSDL service generate approachslaws2010-10-193-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024221 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3711 - Fix service name for new service name generation schemeslaws2010-10-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024217 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3711 Change generated binding and port names to match recommended ↵bdaniel2010-10-174-5/+5
| | | | | | values from the ws binding spec appendix D. The old value for service name is still being used for the time being. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023400 13f79535-47bb-0310-9956-ffa450edef68
* Update implementation spring and bpel to use the base + extension runtime ↵antelder2010-10-151-40/+4
| | | | | | approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022922 13f79535-47bb-0310-9956-ffa450edef68
* Update base-runtime to more closely match old shades/base, and all the scdl ↵antelder2010-10-151-3/+1
| | | | | | models to base, associated test updates to match that, and change the comet binding to use base + extension approach. Still need to look at whats in core-runtime vs base-runtime and still need to work out what really should/shouldn't be in base but at least its all consistent to start with now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022891 13f79535-47bb-0310-9956-ffa450edef68
* Update jms binding to use base + extension styleantelder2010-10-1431-1353/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022732 13f79535-47bb-0310-9956-ffa450edef68
* Start to get rid of shades and replace with the aggregate jars. This moves ↵antelder2010-10-145-10/+10
| | | | | | the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
* Add -pom identifier to base-runtime so that its more obvious that you need ↵antelder2010-10-131-1/+1
| | | | | | to have <type>pom</type> in the dependency definition git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022083 13f79535-47bb-0310-9956-ffa450edef68
* Add missing pom typeslaws2010-10-111-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021271 13f79535-47bb-0310-9956-ffa450edef68
* example itest with base + extensionsslaws2010-10-081-58/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005884 13f79535-47bb-0310-9956-ffa450edef68
* Update for testing folder moveantelder2010-10-072-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005485 13f79535-47bb-0310-9956-ffa450edef68
* Update relative pathsantelder2010-10-0612-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005061 13f79535-47bb-0310-9956-ffa450edef68
* Copy itest and compliance test to be under testing folderantelder2010-10-061692-0/+100926
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005039 13f79535-47bb-0310-9956-ffa450edef68