summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fixed dependencies on node-manager.jsdelfino2008-07-041-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673877 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
* 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 - 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-037-9/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673669 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
* 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-0212-27/+84
| | | | 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
* -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-0116-2356/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673199 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-015-2/+851
| | | | | | 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
* 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-3035-506/+3425
| | | | 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-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
* Moved node management code to a separate module to keep dependencies of ↵jsdelfino2008-06-309-42/+413
| | | | | | implementation-node-runtime minimal. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672835 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up dependencies on stax-api to make sure that one copy of ↵jsdelfino2008-06-3022-71/+148
| | | | | | stax-api.jar is on the classpath. Cleaned up dependencies on pluggable contribution-xyz modules. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672827 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2432 - resolve some dependencies to a single versionslaws2008-06-304-5/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672731 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2430, fix the algorithm used to work out the feed URL. slaws2008-06-291-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672659 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the test case to use the embedded tnameserv for testingrfeng2008-06-284-42/+134
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672548 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compliation error due to refactoring in host-corbarfeng2008-06-282-4/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672545 13f79535-47bb-0310-9956-ffa450edef68
* Add host-corba-jdkrfeng2008-06-2824-88/+467
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672465 13f79535-47bb-0310-9956-ffa450edef68
* Updating jsonrpc binding to move away from deprecated way of setting databindinglresende2008-06-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672453 13f79535-47bb-0310-9956-ffa450edef68
* Update ASL headers (Some of the files are copied from Apache Yoko project)rfeng2008-06-275-86/+93
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672420 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple tnameserv so that we don't have to start the external tnameservrfeng2008-06-276-0/+1689
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672418 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Wojtek for TUSCANY-2397. Thanks. rfeng2008-06-279-147/+144
| | | | | | I also did some refactoring for the test case to only start the tnameserv once git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672122 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2414 - Fixing up DAS poms to remove incubating from artifact versionslresende2008-06-262-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671708 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2427 - merging changes from 1.3 release to trunklresende2008-06-266-12/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671701 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. rfeng2008-06-2520-0/+1338
| | | | | | | I also did some refactoring for the test case to only start the tnameserv once. Another issue I fixed is that the Exceptions for unknown host and port are JDK-specific. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671675 13f79535-47bb-0310-9956-ffa450edef68