summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Investigating conversation/oneway issue reported by Douglas on the dev listlresende2009-01-289-0/+363
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738573 13f79535-47bb-0310-9956-ffa450edef68
* Start adding the launcher to the distro to try it out, still very primitive ↵antelder2009-01-285-180/+237
| | | | | | and does't quite work yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738544 13f79535-47bb-0310-9956-ffa450edef68
* update the jms itests to include a jms hostantelder2009-01-287-374/+413
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738506 13f79535-47bb-0310-9956-ffa450edef68
* Update the pom.xml to include a jms hostantelder2009-01-281-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738504 13f79535-47bb-0310-9956-ffa450edef68
* Update the pom.xml to include a jms hostantelder2009-01-281-97/+103
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738503 13f79535-47bb-0310-9956-ffa450edef68
* Intial cut at changing the jms binding to use the jms host for the service ↵antelder2009-01-283-181/+26
| | | | | | listener git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738502 13f79535-47bb-0310-9956-ffa450edef68
* Implement the getDestination method in the default jms hostantelder2009-01-281-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738501 13f79535-47bb-0310-9956-ffa450edef68
* Add method to get the service destination to the jms host as you need that ↵antelder2009-01-281-0/+2
| | | | | | to get callbacks working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738500 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-281694-3243/+3243
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused codeantelder2009-01-281-14/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738468 13f79535-47bb-0310-9956-ffa450edef68
* Updated scope on the javax.servlet and org.apache.geronimo.specs ↵mcombellack2009-01-281-2/+0
| | | | | | dependencies as they are needed at compile time on JDK 1.5 and JDK 1.6 and not just at runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738466 13f79535-47bb-0310-9956-ffa450edef68
* Make the default jms host use the jms host extension pointantelder2009-01-283-0/+102
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738462 13f79535-47bb-0310-9956-ffa450edef68
* Make jms host an extension pointantelder2009-01-282-1/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738461 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2771ramkumar2009-01-283-25/+68
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738433 13f79535-47bb-0310-9956-ffa450edef68
* Make tuscany modules as fragments to axis2 and axiom bunldes to work around ↵rfeng2009-01-283-67/+15
| | | | | | the axis2/axiom classloading issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738327 13f79535-47bb-0310-9956-ffa450edef68
* Fork a client thread to call the service after it's readyrfeng2009-01-282-11/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738326 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738324 ↵dougsleite2009-01-289-0/+382
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Fix the port #rfeng2009-01-282-7/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738322 13f79535-47bb-0310-9956-ffa450edef68
* Update the bundle symbolic namerfeng2009-01-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738320 13f79535-47bb-0310-9956-ffa450edef68
* Make it aware of bundle fragmentsrfeng2009-01-281-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738314 13f79535-47bb-0310-9956-ffa450edef68
* Add the capability to generate ant path. Rename tuscany-distribution-xyz to ↵rfeng2009-01-271-4/+45
| | | | | | feature-xyz as the folder names. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738187 13f79535-47bb-0310-9956-ffa450edef68
* Start to add some JMS host default implementationsantelder2009-01-275-0/+750
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738112 13f79535-47bb-0310-9956-ffa450edef68
* Start to add some JMS host interfacesantelder2009-01-275-0/+343
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738111 13f79535-47bb-0310-9956-ffa450edef68
* Support passing in an absolute config file name (as a temp workaround)antelder2009-01-271-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738096 13f79535-47bb-0310-9956-ffa450edef68
* Process services in component pre-processing.vamsic0072009-01-271-0/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738090 13f79535-47bb-0310-9956-ffa450edef68
* Add launcher to buildantelder2009-01-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738075 13f79535-47bb-0310-9956-ffa450edef68
* Start of some launcher code, not particularly elegant yet but some basic ↵antelder2009-01-272-1/+255
| | | | | | function works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738073 13f79535-47bb-0310-9956-ffa450edef68
* That pesky manifest fileantelder2009-01-272-18/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738059 13f79535-47bb-0310-9956-ffa450edef68
* Start of a launcher as described in TUSCANY-2789antelder2009-01-273-0/+264
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738058 13f79535-47bb-0310-9956-ffa450edef68
* Removing holder-ws-service from pom as it seems the sample is not availablelresende2009-01-271-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738023 13f79535-47bb-0310-9956-ffa450edef68
* Add a parameter to control if we will generate distribution-specific foldersrfeng2009-01-271-40/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737957 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2794 - JMS callback property variable ends with space - not a valid ↵beckerdo2009-01-261-1/+1
| | | | | | Javaidentifier git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737840 13f79535-47bb-0310-9956-ffa450edef68
* Add ignoresslaws2009-01-260-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737792 13f79535-47bb-0310-9956-ffa450edef68
* Add host-webb module into buildslaws2009-01-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737789 13f79535-47bb-0310-9956-ffa450edef68
* Add missing attribute extensions methodslaws2009-01-261-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737786 13f79535-47bb-0310-9956-ffa450edef68
* Fix up host-webapp so that it at least compiles. Doesn't actually work yet ↵slaws2009-01-262-9/+17
| | | | | | but enough to get the sample into the distro with something like the right set of dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737785 13f79535-47bb-0310-9956-ffa450edef68
* Add the samples implementation-java-calculator, binding-ws-calculator, ↵slaws2009-01-269-336/+354
| | | | | | host-webapp-calculator to the distribution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737783 13f79535-47bb-0310-9956-ffa450edef68
* Add host-webapp dependency to distribution.slaws2009-01-2614-0/+3787
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737782 13f79535-47bb-0310-9956-ffa450edef68
* and related to r737718 a module for the current JMS binding listener code ↵antelder2009-01-260-0/+0
| | | | | | that uses the 'asf' approach of a JMS listener spawning unmanaged threads to process messages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737720 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at seperating out the JMS service side listener functions into ↵antelder2009-01-260-0/+0
| | | | | | a pluggable module so different runtime environments can plug in their own runtime specific code. This should help the geronimo plugin support JMS using the Geronimo JMS provider and JCA, and any others who are using Tuscany deeply embedded in a container. Not in the build yet or used by the current JMS binding till it gets a bit further git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737718 13f79535-47bb-0310-9956-ffa450edef68
* Add experimental samples into the build. binding-ws-calculator testing is ↵slaws2009-01-264-9/+20
| | | | | | turned off as binding.ws doesn't work yet. host-webapp-calculator doesn't have a junit yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737698 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2009-01-260-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737696 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2009-01-260-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737693 13f79535-47bb-0310-9956-ffa450edef68
* Another extension targeted samples to test the common ant file. slaws2009-01-2618-0/+1085
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737692 13f79535-47bb-0310-9956-ffa450edef68
* Move more things into the common ant scriptslaws2009-01-263-95/+89
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737691 13f79535-47bb-0310-9956-ffa450edef68
* Add some exception handling so that the JUnit test takes account of ↵slaws2009-01-264-28/+18
| | | | | | exceptions thrown in the "in-composite" client. Also exploit the common ant script. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737683 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2009-01-260-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737682 13f79535-47bb-0310-9956-ffa450edef68
* Add an ant build file to hold some common targets used across the samplesslaws2009-01-261-0/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737681 13f79535-47bb-0310-9956-ffa450edef68
* Demonstrate how the non-JAXWS base class can be used. Add some ignores.slaws2009-01-261-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737668 13f79535-47bb-0310-9956-ffa450edef68
* switch components so that the booking component talks directly to the trip ↵slaws2009-01-2526-240/+654
| | | | | | suppliers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737553 13f79535-47bb-0310-9956-ffa450edef68