summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* 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
* 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
* Minor clean up and commentsantelder2009-10-013-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820612 13f79535-47bb-0310-9956-ffa450edef68
* Add new 2.x JMS webapp sample migrated from 1.xantelder2009-10-019-0/+483
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820607 13f79535-47bb-0310-9956-ffa450edef68
* Add a profile for just the JMS modules to experiment with using extensions ↵antelder2009-10-011-0/+10
| | | | | | separately git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820598 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo that was prevent properties from being processed correctly in ↵slaws2009-10-011-1/+1
| | | | | | promotion case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820596 13f79535-47bb-0310-9956-ffa450edef68
* Add the JMSmodules to the buildantelder2009-10-011-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820589 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneed dependencyantelder2009-10-011-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820584 13f79535-47bb-0310-9956-ffa450edef68
* Add scdl module and itest to buildantelder2009-10-012-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820564 13f79535-47bb-0310-9956-ffa450edef68
* Update scdl itest for ws bindingantelder2009-10-011-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820562 13f79535-47bb-0310-9956-ffa450edef68
* Add in WS binding to SCDL module as you can now use WS scdl without draging ↵antelder2009-10-011-3/+1
| | | | | | in runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820561 13f79535-47bb-0310-9956-ffa450edef68
* Update manifest dependenciesantelder2009-10-011-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820560 13f79535-47bb-0310-9956-ffa450edef68
* Update manifest dependenciesantelder2009-10-011-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820559 13f79535-47bb-0310-9956-ffa450edef68
* Update for ws model dependencies changesantelder2009-10-011-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820558 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unused moduleantelder2009-10-014-324/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820557 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unused moduleantelder2009-10-0119-1610/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820556 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unused moduleantelder2009-10-011-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820555 13f79535-47bb-0310-9956-ffa450edef68
* Update the axis2 runtime dependencies for model module changesantelder2009-10-011-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820552 13f79535-47bb-0310-9956-ffa450edef68
* Start tidying up the WS binding - merge in the xml processing to the model ↵antelder2009-10-0121-1/+1650
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820551 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for MultipleContextTestCase failure for FileNotFoundExceptionramkumar2009-10-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820545 13f79535-47bb-0310-9956-ffa450edef68
* Fixing manifest that was pointing to obsolete/unexistent packagelresende2009-10-011-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820532 13f79535-47bb-0310-9956-ffa450edef68
* Adding toString methodlresende2009-10-011-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820531 13f79535-47bb-0310-9956-ffa450edef68
* Adding back JSON Databinding dependencylresende2009-10-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820530 13f79535-47bb-0310-9956-ffa450edef68
* Fixing notice for the jsonrpc.jslresende2009-10-011-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820529 13f79535-47bb-0310-9956-ffa450edef68
* Fixing JSON-RPC binding QName that was being registered to the artifact ↵lresende2009-10-011-1/+1
| | | | | | processor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820528 13f79535-47bb-0310-9956-ffa450edef68