summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Start to add LevelDB supportrfeng2011-09-1710-0/+795
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172029 13f79535-47bb-0310-9956-ffa450edef68
* Cache the cssrfeng2011-09-161-12/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171845 13f79535-47bb-0310-9956-ffa450edef68
* Externalize the artifact styles into CSSrfeng2011-09-1614-37/+201
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171841 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation inforfeng2011-09-164-0/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171840 13f79535-47bb-0310-9956-ffa450edef68
* Improved the SMD and error handlingrfeng2011-09-165-87/+163
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171688 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3946 - only reset the TCCL if it's not already set to the ↵slaws2011-09-161-19/+24
| | | | | | contribution classloader git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171532 13f79535-47bb-0310-9956-ffa450edef68
* update JCI test runners to OASIS svn r286 - remove skipped testsslaws2011-09-161-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171465 13f79535-47bb-0310-9956-ffa450edef68
* update JCI test contributions to OASIS svn r286 - remove skipped testsslaws2011-09-162-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171464 13f79535-47bb-0310-9956-ffa450edef68
* Add the ablity to generate links for the component/service/reference/propertyrfeng2011-09-164-10/+68
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171339 13f79535-47bb-0310-9956-ffa450edef68
* Update the dependenciesrfeng2011-09-151-1/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171289 13f79535-47bb-0310-9956-ffa450edef68
* Add the diagram plugin into the buildrfeng2011-09-151-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171288 13f79535-47bb-0310-9956-ffa450edef68
* Remove the old test and add it to the module buildrfeng2011-09-152-141/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171287 13f79535-47bb-0310-9956-ffa450edef68
* Copy the composite diagram generator into modulesrfeng2011-09-1547-0/+5166
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171222 13f79535-47bb-0310-9956-ffa450edef68
* Add a maven plugin to generate SCA diagramsrfeng2011-09-155-0/+429
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171218 13f79535-47bb-0310-9956-ffa450edef68
* Allow the generation of jpgrfeng2011-09-153-12/+126
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171217 13f79535-47bb-0310-9956-ffa450edef68
* Remove the system outrfeng2011-09-151-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171189 13f79535-47bb-0310-9956-ffa450edef68
* Remove the @Ignore for two async itests which work nowantelder2011-09-152-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171132 13f79535-47bb-0310-9956-ffa450edef68
* Change the Operations for async services to use the sync form. So for ↵antelder2011-09-154-19/+132
| | | | | | example a method 'void operation1Async( String input, ResponseDispatch<String> handler )' would have a Operation named operation1 with a single String arg and a return of type String. This along with the other recent async changes gets async operation working with the data binding framework and jaxb git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171130 13f79535-47bb-0310-9956-ffa450edef68
* Update the WrapperBeanGenerator to create the correct classes for async methodsantelder2011-09-151-3/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171125 13f79535-47bb-0310-9956-ffa450edef68
* Add a test case to show that reference/target gets the right ws binding ↵slaws2011-09-1513-0/+945
| | | | | | configuration when the target service binding is configured via a WSDL element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171094 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3945 - Make public the operations that allow the promoted component ↵slaws2011-09-151-2/+2
| | | | | | and service to be accessed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170998 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ↵slaws2011-09-1413-47/+152
| | | | | | itest working. Mainly, builder changes to ignore null types (generated for non-JAXB pojos), update Node2JAXB to report validation errors so things don't go wrong silently, ensure default XMLType doesn't get updated, correct properties test to match OASIS, put properties test in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170598 13f79535-47bb-0310-9956-ffa450edef68
* Use operation instead of method to avoid NPE with async server operationantelder2011-09-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170560 13f79535-47bb-0310-9956-ffa450edef68
* Remove old commentantelder2011-09-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170503 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3791 - correct JIRA number in commentslaws2011-09-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170471 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3940 - and remove the exclude for 11017slaws2011-09-131-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170150 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3940 - update JCAA test contributions to OASIS svn r284 - remove ↵slaws2011-09-132-0/+0
| | | | | | skipped tests and fix 11017 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170137 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3937 - Apply Michael's path (but not including the test in the build ↵slaws2011-09-133-5/+11
| | | | | | yet). Thanks Michael. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170101 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3937 - Don't overwrite the default XMLType otherwise everything else ↵slaws2011-09-131-1/+3
| | | | | | that has the default type gets to know about it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170100 13f79535-47bb-0310-9956-ffa450edef68
* Fix expected messages to take account of the fact the the properties files ↵slaws2011-09-121-4/+4
| | | | | | have now been fixed so that the "unable to match" string isn't preceded by an extraneous "=" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169741 13f79535-47bb-0310-9956-ffa450edef68
* Un-exclude the jms tests which are now fixedantelder2011-09-121-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169733 13f79535-47bb-0310-9956-ffa450edef68
* Fix the setting of the JMS callback destination from request properties for ↵antelder2011-09-122-12/+35
| | | | | | the JMS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169722 13f79535-47bb-0310-9956-ffa450edef68
* Fix for the missing dependencies in MANIFEST.MF described in TUSCANY-3944 - ↵edwardsmj2011-09-121-1/+2
| | | | | | javax.ws.rs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169669 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3941 - If a reference specifies target in an SCA binding then we ↵slaws2011-09-125-3/+50
| | | | | | expect there to be an SCA binding at the service. In this case don't just select the first binding in the list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169664 13f79535-47bb-0310-9956-ffa450edef68
* Change optimizations from -O2 to -O1 with Clang/LLVM as -O2 is unsafe.jsdelfino2011-09-101-6/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167646 13f79535-47bb-0310-9956-ffa450edef68
* Rename nosqldb component to constdb.jsdelfino2011-09-1024-41/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167575 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Replace WSDL representation of interface contract with an ↵slaws2011-09-098-19/+608
| | | | | | internal representation for passing via the registry. Still not particularly happy with this but I have more confidence that it will work reliably when compared to serializing/deserializing WSDL. It would be preferable I think to represent the interface contract more generally as artifacts in the domain registry but that's for another day. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167202 13f79535-47bb-0310-9956-ffa450edef68
* Commit commented out test for TUSCANY-3943.scottkurz2011-09-082-1/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166896 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for TUSCANY-3942.scottkurz2011-09-084-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166813 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for TUSCANY-3942.scottkurz2011-09-081-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166808 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3942.scottkurz2011-09-081-8/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166802 13f79535-47bb-0310-9956-ffa450edef68
* Fix BJM_6017_1_TestCaseantelder2011-09-081-13/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166718 13f79535-47bb-0310-9956-ffa450edef68
* Add excludes for three tests which are currently failingantelder2011-09-081-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166659 13f79535-47bb-0310-9956-ffa450edef68
* Add exclude for JCA_11017 which is fails due to a bug in the OASIS test ↵antelder2011-09-081-0/+1
| | | | | | which has been exposed by TUSCANY-3940 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166621 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3940: Apply patch from Greg Dritschler to Change ↵antelder2011-09-083-38/+48
| | | | | | AsyncJDKInvocationHandler to use WorkScheduler directly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166600 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3940: Apply patch from Greg Dritschler to Change ↵antelder2011-09-081-4/+7
| | | | | | AsyncJDKInvocationHandler to use WorkScheduler directly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166599 13f79535-47bb-0310-9956-ffa450edef68
* Add svn ignorerfeng2011-09-080-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166478 13f79535-47bb-0310-9956-ffa450edef68
* Further clean-up of the coderfeng2011-09-088-246/+231
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166477 13f79535-47bb-0310-9956-ffa450edef68
* Add a license header to the properties fileantelder2011-09-071-2/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166224 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcase so that if the initial file delete does work (which happens on ↵antelder2011-09-071-4/+7
| | | | | | non-windows systems) then the testcase doesn't fail git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166222 13f79535-47bb-0310-9956-ffa450edef68