summaryrefslogtreecommitdiffstats
path: root/java/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for TUSCANY-2465rfeng2008-07-081-12/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674933 13f79535-47bb-0310-9956-ffa450edef68
* Adding photo-gallery sample to build profilelresende2008-07-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674905 13f79535-47bb-0310-9956-ffa450edef68
* Return a stateless instance of the JAXBTypeHelperrfeng2008-07-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674894 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2464 - Applying Greg's patchlresende2008-07-081-33/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674885 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the CorbanameURL and fix the corbaname parsing issue on Linuxrfeng2008-07-086-175/+215
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674882 13f79535-47bb-0310-9956-ffa450edef68
* Add missing files from r674676rfeng2008-07-082-0/+272
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674725 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2390 - Enabling the disable test and adding new onelresende2008-07-083-5/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674715 13f79535-47bb-0310-9956-ffa450edef68
* Split binding-jms module into two modules binding-jms and binding-jms-runtime.jsdelfino2008-07-0840-139/+449
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674713 13f79535-47bb-0310-9956-ffa450edef68
* Updated comment in .project file as a result of changes in main sca/pom.xml.jsdelfino2008-07-083-3/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674699 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng2008-07-0710-51/+340
| | | | | | (corbaname.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674676 13f79535-47bb-0310-9956-ffa450edef68
* Fixed spelling mistake in google (was googoe) that was prevening the ↵mcombellack2008-07-071-1/+1
| | | | | | gdata-core artefact being uploaded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674425 13f79535-47bb-0310-9956-ffa450edef68
* Adding binding-gdata and binding-gdata-runtime to buildlresende2008-07-061-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674257 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2457 - Uploading script to deploy gdata to temp repo and updating ↵lresende2008-07-062-11/+26
| | | | | | gdata extension to use the new repo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674252 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2352 - upgrade the fix for promoted binding overriding as the ↵slaws2008-07-045-17/+270
| | | | | | automatically created sca bindings were causing the top level to always override. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674139 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2459 - If a binding uri is malformed don't try to use it to go ↵slaws2008-07-041-1/+9
| | | | | | looking for target services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674138 13f79535-47bb-0310-9956-ffa450edef68
* Add 3 additional scenariosnash2008-07-0413-4/+239
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674100 13f79535-47bb-0310-9956-ffa450edef68
* Add itest/buildernash2008-07-049-0/+608
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674090 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2352 - fix up bindings for promoted services. It turns out there is ↵slaws2008-07-044-16/+62
| | | | | | more to do so. That will be a new JIRA but this change forms a basis for the new change git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674050 13f79535-47bb-0310-9956-ffa450edef68
* Add contribution-resource dependencyslaws2008-07-041-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674048 13f79535-47bb-0310-9956-ffa450edef68
* Remove the domain itest from the build as this is an old test of the domain ↵slaws2008-07-041-1/+1
| | | | | | api that is now not being maintained as the domain-management sample has take its place. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674047 13f79535-47bb-0310-9956-ffa450edef68
* make the pom refer to the new version of DAS slaws2008-07-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674046 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the change made at r673687 which didn't anticipate that binding uris ↵slaws2008-07-041-16/+59
| | | | | | in serialized callable references may have absolute uris in them. I.e. they don't match target component names and hence the target component may be null. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674044 13f79535-47bb-0310-9956-ffa450edef68
* Fix the AttributeURIMissing validation test. included an sca-contribution.xmlslaws2008-07-043-2/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674042 13f79535-47bb-0310-9956-ffa450edef68
* Remove debug printstacktraceantelder2008-07-041-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674017 13f79535-47bb-0310-9956-ffa450edef68
* Merge mail/activation jar changes from 1.3 branch to trunkantelder2008-07-041-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674014 13f79535-47bb-0310-9956-ffa450edef68
* Merge ASM legal from 1.3 branch to trunkantelder2008-07-042-0/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673996 13f79535-47bb-0310-9956-ffa450edef68
* Merge license release level updates from 1.3 branchantelder2008-07-041-24/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673992 13f79535-47bb-0310-9956-ffa450edef68
* Merge xom exclude from 1.3 branchantelder2008-07-041-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673984 13f79535-47bb-0310-9956-ffa450edef68
* Merge xom exclude from 1.3 branchantelder2008-07-041-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673983 13f79535-47bb-0310-9956-ffa450edef68
* Update groovy release to match that used by contribution-groovyantelder2008-07-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673970 13f79535-47bb-0310-9956-ffa450edef68
* Update felix version in itest/validationrsivaram2008-07-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673945 13f79535-47bb-0310-9956-ffa450edef68
* Fixed dependencies on node-manager.jsdelfino2008-07-042-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673877 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compilation errorsrfeng2008-07-0395-152/+197
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673870 13f79535-47bb-0310-9956-ffa450edef68
* Adding apache.incubator repository as a pluginRepositorylresende2008-07-031-1/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673818 13f79535-47bb-0310-9956-ffa450edef68
* Remove split monitor package in monitor-logging for OSGi classloadingrsivaram2008-07-034-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673777 13f79535-47bb-0310-9956-ffa450edef68
* Small test updateskwilliams2008-07-032-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673728 13f79535-47bb-0310-9956-ffa450edef68
* Test for duplicate component nameskwilliams2008-07-032-10/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673710 13f79535-47bb-0310-9956-ffa450edef68
* Merge TUSCANY-2419 chg from 1.3 brn to trunkantelder2008-07-032-0/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673700 13f79535-47bb-0310-9956-ffa450edef68
* We should call e.toString() rather than e.getMessage() since some ↵mcombellack2008-07-031-1/+1
| | | | | | exceptions, such as NullPointerException, do not have a Messgae so return null. This then causes a NullPointerException to be thrown since you cannot pass null into the constructor of IOException. This then hides the original cause of the Exception git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673696 13f79535-47bb-0310-9956-ffa450edef68
* No need to call the toXMLString() method twice as we already have the output ↵mcombellack2008-07-031-1/+1
| | | | | | from this method from an earlier call git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673694 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2454 - Added more tests to check that references to Nested ↵mcombellack2008-07-037-6/+137
| | | | | | Composites can be Serialized and Deserialized git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673690 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2454 - Updated Deserialization code of CallableReferenceImpl and ↵mcombellack2008-07-032-35/+40
| | | | | | CallbackReferenceImpl to correctly handle references to nested Composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673687 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for itest/osgi-tuscany and Felix versionsrsivaram2008-07-0325-68/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673669 13f79535-47bb-0310-9956-ffa450edef68
* Databinding tests JAXB Top Down for String, String array and var args.vamsic0072008-07-037-0/+858
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673645 13f79535-47bb-0310-9956-ffa450edef68
* A byte[] must map to xs:base64Binary by default.vamsic0072008-07-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673594 13f79535-47bb-0310-9956-ffa450edef68
* Databinding tests - JAXB Top Down for standard types and array of standard ↵vamsic0072008-07-038-0/+3364
| | | | | | types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673585 13f79535-47bb-0310-9956-ffa450edef68
* Simple picture gallery just showing list of pictures from a album stored as ↵lresende2008-07-0317-171/+194
| | | | | | project resource git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673556 13f79535-47bb-0310-9956-ffa450edef68
* Moved test classes to test/src and fixed scope of dependency on ↵jsdelfino2008-07-023-1/+1
| | | | | | jaxb2-reflection.. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673547 13f79535-47bb-0310-9956-ffa450edef68
* Added missing .sca to test package.jsdelfino2008-07-0210-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673544 13f79535-47bb-0310-9956-ffa450edef68
* Remove use of tuscany parent pom.xml from sca pom.xmlantelder2008-07-021-4/+99
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673459 13f79535-47bb-0310-9956-ffa450edef68