summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-04Fixed dependencies on node-manager.jsdelfino2-6/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673877 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Fix the compilation errorsrfeng95-152/+197
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673870 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Adding apache.incubator repository as a pluginRepositorylresende1-1/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673818 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Remove split monitor package in monitor-logging for OSGi classloadingrsivaram4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673777 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Small test updateskwilliams2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673728 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Test for duplicate component nameskwilliams2-10/+62
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673710 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Merge TUSCANY-2419 chg from 1.3 brn to trunkantelder2-0/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673700 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03We should call e.toString() rather than e.getMessage() since some ↵mcombellack1-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
2008-07-03No need to call the toXMLString() method twice as we already have the output ↵mcombellack1-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
2008-07-03TUSCANY-2454 - Added more tests to check that references to Nested ↵mcombellack7-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
2008-07-03TUSCANY-2454 - Updated Deserialization code of CallableReferenceImpl and ↵mcombellack2-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
2008-07-03Fixes for itest/osgi-tuscany and Felix versionsrsivaram25-68/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673669 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Databinding tests JAXB Top Down for String, String array and var args.vamsic0077-0/+858
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673645 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03A byte[] must map to xs:base64Binary by default.vamsic0071-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673594 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Databinding tests - JAXB Top Down for standard types and array of standard ↵vamsic0078-0/+3364
types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673585 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Simple picture gallery just showing list of pictures from a album stored as ↵lresende17-171/+194
project resource git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673556 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Moved test classes to test/src and fixed scope of dependency on ↵jsdelfino3-1/+1
jaxb2-reflection.. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673547 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Added missing .sca to test package.jsdelfino10-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673544 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Remove use of tuscany parent pom.xml from sca pom.xmlantelder1-4/+99
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673459 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Skeleton for photo-gallery samplelresende8-0/+756
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673436 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Databinding tests - JAXB Top Down for primitive types and arrays of ↵vamsic0079-0/+2445
primitives types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673368 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Fix TUSCANY-2449nash4-23/+86
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673310 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Fix for TUSCANY-2444rfeng13-29/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673298 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Fix the compilation errorsrfeng2-110/+101
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673290 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02-adding support to implementation.xquery for xquery execution results that ↵adrianocrestani4-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
2008-07-02Apply the patch from Wojtek and work around the SUN JDK ORB shutdown issuerfeng7-102/+107
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673263 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Another Assembly Model testkwilliams3-27/+49
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673222 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01-formatting ItemList2ObjectTransformer.java comment for better comprehensionadrianocrestani1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673214 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Totally obliterate all last vestiges of module interface-wsdl-java2wsdlnash1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673210 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Remove module interface-wsdl-java2wsdlnash18-2367/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673199 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Fix missing node-manager dependencynash1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673184 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01First test for Assembly Model component sectionkwilliams8-0/+310
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673173 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Fix compilation errornash1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673145 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Remove old incubator repository referenceantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673098 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01continue with agregate jar modules as being discussed on ML. Add new api and ↵antelder23-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
2008-07-01Add binding-ws-wsdlgen modulenash1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673089 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Delete obsolete filenash1-524/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673086 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01remove debug code and fix svn:ignore propertynash1-9/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673080 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Merge fix for TUSCANY-2431 from 1.3 brn to trunkantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673079 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Start of an scdl4j module as discussed on MLantelder1-0/+315
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673017 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01-adding to implementation.query support to return more than one result from ↵adrianocrestani4-10/+224
a xquery execution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673004 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Add itest-corba to the buildrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673003 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01adding toString() to better debuginglresende1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672980 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Instrumenting runtime classes with toString() to facilitate debuginglresende3-0/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672978 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Removed unnecessary dependency.jsdelfino1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672955 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Added more exlusions of stax-api.jsdelfino1-0/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672954 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Fixed dependency on stax-api.jsdelfino1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672953 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Fix TUSCANY-2446nash40-508/+3430
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672939 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng39-0/+2813
(itest-dir.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672936 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng9-70/+36
(modules-dir.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672933 13f79535-47bb-0310-9956-ffa450edef68