summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add sca-contribution.xml files for the JMS itests and accociated changesantelder2009-10-052-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821784 13f79535-47bb-0310-9956-ffa450edef68
* Add sca-contribution.xml files for the JMS itests and accociated changesantelder2009-10-0514-10/+153
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821782 13f79535-47bb-0310-9956-ffa450edef68
* Change all the JMS itest name attribute to jndiNameantelder2009-10-0512-37/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821771 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate copy of OASIS defined intents to avoid confusion with the ↵slaws2009-10-051-244/+0
| | | | | | copy in assembly-xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821743 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2009-10-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821740 13f79535-47bb-0310-9956-ffa450edef68
* Strawman implementation of an HTTPD module, like the extensions/rest/service ↵jsdelfino2009-10-054-2/+357
| | | | | | module, but simpler. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821716 13f79535-47bb-0310-9956-ffa450edef68
* Changed XML and JSON databindings to use lazy lists and writer functions ↵jsdelfino2009-10-055-138/+258
| | | | | | instead of STL streams, to help integrate them with HTTPD and CURL, which don't use streams. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821715 13f79535-47bb-0310-9956-ffa450edef68
* Re-enable the test case as now TUSCANY-3296 is fixed under r821679rfeng2009-10-051-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821683 13f79535-47bb-0310-9956-ffa450edef68
* Fix OSGi MANIFEST.MF to bring up Tuscany in OSGi consolerfeng2009-10-0530-171/+157
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821681 13f79535-47bb-0310-9956-ffa450edef68
* Use Tuscany extensibility to create XMLOutputFactoryrfeng2009-10-051-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821680 13f79535-47bb-0310-9956-ffa450edef68
* Make the property mustSupply check is done after the @source/file is handledrfeng2009-10-051-6/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821679 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate @remotable on JavaInterface to fix the XSD (A JIRA should ↵rfeng2009-10-051-0/+3
| | | | | | be opened again OASIS SCA) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821678 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 re-enable the wrapper generation logic now that the no ↵slaws2009-10-043-32/+75
| | | | | | namespace handling is complete. Had to mess around with how the schema is generated using the schema collection as now the default schema is being extended with wrappers after schema has been generated. Before a new no namespace schema was being generated. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821535 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 copy referenced namespaces over from the no namespace schema ↵slaws2009-10-041-3/+76
| | | | | | and make sure they don't clash with existing namespace prefixes. Also add a simple method to print out DOMs for debug purposes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821495 13f79535-47bb-0310-9956-ffa450edef68
* Increase the delay before running the client again as its still failing ↵antelder2009-10-041-1/+1
| | | | | | sometimes on the Hudson build machine. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821482 13f79535-47bb-0310-9956-ffa450edef68
* Add an @Ignore on the test as its failing presentlyantelder2009-10-041-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821480 13f79535-47bb-0310-9956-ffa450edef68
* Strawman implementation of a JSON data binding.jsdelfino2009-10-036-3/+462
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821429 13f79535-47bb-0310-9956-ffa450edef68
* Added minimal support for comments. Removed build output from version control.jsdelfino2009-10-034-8/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821428 13f79535-47bb-0310-9956-ffa450edef68
* Minor code cleanup.jsdelfino2009-10-035-34/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821427 13f79535-47bb-0310-9956-ffa450edef68
* Removed explicit C++ keywords to let the compiler perform the necessary ↵jsdelfino2009-10-0320-118/+117
| | | | | | conversions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821426 13f79535-47bb-0310-9956-ffa450edef68
* Refactored store tests and moved them under test/. Simplified the script ↵jsdelfino2009-10-0349-281/+551
| | | | | | evaluation logic a little, added an apply procedure and support for variable lists of args. Added a test case that assembles the store app using a script. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821425 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3290 - Providing test case to validate case when interface is ↵lresende2009-10-032-0/+77
| | | | | | annotated with @Remotable, but SCDL has a interface.java with remote attribute set to false git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821363 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3290 - Adding support for @Remote attribute in <interface.java>lresende2009-10-036-10/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821362 13f79535-47bb-0310-9956-ffa450edef68
* Minor formattinglresende2009-10-031-33/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821361 13f79535-47bb-0310-9956-ffa450edef68
* Adding @Remotable attribute to interface.java as per latest updates to OASIS ↵lresende2009-10-031-0/+1
| | | | | | schema git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821360 13f79535-47bb-0310-9956-ffa450edef68
* Fix the characters to be encodedrfeng2009-10-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821183 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up Assembly-xml to export definitions.xml packagelresende2009-10-021-12/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821119 13f79535-47bb-0310-9956-ffa450edef68
* Removing invalid/unexistent package from JMS Binding manifestlresende2009-10-021-12/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821105 13f79535-47bb-0310-9956-ffa450edef68
* Updating legal files with recent addition of JSON-RPC bindinglresende2009-10-023-2/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821098 13f79535-47bb-0310-9956-ffa450edef68
* Fixing merge conflictlresende2009-10-021-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821097 13f79535-47bb-0310-9956-ffa450edef68
* Removing support for scaDomain.jslresende2009-10-022-155/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821096 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for JSNO-RPC Reference supportlresende2009-10-027-16/+321
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821095 13f79535-47bb-0310-9956-ffa450edef68
* Formatting JSONRPC test artifactslresende2009-10-023-74/+74
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821094 13f79535-47bb-0310-9956-ffa450edef68
* Formatting JSONRPC testslresende2009-10-024-196/+196
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821092 13f79535-47bb-0310-9956-ffa450edef68
* Adding JSON Databinding and JSON-RPC Binding to proper feature pom.xmllresende2009-10-021-1/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821091 13f79535-47bb-0310-9956-ffa450edef68
* Adding JSON Databinding and JSON-RPC Binding to buildlresende2009-10-021-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821088 13f79535-47bb-0310-9956-ffa450edef68
* Workaround for endpoint issue that is not processing bindings from promoted ↵lresende2009-10-021-2/+5
| | | | | | services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821087 13f79535-47bb-0310-9956-ffa450edef68
* Remove Constantsrfeng2009-10-025-44/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821079 13f79535-47bb-0310-9956-ffa450edef68
* Updated @Property definition to match the latest Java CAA specification as ↵edwardsmj2009-10-021-6/+3
| | | | | | defined in TUSCANY-3293 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821045 13f79535-47bb-0310-9956-ffa450edef68
* Tag for 1.5.1-RC4slaws2009-10-028427-0/+668223
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821039 13f79535-47bb-0310-9956-ffa450edef68
* New SCA Java annotations, as defined in the OASIS SCA Java CAA V1.1 ↵edwardsmj2009-10-025-0/+158
| | | | | | specification, as described in TUSCANY-3293 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821015 13f79535-47bb-0310-9956-ffa450edef68
* Exclude another unwanted dependencyantelder2009-10-021-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821011 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the JMS topics itest. (coincidentally, this had the same issue ↵antelder2009-10-023-9/+32
| | | | | | Luciano just emailed about bindings on promoted services and references being ignored) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821007 13f79535-47bb-0310-9956-ffa450edef68
* Updated @AllowsPassByReference definition to match the latest Java CAA ↵edwardsmj2009-10-021-4/+11
| | | | | | specification as defined in TUSCANY-3293 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820996 13f79535-47bb-0310-9956-ffa450edef68
* Fix up JMS binding manifestsantelder2009-10-022-2/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820989 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unused policy-xml moduleantelder2009-10-0220-2743/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820953 13f79535-47bb-0310-9956-ffa450edef68
* Merge policy-xml and definitions-xml into assembly-xmlantelder2009-10-0248-473/+2471
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820951 13f79535-47bb-0310-9956-ffa450edef68
* Update date in NOTICE files to 2009slaws2009-10-02148-384/+384
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820943 13f79535-47bb-0310-9956-ffa450edef68
* Fix up release dateslaws2009-10-025-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820938 13f79535-47bb-0310-9956-ffa450edef68
* Clarify that this same is made up of 4 modulesslaws2009-10-021-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820934 13f79535-47bb-0310-9956-ffa450edef68