summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Skeleton for photo-gallery samplelresende2008-07-028-0/+756
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673436 13f79535-47bb-0310-9956-ffa450edef68
* Databinding tests - JAXB Top Down for primitive types and arrays of ↵vamsic0072008-07-029-0/+2445
| | | | | | primitives types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673368 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2449nash2008-07-024-23/+86
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673310 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2444rfeng2008-07-0213-29/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673298 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compilation errorsrfeng2008-07-022-110/+101
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673290 13f79535-47bb-0310-9956-ffa450edef68
* -adding support to implementation.xquery for xquery execution results that ↵adrianocrestani2008-07-024-2/+158
| | | | | | returns only one value but the caller is expecting one array git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673278 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Wojtek and work around the SUN JDK ORB shutdown issuerfeng2008-07-027-102/+107
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673263 13f79535-47bb-0310-9956-ffa450edef68
* Another Assembly Model testkwilliams2008-07-013-27/+49
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673222 13f79535-47bb-0310-9956-ffa450edef68
* -formatting ItemList2ObjectTransformer.java comment for better comprehensionadrianocrestani2008-07-011-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673214 13f79535-47bb-0310-9956-ffa450edef68
* Totally obliterate all last vestiges of module interface-wsdl-java2wsdlnash2008-07-011-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673210 13f79535-47bb-0310-9956-ffa450edef68
* Remove module interface-wsdl-java2wsdlnash2008-07-0118-2367/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673199 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing node-manager dependencynash2008-07-011-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673184 13f79535-47bb-0310-9956-ffa450edef68
* First test for Assembly Model component sectionkwilliams2008-07-018-0/+310
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673173 13f79535-47bb-0310-9956-ffa450edef68
* Fix compilation errornash2008-07-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673145 13f79535-47bb-0310-9956-ffa450edef68
* Remove old incubator repository referenceantelder2008-07-011-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673098 13f79535-47bb-0310-9956-ffa450edef68
* continue with agregate jar modules as being discussed on ML. Add new api and ↵antelder2008-07-0123-2/+1916
| | | | | | runtime2 modules and a calculator2 sample that shows them being used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673092 13f79535-47bb-0310-9956-ffa450edef68
* Add binding-ws-wsdlgen modulenash2008-07-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673089 13f79535-47bb-0310-9956-ffa450edef68
* Delete obsolete filenash2008-07-011-524/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673086 13f79535-47bb-0310-9956-ffa450edef68
* remove debug code and fix svn:ignore propertynash2008-07-011-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673080 13f79535-47bb-0310-9956-ffa450edef68
* Merge fix for TUSCANY-2431 from 1.3 brn to trunkantelder2008-07-011-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673079 13f79535-47bb-0310-9956-ffa450edef68
* Start of an scdl4j module as discussed on MLantelder2008-07-011-0/+315
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673017 13f79535-47bb-0310-9956-ffa450edef68
* -adding to implementation.query support to return more than one result from ↵adrianocrestani2008-07-014-10/+224
| | | | | | a xquery execution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673004 13f79535-47bb-0310-9956-ffa450edef68
* Add itest-corba to the buildrfeng2008-07-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673003 13f79535-47bb-0310-9956-ffa450edef68
* adding toString() to better debuginglresende2008-07-011-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672980 13f79535-47bb-0310-9956-ffa450edef68
* Instrumenting runtime classes with toString() to facilitate debuginglresende2008-07-013-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672978 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnecessary dependency.jsdelfino2008-06-301-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672955 13f79535-47bb-0310-9956-ffa450edef68
* Added more exlusions of stax-api.jsdelfino2008-06-301-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672954 13f79535-47bb-0310-9956-ffa450edef68
* Fixed dependency on stax-api.jsdelfino2008-06-301-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672953 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2446nash2008-06-3040-508/+3430
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672939 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng2008-06-3039-0/+2813
| | | | | | (itest-dir.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672936 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng2008-06-309-70/+36
| | | | | | (modules-dir.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672933 13f79535-47bb-0310-9956-ffa450edef68
* More POM cleanup to make dependencies on stax-api consistent.jsdelfino2008-06-303-4/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672843 13f79535-47bb-0310-9956-ffa450edef68