summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added a variation of HelloWorldClient that doesn't use any Tuscany specific ↵jsdelfino2008-08-2521-0/+1134
| | | | | | APIs, only the SCA spec standard programming model. Applied the same idea to calculator in a new calculator-lean module to show how this pattern works with just components (helloworld-ws-reference-lean used a reference with a WS binding). Also started to show how test cases can use the same pattern in calculator-lean. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688620 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2563, added a POM, an update site and Eclipse Ganymede categories, ↵jsdelfino2008-08-237-0/+558
| | | | | | also a script to generate the Ganymede P2 metadata from the update site. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688425 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2563, added features for the various pieces that can be installed.jsdelfino2008-08-2330-0/+1751
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688424 13f79535-47bb-0310-9956-ffa450edef68
* Added plugins for the various pieces that can be installed.jsdelfino2008-08-2345-0/+2890
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688423 13f79535-47bb-0310-9956-ffa450edef68
* JIRA TUSCANY-2563, initial structure for Eclipse plugin and feature.jsdelfino2008-08-2371-0/+4580
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688406 13f79535-47bb-0310-9956-ffa450edef68
* Added missing dependency on binding-http-runtime.jsdelfino2008-08-231-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688404 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for itest/osgi-tuscanyrsivaram2008-08-2214-1280/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688168 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2562 Callback issue when reference is set with getter & setter methodvamsic0072008-08-221-3/+9
| | | | | | o Problem appears when the reference computed by HeuristicPojoProcessor has a bidirectional interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688128 13f79535-47bb-0310-9956-ffa450edef68
* Change the encoding to UTF-8,Jira TUSCANY-2560.fwang2008-08-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688016 13f79535-47bb-0310-9956-ffa450edef68
* Tag 1.3.1 RC1antelder2008-08-216450-0/+510863
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687635 13f79535-47bb-0310-9956-ffa450edef68
* Change http://incubator.apache.org/tuscany to http://tuscany.apache.org .vamsic0072008-08-218-12/+12
| | | | | | This should not break anything as the first url redirects to the second anyway. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687580 13f79535-47bb-0310-9956-ffa450edef68
* Merge r687378 from trunk for additional fix for TUSCANY-2534WebSphere issue ↵antelder2008-08-211-0/+17
| | | | | | java.lang.ClassCastException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687572 13f79535-47bb-0310-9956-ffa450edef68
* Running ws in websphere requires xerces/xalan/xml-apis so add them as ↵antelder2008-08-201-0/+17
| | | | | | dependencies even though they're not needed in other environments they don't break those other environments when included git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687378 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder2008-08-202-2/+346
| | | | | | to end caching (ETag, Last-modified use) in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687290 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder2008-08-201-13/+134
| | | | | | to end caching (ETag, Last-modified use) in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687289 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder2008-08-201-0/+117
| | | | | | to end caching (ETag, Last-modified use) in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687288 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2008-08-200-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687262 13f79535-47bb-0310-9956-ffa450edef68
* Minor code cleanup. Moved different SCDL variations to different composite ↵jsdelfino2008-08-207-22/+158
| | | | | | files. Added one more variation that shows how to use the SCA ComponentContext interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687211 13f79535-47bb-0310-9956-ffa450edef68
* Added a helloworld-ws-reference-lean sample which shows different ways to ↵jsdelfino2008-08-2014-0/+868
| | | | | | use a reference in a client program without having to use a different component class. I'll add more comments describing the various options demonstrated in the sample to JIRA TUSCANY-2556, which I've created for this work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687208 13f79535-47bb-0310-9956-ffa450edef68
* Removed jars generated by the build from version control.jsdelfino2008-08-202-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687207 13f79535-47bb-0310-9956-ffa450edef68
* Removed build output file from version control.jsdelfino2008-08-201-113/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687206 13f79535-47bb-0310-9956-ffa450edef68
* Port to SCANodeFactory/SCANoderfeng2008-08-199-28/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687188 13f79535-47bb-0310-9956-ffa450edef68
* Updating derby dependency version to avoid issues during db creation scriptlresende2008-08-192-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687104 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2550 - Adding more bindings to the spring bigbank sample. Convert ↵slaws2008-08-1913-529/+859
| | | | | | the sample from SCADomain to Node APIs. Thanks for the patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687088 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolet and non-functional bpel iTestlresende2008-08-1918-1144/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686985 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2551 - Applying Florian's patch to correct invalid SQL when data ↵lresende2008-08-193-10/+44
| | | | | | object has no changed fields git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686982 13f79535-47bb-0310-9956-ffa450edef68
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng2008-08-19154-367/+847
| | | | | | node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
* Fix the webapp regression where the no explicit deployable composite is ↵rfeng2008-08-183-77/+105
| | | | | | passed into the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686861 13f79535-47bb-0310-9956-ffa450edef68
* Fixing wrong application url in the readme.htmlresende2008-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686838 13f79535-47bb-0310-9956-ffa450edef68
* Some code cleanupswjaniszewski2008-08-184-408/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686803 13f79535-47bb-0310-9956-ffa450edef68
* Tag 1.3.1 RC0. There will be an RC1 for voting, Rc0 is just to sanity checkantelder2008-08-186450-0/+510846
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686734 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2391: apply latest patch from Thilina for Tuscany SCA support in the ↵antelder2008-08-188-206/+364
| | | | | | Geronimo Admin Console git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686733 13f79535-47bb-0310-9956-ffa450edef68
* Update doc files for 1.3.1antelder2008-08-185-12/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686732 13f79535-47bb-0310-9956-ffa450edef68
* Merge r683966 change from trunk to 1.3.1 for TUSCANY-2514 ↵antelder2008-08-181-1/+0
| | | | | | tuscany-host-{tomcat,jetty} and jsr181-api should be optional dependencies for binding.ws clients git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686720 13f79535-47bb-0310-9956-ffa450edef68
* Merge fixes from trunk to 1.3.1 branch for TUSCANY-2534: WebSphere issue ↵antelder2008-08-1811-64/+177
| | | | | | java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl incompatible with javax.xml.parsers.DocumentBuilderFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686710 13f79535-47bb-0310-9956-ffa450edef68
* merge fix from trunk to 1.3.1 for TUSCANY-2514: make ↵antelder2008-08-184-9/+7
| | | | | | tuscany-host-{tomcat,jetty} optional for binding.ws clients git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686707 13f79535-47bb-0310-9956-ffa450edef68
* Moved databinding setting to DOM from implementation-bpel to ↵jsdelfino2008-08-182-4/+13
| | | | | | implementation-bpel-ode as it's really a runtime specific requirement to use DOM, here an ODE requirement. That's also what other implementation extensions do, they set the databinding in the runtime module instead of the model module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686681 13f79535-47bb-0310-9956-ffa450edef68
* Index methods by idl name in addition to method name, this will allow a ↵jsdelfino2008-08-181-0/+1
| | | | | | client to select a method with a specific signature. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686679 13f79535-47bb-0310-9956-ffa450edef68
* itest/corba tests update for CORBA unionswjaniszewski2008-08-1716-8/+914
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686645 13f79535-47bb-0310-9956-ffa450edef68
* Added support for CORBA unionswjaniszewski2008-08-1739-27/+1449
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686643 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a number of NPEs when a contribution contains multiple WSDLs in a ↵jsdelfino2008-08-172-79/+96
| | | | | | namespace used by a BPEL process. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686587 13f79535-47bb-0310-9956-ffa450edef68
* Added support for partnerLinkType/role/portType elements.jsdelfino2008-08-171-4/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686586 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring, moved the factory implementation to the impl package. ↵jsdelfino2008-08-179-67/+15
| | | | | | Moved the XML processors to the XML package. Removed unused exception class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686585 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup and code formatting to help readability.jsdelfino2008-08-1712-697/+612
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686584 13f79535-47bb-0310-9956-ffa450edef68
* itest/corba tests update for CORBA arrayswjaniszewski2008-08-1619-0/+1182
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686521 13f79535-47bb-0310-9956-ffa450edef68
* Added support for CORBA arrayswjaniszewski2008-08-1632-169/+1296
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686519 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2391: Apply 'managing_nodes' patch from Thilina Buddhika for Tuscany ↵antelder2008-08-165-10/+142
| | | | | | SCA support in the Geronimo Admin Console git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686458 13f79535-47bb-0310-9956-ffa450edef68
* Set svn:ignorerfeng2008-08-160-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686422 13f79535-47bb-0310-9956-ffa450edef68
* Port DefaultSCADomain to use SCA Node implrfeng2008-08-1538-647/+1296
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686391 13f79535-47bb-0310-9956-ffa450edef68
* binding-corba-runtime and binding-sca-corba modules cleanupwjaniszewski2008-08-158-57/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686344 13f79535-47bb-0310-9956-ffa450edef68