summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a second test source directory as we can't use src/main/java as it needs ↵antelder2009-07-272-0/+22
| | | | | | a compile dependency on the classes in the test folder git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798181 13f79535-47bb-0310-9956-ffa450edef68
* Remove test folderantelder2009-07-271-106/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798173 13f79535-47bb-0310-9956-ffa450edef68
* Add a Tuscany specific RuntimeBridge that usesthe non-OSGi code as thats ↵antelder2009-07-271-0/+106
| | | | | | easier to work with git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798171 13f79535-47bb-0310-9956-ffa450edef68
* Test commitantelder2009-07-271-0/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798169 13f79535-47bb-0310-9956-ffa450edef68
* Add a Tuscany specific RuntimeBridge that usesthe non-OSGi code as thats ↵antelder2009-07-271-1/+1
| | | | | | easier to work with git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798163 13f79535-47bb-0310-9956-ffa450edef68
* Update to have both OSGi and non-OSGi based runtime bridges as the non-OSGi ↵antelder2009-07-271-6/+3
| | | | | | is easier to work with. You can update the properties file to switch between which is used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798143 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3134 - Re-enable iTestlresende2009-07-271-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798070 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3134 - Re-enable iTestlresende2009-07-271-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798068 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3134 - Moving BPEL decument resolve logic to it's model resolver to ↵lresende2009-07-274-277/+410
| | | | | | solve issues in Ubuntu OS git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798065 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3134: Take bpel itest out of build while its failing on the hudson ↵antelder2009-07-261-0/+2
| | | | | | build machine git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797876 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3182: take dosgi-dynamic-calculator-operations sample out of build ↵antelder2009-07-261-1/+3
| | | | | | while its fialing on the hudson build machine git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797875 13f79535-47bb-0310-9956-ffa450edef68
* Move the OSGi service importer/exporterrfeng2009-07-243-35/+5
| | | | | | | Change the node URI Delete empty folders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797679 13f79535-47bb-0310-9956-ffa450edef68
* Add the support for dynamic OSGi remote service import and export based on ↵rfeng2009-07-2494-1439/+5890
| | | | | | | | OSGi properties Add two samples to demonstrate the OSGi property driven remote services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797580 13f79535-47bb-0310-9956-ffa450edef68
* Fix the getQNamesrfeng2009-07-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797579 13f79535-47bb-0310-9956-ffa450edef68
* Add a test to avoid expensive reset of the CompositeActivatorrfeng2009-07-241-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797578 13f79535-47bb-0310-9956-ffa450edef68
* Add back the @Test annotation so the testcase doesn't fail due to no testsantelder2009-07-241-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797375 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compilation error by copying the Base64Binary class to the test caserfeng2009-07-243-2/+297
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797283 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate requiredIntents/policySets fields and make a copy for the clonerfeng2009-07-232-15/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797187 13f79535-47bb-0310-9956-ffa450edef68
* Add support for bundleresource protocolrfeng2009-07-232-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797180 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3150 make the context a little more interesting in the example. slaws2009-07-221-27/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796877 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3150 TUSCANY-3176 updates to show how we can accumulate context and ↵slaws2009-07-225-28/+117
| | | | | | how we can make the code simpler in terms of introducing the monitor to a module. I would like to think there is a more automatic way of determining the bundle name. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796871 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3175 don't build the model without a monitor. It's won't work in the ↵slaws2009-07-227-10/+66
| | | | | | future when we rely on a monitor being present in order to record context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796870 13f79535-47bb-0310-9956-ffa450edef68
* Remove conversation ID from reference parameters. Not required for OASISslaws2009-07-223-35/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796867 13f79535-47bb-0310-9956-ffa450edef68
* Make the not yet matched status sounds a little less terminal. Just because ↵slaws2009-07-225-7/+7
| | | | | | it isn't matched yet doesn't mean it won't work. The way the code has turned out we can probably work to get rid of this state altogether git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796866 13f79535-47bb-0310-9956-ffa450edef68
* Fix artifact id and put resource copying in the right phaseslaws2009-07-2263-187/+187
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796743 13f79535-47bb-0310-9956-ffa450edef68
* Add new test structure based on copying files from one large checkout from ↵slaws2009-07-2261-522/+2347
| | | | | | OASIS svn to the correct places in out test structure git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796718 13f79535-47bb-0310-9956-ffa450edef68
* Remove as having problems with svn and the svn:externals that used to hereslaws2009-07-221-33/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796700 13f79535-47bb-0310-9956-ffa450edef68
* Remove as having problems with svn and the svn:externals that used to hereslaws2009-07-221-33/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796698 13f79535-47bb-0310-9956-ffa450edef68
* Update README to reflect file copyingslaws2009-07-221-10/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796688 13f79535-47bb-0310-9956-ffa450edef68
* Extend scripts to include all contributionsslaws2009-07-222-27/+125
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796687 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for spring module classloader changes ref: TUSCANY-3069 in 1.xramkumar2009-07-227-52/+137
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796684 13f79535-47bb-0310-9956-ffa450edef68
* Fixes in itest for the spring classloader changes ref: TUSCANY-3069 in 1.xramkumar2009-07-2247-98/+95
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796683 13f79535-47bb-0310-9956-ffa450edef68
* Add script to allow the contributions to be reconfiguredslaws2009-07-222-0/+133
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796675 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3138 turn callback itests back onslaws2009-07-221-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796633 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3138 fix up callbacks now that the system relies solely on the ↵slaws2009-07-229-21/+187
| | | | | | ServiceReference interface. I've reinstated the CallbackReference class as CallbackServiceReference to provide the extra features required callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796631 13f79535-47bb-0310-9956-ffa450edef68
* Remove code that has been refactored. slaws2009-07-211-29/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796235 13f79535-47bb-0310-9956-ffa450edef68
* Add some logging to show what is in the registry. Will have to turn off ↵slaws2009-07-211-0/+1
| | | | | | (turn in FINE) when we start putting more in the registry but helps to show that Endpoints are being replicated. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796233 13f79535-47bb-0310-9956-ffa450edef68
* Set EndpointReference state on callback slaws2009-07-211-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796232 13f79535-47bb-0310-9956-ffa450edef68
* Make printed uri in toString more consistent with getURI output. slaws2009-07-212-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796231 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3138 first tranche of changes to serialize service references in the ↵slaws2009-07-2114-382/+354
| | | | | | form of an EndpointReference. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796222 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3138 add a servlet host dependencyslaws2009-07-211-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796200 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3138 bringing up the old callable reference test as the ↵slaws2009-07-2114-0/+797
| | | | | | service-reference test. In OASIS callable references are no more. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796190 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-21780-54636/+54636
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3134 - Adding @Ignore to failing test case to temporarly disable and ↵lresende2009-07-211-2/+3
| | | | | | allow build to proceed in Hudson environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796126 13f79535-47bb-0310-9956-ffa450edef68
* Fixing artifact id to follow same name pattern and to group all webapps when ↵lresende2009-07-215-6/+6
| | | | | | loading into eclipse ide git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796125 13f79535-47bb-0310-9956-ffa450edef68
* Updating pom to build tomcat distribution when using Distribution maven profilelresende2009-07-212-8/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796124 13f79535-47bb-0310-9956-ffa450edef68
* Add support for BPEL 2.0 partnerLink extension elements in WSDL documents, ↵edwardsmj2009-07-202-1/+6
| | | | | | as described in TUSCANY-3168 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796039 13f79535-47bb-0310-9956-ffa450edef68
* Add support for 0..1 multiplicity references, as described in TUSCANY-3145edwardsmj2009-07-206-21/+195
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796034 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3167rfeng2009-07-201-6/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795959 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3162rfeng2009-07-201-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795933 13f79535-47bb-0310-9956-ffa450edef68