summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
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-12Moving test case to its own package and adding apache license headerlresende1-2/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774065 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Minor cleanup to put projects in alphabetical orderlresende1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774064 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Changing sample artifact name to follow same pattern as other samples and to ↵lresende3-3/+3
group all together in developer IDE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774063 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
2009-05-11TUSCANY-3014 - fix test so that it fails when it should. The actual failure ↵slaws1-2/+6
was being caused by an incorrect namespace registered for the stax artifact processor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773531 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11TUSCANY-3014 - this appears to have been wrong for a long time but something ↵slaws1-1/+1
else has changes to case the implementation-node-runtime test to fail git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773528 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11TUSCANY-3014, take out failing tescase while its cause is being resolvedantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773524 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11Remove the contribution service classes as they're now in contributionantelder5-732/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773512 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11Copy the contribution service classes from the workspace modules to ↵antelder5-0/+714
contribution, they can now be part of the split into contribution-xxx modules thats going on git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773511 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11Delete node-impl2 as the changes have been merged into node-implantelder21-2369/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773510 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11Merge in the node-impl-2 changes to simplify the node by not requiring ↵antelder4-265/+327
implementation-node and using the workspace as the contribution service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773509 13f79535-47bb-0310-9956-ffa450edef68
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