summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix another dependency error breaking buildantelder2009-10-021-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820929 13f79535-47bb-0310-9956-ffa450edef68
* Correct dependencies to fix compile errors breaking buildantelder2009-10-021-7/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820928 13f79535-47bb-0310-9956-ffa450edef68
* Make CompositeActivator a stateless utility by using CompositeContext to ↵rfeng2009-10-0217-1121/+570
| | | | | | hold the context from the Node including the endpointRegistry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820854 13f79535-47bb-0310-9956-ffa450edef68
* Finalizing test bringuplresende2009-10-012-17/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820844 13f79535-47bb-0310-9956-ffa450edef68
* Removing dependency on implementation class and moving to use StAXHelperlresende2009-10-011-4/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820843 13f79535-47bb-0310-9956-ffa450edef68
* Fixing scope of dependencies to avoid OSGi runtime issueslresende2009-10-011-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820842 13f79535-47bb-0310-9956-ffa450edef68
* More updates to JSON Databinding manifestlresende2009-10-011-10/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820841 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing common-xml dependency to JSON Databindinglresende2009-10-011-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820840 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3292 - Fixing how the spring context path is calculatedlresende2009-10-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820820 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up LICENSE with missing/wrong version dependencieslresende2009-10-011-5/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820777 13f79535-47bb-0310-9956-ffa450edef68
* Format the coderfeng2009-10-011-7/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820731 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 - improve the wsdlgen test case to test the situation where a ↵slaws2009-10-0113-68/+649
| | | | | | type with a namespace references a type without a namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820686 13f79535-47bb-0310-9956-ffa450edef68
* INclude the new jms webapp sample in the jms build profileantelder2009-10-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820683 13f79535-47bb-0310-9956-ffa450edef68
* Add jms webapp sample to buildantelder2009-10-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820682 13f79535-47bb-0310-9956-ffa450edef68
* Add JMSsupport to the tuscany tomcat distributionantelder2009-10-011-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820675 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2009-10-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820639 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase to work if the cargo jndi environment did workantelder2009-10-011-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820638 13f79535-47bb-0310-9956-ffa450edef68
* Update sample readme for using jetty pluginantelder2009-10-011-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820635 13f79535-47bb-0310-9956-ffa450edef68
* Start of an itest for the jms webapp sample. Doesn't work yet as i can't get ↵antelder2009-10-012-0/+266
| | | | | | the cargo plugin to correctly configure the jms jndi resources git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820633 13f79535-47bb-0310-9956-ffa450edef68
* Add configuration for Jetty so you can run the sample with mvn jetty:runantelder2009-10-012-0/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820618 13f79535-47bb-0310-9956-ffa450edef68