summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-19Expose extension point registery rfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776393 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Change the NodeFactoryImpl to be capable of hosting multiple instances of ↵rfeng16-1418/+836
SCA node in the same JVM and align the OSGiNodeFactoryImpl to that feature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776383 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Remove empty linerfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776139 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Change the creation of DistributedSCABinding to the factory to avoid OSGi ↵rfeng9-106/+139
violations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776005 13f79535-47bb-0310-9956-ffa450edef68
2009-05-17Merge interface-java-xml into interface-javaantelder23-311/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775608 13f79535-47bb-0310-9956-ffa450edef68
2009-05-17Start merging binding-sca into assembly and creating a binding-sca-runtime ↵antelder36-70/+51
module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775592 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Fix for TUSCANY-3036: for component service interface mismatch with ↵edwardsmj1-2/+2
implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775472 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Fix for TUSCANY-3036: for component service interface mismatch with ↵edwardsmj1-1/+1
implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775471 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Fix for TUSCANY-3035: for component service interface mismatch with ↵edwardsmj1-2/+3
implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775469 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Remove unused depenedencyantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775430 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Decouple node-impl from sca-client-implantelder7-36/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775426 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Adding support for <baseURI> element of binding base uri configurationrfeng3-2/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775370 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Update the node launcher to use the NodeFactoryrfeng9-253/+334
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775369 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Fix for TUSCANY-3034 - raised reporting of an invalid <servi ce/> @promote ↵edwardsmj1-1/+2
attribute value from "warning" to "error" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775333 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Add the processor to read the node configuration in the ATOM formatrfeng1-0/+160
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775325 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Push down some of the createNode() methods to NodeFactory and only require ↵rfeng7-128/+300
the createNode(NodeConfiguration) to be implemented by subclasses git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775283 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Update NodeUtil and add a test caserfeng2-20/+59
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775282 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15OSOA annotations and APIs. part of minimum changes required to get an OSOA ↵slaws40-0/+1796
sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775069 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15implementation java processor for OSOA SCDL. part of minimum changes ↵slaws21-0/+1428
required to get an OSOA sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775067 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15binding sca processor for OSOA SCDL. part of minimum changes required to get ↵slaws8-0/+545
an OSOA sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775066 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Merge implementation-java-xml into implementation-java moduleantelder29-333/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775053 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Enable more test casesrfeng2-27/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775004 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Integrate the NodeConfiguration with NodeImplrfeng8-263/+252
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774994 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Reorganize the pom so that bpel/spring modules are defined in features and ↵rfeng3-21/+22
referenced by the distro pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774921 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Avoid NPE penaltyrfeng1-16/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774855 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Start to integrate the node configuration with NodeImplrfeng19-110/+435
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774854 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Add component name to the error messagerfeng1-60/+59
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774853 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Fix for TUSCANY-3023, which has Tuscany raise an error if a <property/> ↵edwardsmj1-0/+6
element has both @type and @element attributes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774826 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13Improve error reporting of an Invalid java interfaceedwardsmj2-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774489 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13Improve error reporting in JavaInterfaceIntrospectorImpl - in particular ↵edwardsmj1-3/+5
report the names of the artifacts being processed when the error occurred. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774486 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13Fix for erroneous error message (NoWsdlInterface) in binding-ws-wsdlgen moduleedwardsmj1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774481 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13Fix an erroneous error message in assembly moduleedwardsmj1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774477 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13Removal of warning message relating to addition of default <binding.sca/> ↵edwardsmj1-40/+46
elements to references during processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774476 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13Fix for TUSCANY-3022 to bring Tuscany in line with the requirements of the ↵edwardsmj1-6/+12
OASIS SCA Assembly spec - testcases ASM_4002, ASM_4003, ASM_4004 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774475 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13Fixes for errors in the processing of <interface.wsdl/> elements, as ↵edwardsmj1-13/+47
described in TUSCANY-3019. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774229 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13Add the StAX processor for NodeConfigurationrfeng7-0/+673
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774146 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Move node configuration to node-apirfeng15-332/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774126 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015 - Using URI to properly escape/unescape spaces for the BPEL ↵lresende3-16/+7
extension git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774071 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ↵lresende3-7/+27
of the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774067 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Registering the implementation-node related processors under the right ↵lresende1-1/+1
namespace to avoid test failures by not finding the processors at run time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774066 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder3-4/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773814 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773812 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773811 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773810 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015: Fix scanner determination for when contribution file path ↵antelder1-5/+12
contains a space (was tempted to just delete ContributionInfoProcessor as it doesn't appear to ever get used in a full build so how do we know if it works if it doesn't have any test at all?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773808 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015: Fix scanner determination for when contribution file path ↵antelder1-4/+9
contains a space git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773807 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015: fix Ode initilization when file path name contains a spaceantelder1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773806 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Add commentsrfeng1-1/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773735 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11Add default impl and processor for the node configurationrfeng14-22/+624
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773715 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11Add missing import packagerfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773626 13f79535-47bb-0310-9956-ffa450edef68