summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-10Added missing MANIFEST entry for ↵edwardsmj1-0/+1
org.apache.tuscany.sca.contributions.namespace, required by the ContributionDependencyBuilderTestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773373 13f79535-47bb-0310-9956-ffa450edef68
2009-05-10Improve Exception handling and reporting in ↵edwardsmj1-2/+3
DefaultURLArtifactProcessorExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773353 13f79535-47bb-0310-9956-ffa450edef68
2009-05-10Fix for the unwired references problem logged in TUSCANY-3013edwardsmj4-202/+158
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773349 13f79535-47bb-0310-9956-ffa450edef68
2009-05-10Update manifestantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773316 13f79535-47bb-0310-9956-ffa450edef68
2009-05-10Redo the contribution modules merge started in r772861 but this time ↵antelder81-1057/+37
including svn history. As everyone seems happy with this approach now instead of doing it in a new module its just done directly in the existing contribution module. This is the start of what was described on the ML as'contribution (or core-contribution or contribution-runtime) for all the spi/infrastructure type of stuff', right now it has everything so its all in one place to make things obvious and the other contribution-* modules can be be created by moving bits out of here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773311 13f79535-47bb-0310-9956-ffa450edef68
2009-05-10Delete the contribution-new module to redo including the svn historyantelder138-13653/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773309 13f79535-47bb-0310-9956-ffa450edef68
2009-05-09Start an archetype for a sample using bpel in a webappantelder11-0/+594
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773177 13f79535-47bb-0310-9956-ffa450edef68
2009-05-09Improve error reporting when exceptions occur during composite document ↵edwardsmj1-70/+75
processing - tag all exceptions with the name of the composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773162 13f79535-47bb-0310-9956-ffa450edef68
2009-05-09Fix the XML syntax errorsrfeng2-8/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773139 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Start to experiment a new way to provide the node configurationrfeng7-0/+307
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773135 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Add missing endpoint clone and add helloworld-bpel back into the build. The ↵slaws2-7/+10
missing clone meant that the reference side wire was pointing directly to the service side endpoint. When the reference side wire endpoint was configured with the reference binding interface contract the service side wire was also being reconfigured erroneously git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773103 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Removed unneeded imported that causes my compile to failslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773036 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Clean up the old stuff from the pom.xmlantelder1-11/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773026 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Clean up the old stuff from the pom.xmlantelder1-96/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773025 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Get the bpel sample so the testcase runs but take it out of the buildantelder3-5/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773020 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Put dependency back to interface-wsdl as the xml modules has been merged ↵antelder1-1/+1
into that. Heh :-) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772983 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Add dependency on interface-wsdl-xml as its need to process the wsdl filesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772981 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Updates and additions to add preResolve phase to contribution processing ↵edwardsmj1-10/+33
(See TUSCANY-3012) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772951 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Updates and additions to add preResolve phase to contribution processing ↵edwardsmj1-19/+55
(See TUSCANY-3012) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772950 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Updates and additions to add preResolve phase to contribution processing ↵edwardsmj3-8/+92
(See TUSCANY-3012) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772949 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Remove commentted out or unused code and fix IDE warningsantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772948 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Remove commentted out or unused code and fix IDE warningsantelder4-16/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772947 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Improved error reporting when exceptions thrown during Composite read phase ↵edwardsmj1-4/+4
- now reports the name of the Composite being read git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772882 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Start the contribution refactoring as discussed on the mailing list. This is ↵antelder138-0/+13653
the 'contribution (or core-contribution or contribution-runtime) for all the spi/infrastructure type of stuff', right now it has everything so its all in one place and the contribution-metadata can be created by moving bits out of here git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772861 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Cleaned Generics problems from Spring implementation filesedwardsmj2-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772749 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Added missing springframework package dependencies to the MANIFEST.MF of ↵edwardsmj1-0/+5
implementation-spring-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772687 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Removed references to implementation.spring.processor package from ↵edwardsmj1-6/+1
MANIFEST.MF file in implementation-spring git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772684 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Add sca client impl module to buildantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772575 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Remove sysout print and add file missed from initial commitantelder2-1/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772562 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Fixes the handling of promoted references and services which have callback ↵edwardsmj2-3/+60
interfaces, as reported in TUSCANY-3010 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772530 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Add a simplified Node impl that doesn't use implementation-node or the ↵antelder20-0/+2356
workspace modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772526 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Added exception handling during resolve phase to improve error reportingedwardsmj1-7/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772522 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Added new check for null URI and URL parameters when reading a Composite ↵edwardsmj1-0/+3
document git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772520 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06moving spring-runtime to spring-scaramkumar23-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772360 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Fix for when domain name is nullantelder1-2/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772141 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Update manifests for sca clientantelder3-9/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772135 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06integrate to allow running of OASIS conformance testskelvingoodson2-0/+183
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772131 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Continue exploring sca client api with a new module for the client ↵antelder11-44/+387
implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772115 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Include spring modules in distroantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772113 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Include README files if they're present in modulesantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772107 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Remove old dependency on runtime moduleantelder1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772070 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05Allow the SCA composite for bundles can be packaged in an external bundle ↵rfeng3-11/+74
and leave the original bundles as is git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772014 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05Update spring for recent mediator change that missed th espring extensionantelder1-6/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771582 13f79535-47bb-0310-9956-ffa450edef68
2009-05-04Change the test case to use an external SCA bundle to control the RFC119rfeng6-3/+151
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771488 13f79535-47bb-0310-9956-ffa450edef68
2009-05-04Turn FaultExceptionMapper into a declarative system utilityrfeng4-12/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771357 13f79535-47bb-0310-9956-ffa450edef68
2009-05-04Merge the change from 1.xrfeng1-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771356 13f79535-47bb-0310-9956-ffa450edef68
2009-05-03Improve error reporting when exceptions occur during Java interface ↵edwardsmj1-1/+3
processing - tag all exceptions with the name of the Java interface class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771034 13f79535-47bb-0310-9956-ffa450edef68
2009-05-03Improve error reporting when exceptions occur during Java implementation ↵edwardsmj1-28/+32
processing - tag all exceptions with the name of the Java class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771033 13f79535-47bb-0310-9956-ffa450edef68
2009-05-03Improve error reporting when exceptions occur during composite document ↵edwardsmj1-2/+8
processing - tag all exceptions with the name of the composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771032 13f79535-47bb-0310-9956-ffa450edef68
2009-05-02Add a README to the spring modulesantelder2-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770904 13f79535-47bb-0310-9956-ffa450edef68