summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-16Copying test distro build scripts to trunk as suggested in ↵jsdelfino85-0/+26470
http://marc.info/?l=tuscany-user&m=121565109527102. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677167 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16Added missing JSON transformer for simple types.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677166 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16Keep the felix instance for stoprfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677114 13f79535-47bb-0310-9956-ffa450edef68
2008-07-15Change the package names and bundle symbolic name to avoid conflicts in OSGirfeng7-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677065 13f79535-47bb-0310-9956-ffa450edef68
2008-07-15Added exclusion of asm-2.2.3 which conflicted with asm-3.1-all.jar.jsdelfino2-2/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677004 13f79535-47bb-0310-9956-ffa450edef68
2008-07-15Comment out support for physical destination names as it doesn't work ↵antelder4-10/+55
properly yet, add support for the scaConversationId header git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676844 13f79535-47bb-0310-9956-ffa450edef68
2008-07-15Remove unused fileantelder1-44/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676842 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14Fixed build error in store-test.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676711 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14Fixed method name on NodeLauncher. Changed test case to use the correct ↵jsdelfino3-5/+4
NodeLauncher method. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676654 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14Starting to fix algorithm driving the resolution of the composite associated ↵jsdelfino2-67/+98
with a node. Before it was trying to resolve it with all contributions, causing exceptions when multiple contributions were used and the composite could not be fully resolved in one of them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676652 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14Fixed NPE when WebServiceBinding does not have a configured builder.jsdelfino1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676651 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14Fix for TUSCANY-2409. Mirrored changes to SCANodeFactory in NodeLauncher.jsdelfino7-50/+112
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676650 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14Start of a jms callback sampleantelder13-0/+640
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676509 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14Rename varriables to make intention clearerantelder1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676507 13f79535-47bb-0310-9956-ffa450edef68
2008-07-13Add itest for jms callbacks using a temporary callback queueantelder5-9/+132
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676288 13f79535-47bb-0310-9956-ffa450edef68
2008-07-13No code changes, just format the codeantelder12-191/+178
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676284 13f79535-47bb-0310-9956-ffa450edef68
2008-07-13More jms callback work, support physical jms destination names in the call ↵antelder4-91/+122
back headers and temporary callback queues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676280 13f79535-47bb-0310-9956-ffa450edef68
2008-07-13Add another createSCANode method while TUSCANY-2409 is looked at furtherantelder1-0/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676277 13f79535-47bb-0310-9956-ffa450edef68
2008-07-13Add another createSCANode method while TUSCANY-2409 is looked at furtherantelder1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676276 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11More assembly model testskwilliams7-0/+271
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676074 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11Resolve relative composite URIs against the contributionsrfeng2-8/+49
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676047 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11Add host-jetty to avoid test failurerfeng3-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676046 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11Add the first instance only optimization backrfeng8-70/+58
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676038 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11Start getting callbacks over jms to workantelder7-22/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675946 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11Start of an itest for callbacks over JMSantelder9-0/+424
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675940 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11Updating script to deploy other files to temporary maven repolresende1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675838 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11TUSCANY-2458 TUSCANY-2460 - Initial patches for GData Binding from Haibo Zao ↵lresende9-0/+570
- part 2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675837 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11TUSCANY-2458 TUSCANY-2460 - Initial patches for GData Binding from Haibo Zaolresende22-0/+3280
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675836 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10Apply the patch from Wojtek for TUSCANY-2468rfeng21-17/+1365
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675786 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10Minimal changes on repository name and commentslresende1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675763 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10Fixes for itest/osgi-tuscanyrsivaram8-41/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675762 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10TUSCANY-2370 - Applying Dan's patchlresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675681 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10Fix the test case failurerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675680 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10Fix the test case failurerfeng1-18/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675675 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Defer the creation of WorkManager to avoid the JNDI lookuprfeng3-17/+30
Also clear the openejb related system properties to avoid warnings in JNDI lookup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675379 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Apply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng9-195/+33
(corbaname-improvement-jira-2357-09-july.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675361 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Fix for TUSCANY-2409rfeng52-277/+488
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675358 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09TUSCANY-2434 and updates from TUSCANY-2354lresende7-32/+73
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675323 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09TUSCANY-2467 - Adding GDataImplementationProcessorlresende5-23/+144
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675221 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Merge TUSCANY-2417: fix callback-ws sample to work by using explicit ↵antelder1-2/+2
callback uri from 1.3 branch to trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675138 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Merge TUSCANY-2417: fix callback-ws sample to work by using explicit ↵antelder1-1/+1
callback uri from 1.3 branch to trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675137 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Add missing filerfeng1-0/+110
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675065 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08TUSCANY-2466 - Only apply resolve algorithm to unresolved policieslresende1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675061 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Use maven dependency:copy to copy eclipse bundles overrfeng9-53/+68
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675059 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Simplify the unit test invokerrfeng2-180/+93
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675041 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Make the ServiceDiscovery pluggable and add support for OSGi-based service ↵rfeng54-660/+2091
discoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675040 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08TUSCANY-2354 - Applying a slightly modified version of Ram's patch to get a ↵lresende18-102/+316
sucessful build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675018 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Set unique system id onto the in-memory DOMs representing XSDs to avoid ↵rfeng1-0/+5
conflicts as reported by TUSCANY-2465 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675013 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Avoid conflict of Source[] and DataHandler[] in JAXBContextrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675006 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Fix the lookup issue with SUN JDKsrfeng3-7/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674957 13f79535-47bb-0310-9956-ffa450edef68