summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix import name to match OASIS package nameslaws2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738827 13f79535-47bb-0310-9956-ffa450edef68
* Add some simple /? help and a fork option to use a new command prompt to run ↵antelder2009-01-291-1/+18
| | | | | | Tuscany which makes it easier to run the samples that have seperate samples for the service and reference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738803 13f79535-47bb-0310-9956-ffa450edef68
* Add a launcher config file for osgiantelder2009-01-291-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738798 13f79535-47bb-0310-9956-ffa450edef68
* Copy the equinox node launcher changed to work with contribution filenames ↵antelder2009-01-291-0/+217
| | | | | | passed in as args. Temp change to demonstrate whats necessary for the launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738796 13f79535-47bb-0310-9956-ffa450edef68
* Add a debug option to the launcher .bat to enable easy remote debugingantelder2009-01-291-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738790 13f79535-47bb-0310-9956-ffa450edef68
* Update the launcher default config to match the latest launcher codeantelder2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738788 13f79535-47bb-0310-9956-ffa450edef68
* Add the temporary NodeMain API used by the launcherantelder2009-01-291-0/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738787 13f79535-47bb-0310-9956-ffa450edef68
* Updates to the launcher classpath and properties processingantelder2009-01-291-18/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738786 13f79535-47bb-0310-9956-ffa450edef68
* More launcher bringup, start making the .bat file a bit more useableantelder2009-01-291-3/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738784 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Merging changes to add extended attribute support for various ↵lresende2009-01-2923-52/+281
| | | | | | bindings (ws, ejb, etc), interface java and wsdl, and implementation java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738721 13f79535-47bb-0310-9956-ffa450edef68
* Align the build-common.xml to use the build-path.xml from the distrorfeng2009-01-291-29/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738703 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the distrosrfeng2009-01-295-105/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738701 13f79535-47bb-0310-9956-ffa450edef68
* Group the config under the "features" folderrfeng2009-01-291-20/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738696 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2663 - Workaround for 'java.lang.IllegalStateException: The current ↵lresende2009-01-291-1/+14
| | | | | | state is not START_DOCUMENT' when in WebSphere env git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738693 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for extended attributes to wsdl interfacelresende2009-01-293-2/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738692 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for extended attributes to java interfacelresende2009-01-293-2/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738691 13f79535-47bb-0310-9956-ffa450edef68
* Removing System.out from WS Policy processorlresende2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738690 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for extended attributes to java implementationlresende2009-01-293-9/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738689 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for writing extended attributes to EJB bindinglresende2009-01-291-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738688 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for extended attributes to EJB bindinglresende2009-01-293-4/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738687 13f79535-47bb-0310-9956-ffa450edef68
* Fixing test failures by ignoring tuscany NS when processing extended attributeslresende2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738686 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for extended attributes to webservices bindinglresende2009-01-294-4/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738685 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring common code to simplify processing extended attributeslresende2009-01-298-30/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738684 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2663 - Workaround for 'java.lang.IllegalStateException: The current ↵lresende2009-01-291-1/+14
| | | | | | state is not START_DOCUMENT' when in WebSphere env git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738683 13f79535-47bb-0310-9956-ffa450edef68
* Change bundle version to 2.0.0rfeng2009-01-281-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738647 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty foldersrfeng2009-01-280-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738644 13f79535-47bb-0310-9956-ffa450edef68
* 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