summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implementation java processor for OSOA SCDL. part of minimum changes ↵slaws2009-05-1521-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
* binding sca processor for OSOA SCDL. part of minimum changes required to get ↵slaws2009-05-158-0/+545
| | | | | | an OSOA sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775066 13f79535-47bb-0310-9956-ffa450edef68
* Merge implementation-java-xml into implementation-java moduleantelder2009-05-1529-333/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775053 13f79535-47bb-0310-9956-ffa450edef68
* Enable more test casesrfeng2009-05-152-27/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775004 13f79535-47bb-0310-9956-ffa450edef68
* Integrate the NodeConfiguration with NodeImplrfeng2009-05-158-263/+252
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774994 13f79535-47bb-0310-9956-ffa450edef68
* Fix duplicate composite namesrfeng2009-05-151-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774975 13f79535-47bb-0310-9956-ffa450edef68
* Reorganize the pom so that bpel/spring modules are defined in features and ↵rfeng2009-05-1410-60/+112
| | | | | | referenced by the distro pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774921 13f79535-47bb-0310-9956-ffa450edef68
* Add @Service annotationsrfeng2009-05-145-15/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774895 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE penaltyrfeng2009-05-141-16/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774855 13f79535-47bb-0310-9956-ffa450edef68
* Start to integrate the node configuration with NodeImplrfeng2009-05-1419-110/+435
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774854 13f79535-47bb-0310-9956-ffa450edef68
* Add component name to the error messagerfeng2009-05-141-60/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774853 13f79535-47bb-0310-9956-ffa450edef68
* Fix the interfaces for referencesrfeng2009-05-141-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774852 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3023, which has Tuscany raise an error if a <property/> ↵edwardsmj2009-05-141-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
* Improve error reporting of an Invalid java interfaceedwardsmj2009-05-132-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774489 13f79535-47bb-0310-9956-ffa450edef68
* Improve error reporting in JavaInterfaceIntrospectorImpl - in particular ↵edwardsmj2009-05-131-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
* Fix for erroneous error message (NoWsdlInterface) in binding-ws-wsdlgen moduleedwardsmj2009-05-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774481 13f79535-47bb-0310-9956-ffa450edef68
* Fix an erroneous error message in assembly moduleedwardsmj2009-05-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774477 13f79535-47bb-0310-9956-ffa450edef68
* Removal of warning message relating to addition of default <binding.sca/> ↵edwardsmj2009-05-131-40/+46
| | | | | | elements to references during processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774476 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3022 to bring Tuscany in line with the requirements of the ↵edwardsmj2009-05-131-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
* Update the CHNAGES file for things that have happened since the M2 release ↵antelder2009-05-131-0/+15
| | | | | | (mainly what i can think of, please update if i've left things out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774248 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for errors in the processing of <interface.wsdl/> elements, as ↵edwardsmj2009-05-131-13/+47
| | | | | | described in TUSCANY-3019. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774229 13f79535-47bb-0310-9956-ffa450edef68
* Add the StAX processor for NodeConfigurationrfeng2009-05-137-0/+673
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774146 13f79535-47bb-0310-9956-ffa450edef68
* Move node configuration to node-apirfeng2009-05-1215-332/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774126 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015 - Using URI to properly escape/unescape spaces for the BPEL ↵lresende2009-05-123-16/+7
| | | | | | extension git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774071 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ↵lresende2009-05-123-7/+27
| | | | | | of the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774067 13f79535-47bb-0310-9956-ffa450edef68
* Registering the implementation-node related processors under the right ↵lresende2009-05-121-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
* Moving test case to its own package and adding apache license headerlresende2009-05-121-2/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774065 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup to put projects in alphabetical orderlresende2009-05-121-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774064 13f79535-47bb-0310-9956-ffa450edef68
* Changing sample artifact name to follow same pattern as other samples and to ↵lresende2009-05-123-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
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-123-4/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773814 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-121-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773812 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773811 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773810 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix scanner determination for when contribution file path ↵antelder2009-05-121-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
* TUSCANY-3015: Fix scanner determination for when contribution file path ↵antelder2009-05-121-4/+9
| | | | | | contains a space git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773807 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: fix Ode initilization when file path name contains a spaceantelder2009-05-121-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773806 13f79535-47bb-0310-9956-ffa450edef68
* Add commentsrfeng2009-05-121-1/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773735 13f79535-47bb-0310-9956-ffa450edef68
* Add default impl and processor for the node configurationrfeng2009-05-1114-22/+624
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773715 13f79535-47bb-0310-9956-ffa450edef68
* Add missing import packagerfeng2009-05-111-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773626 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3014 - fix test so that it fails when it should. The actual failure ↵slaws2009-05-111-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
* TUSCANY-3014 - this appears to have been wrong for a long time but something ↵slaws2009-05-111-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
* TUSCANY-3014, take out failing tescase while its cause is being resolvedantelder2009-05-111-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773524 13f79535-47bb-0310-9956-ffa450edef68
* Remove the contribution service classes as they're now in contributionantelder2009-05-115-732/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773512 13f79535-47bb-0310-9956-ffa450edef68
* Copy the contribution service classes from the workspace modules to ↵antelder2009-05-115-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
* Delete node-impl2 as the changes have been merged into node-implantelder2009-05-1121-2369/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773510 13f79535-47bb-0310-9956-ffa450edef68
* Merge in the node-impl-2 changes to simplify the node by not requiring ↵antelder2009-05-114-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
* Added missing MANIFEST entry for ↵edwardsmj2009-05-101-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
* Improve Exception handling and reporting in ↵edwardsmj2009-05-101-2/+3
| | | | | | DefaultURLArtifactProcessorExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773353 13f79535-47bb-0310-9956-ffa450edef68
* Fix for the unwired references problem logged in TUSCANY-3013edwardsmj2009-05-104-202/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773349 13f79535-47bb-0310-9956-ffa450edef68
* Update manifestantelder2009-05-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773316 13f79535-47bb-0310-9956-ffa450edef68