summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3128 - force the bean factory classloader to be the contribution ↵slaws2009-07-041-1/+30
| | | | | | classloader as it's reset by the application context on refresh. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791072 13f79535-47bb-0310-9956-ffa450edef68
* Update scope so launcher can start AMQ brokerantelder2009-07-031-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790988 13f79535-47bb-0310-9956-ffa450edef68
* Don't use url for systemId as it fails when url is for a nested ear resource ↵antelder2009-07-032-2/+2
| | | | | | as the archive: protocol isn't known to woodstock url handler. As far as i can see we don't need the systemId for anything and the build is working fine without it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790985 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyslaws2009-07-031-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790973 13f79535-47bb-0310-9956-ffa450edef68
* Correct 6/06 typo in artifact nameantelder2009-07-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790966 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up the client api to the recent proposalsantelder2009-07-031-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790962 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up the client api to the recent proposalsantelder2009-07-032-59/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790961 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up the client api to the recent proposalsantelder2009-07-033-30/+82
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790960 13f79535-47bb-0310-9956-ffa450edef68
* A message to prove that the JMS message reaches the serverslaws2009-07-031-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790919 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3127 - A work around to prevent failure when both JMS and JSONRPC ↵slaws2009-07-031-0/+7
| | | | | | bindings are present on the same service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790917 13f79535-47bb-0310-9956-ffa450edef68
* Add in a second EJB component to show how the model is constructed. slaws2009-07-032-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790916 13f79535-47bb-0310-9956-ffa450edef68
* Add ws dependency for some future test binding changesslaws2009-07-031-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790915 13f79535-47bb-0310-9956-ffa450edef68
* Update README to add new scenarioslaws2009-07-031-0/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790912 13f79535-47bb-0310-9956-ffa450edef68
* Update assets and domain to support the enterprise exampleslaws2009-07-0314-4/+275
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790911 13f79535-47bb-0310-9956-ffa450edef68
* A new warehouse component that listens for orders on JMS and provides a GUI ↵slaws2009-07-036-0/+362
| | | | | | to show any orders received git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790909 13f79535-47bb-0310-9956-ffa450edef68
* Same as store merged but with a JMS link to the warehouse (store not ↵slaws2009-07-034-0/+248
| | | | | | currently configured to use web service catalogs) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790908 13f79535-47bb-0310-9956-ffa450edef68
* Add source for the diagrams (this isn't the original as I couldn't find it ↵slaws2009-07-031-0/+0
| | | | | | so apologies if it looks slightly different) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790905 13f79535-47bb-0310-9956-ffa450edef68
* Extend to include an enterpries scenarioslaws2009-07-031-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790903 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3116: add runtime support for using the operationProperties ↵antelder2009-07-033-28/+93
| | | | | | attribute on a JMS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790871 13f79535-47bb-0310-9956-ffa450edef68
* Updated fixes for TUSCANY-3069ramkumar2009-07-033-25/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790853 13f79535-47bb-0310-9956-ffa450edef68
* Force using version 2.6 of eclipse plugin as there's a problem with the one ↵antelder2009-07-031-0/+9
| | | | | | i get by default (2.7), see http://forums.atlassian.com/message.jspa?messageID=257309824 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790851 13f79535-47bb-0310-9956-ffa450edef68
* Updated fixes for TUSCANY-3069ramkumar2009-07-024-18/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790682 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3116: add support for the operationPropertyName attribute to the JMS ↵antelder2009-07-024-6/+72
| | | | | | binding model git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790648 13f79535-47bb-0310-9956-ffa450edef68
* Removing debug message to avoid NPE when response is FAULTlresende2009-07-022-9/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790622 13f79535-47bb-0310-9956-ffa450edef68
* Updating bpel to create WSDL/XSD conforming responselresende2009-07-021-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790620 13f79535-47bb-0310-9956-ffa450edef68
* Enabling BPEL working iTestslresende2009-07-022-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790619 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up bpel runtime dependency namelresende2009-07-021-43/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790618 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused dependencylresende2009-07-021-7/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790617 13f79535-47bb-0310-9956-ffa450edef68
* Updating wsdl/bpel files to avoid generating java artifacts utilizing holder ↵lresende2009-07-022-9/+20
| | | | | | pattern git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790615 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes on variable/method scope required by junit 4.5 testslresende2009-07-022-8/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790614 13f79535-47bb-0310-9956-ffa450edef68
* Updating dependencies and porting java artifact generation to use wsimport toollresende2009-07-021-75/+153
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790611 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespacelresende2009-07-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790610 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespacelresende2009-07-022-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790609 13f79535-47bb-0310-9956-ffa450edef68
* Update to point at INFRA JIRA instead of LOG4NET oneantelder2009-07-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790514 13f79535-47bb-0310-9956-ffa450edef68
* Change to use maven instead of Ant to download file and use server ↵antelder2009-07-022-77/+25
| | | | | | www.eu.apache.org as the dist ones don't work, see the comment in the pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790509 13f79535-47bb-0310-9956-ffa450edef68
* Merge change from trunk to m3 branch to include legal-checks itest in buildantelder2009-07-021-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790484 13f79535-47bb-0310-9956-ffa450edef68
* Add legal-checks itest into the buildantelder2009-07-021-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790482 13f79535-47bb-0310-9956-ffa450edef68
* Exclude the asm-commons transitive dependency as Tuscany uses the asm all ↵antelder2009-07-021-0/+4
| | | | | | jar that includes asm-commons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790480 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE file for latest trunk distribution, all changes are related ↵antelder2009-07-021-103/+32
| | | | | | to the BPEL extension i think, so mainly for the newer Ode release. The new common-3.4.0-v20080421-2006.jar is just so the bpel extension can use the FileLocator class so it would be could to revisit that and see if it can use Tuscany code so as not to drag in the eclipse dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790478 13f79535-47bb-0310-9956-ffa450edef68
* Fix the algorithm to create File from URLrfeng2009-07-022-11/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790470 13f79535-47bb-0310-9956-ffa450edef68
* Update the bpelrfeng2009-07-021-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790461 13f79535-47bb-0310-9956-ffa450edef68
* Reformat the pom.xmlrfeng2009-07-021-197/+172
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790427 13f79535-47bb-0310-9956-ffa450edef68
* Change the OpenJPA dep to 1.2.1 releaserfeng2009-07-021-139/+141
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790426 13f79535-47bb-0310-9956-ffa450edef68
* Update the bpelrfeng2009-07-011-7/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790425 13f79535-47bb-0310-9956-ffa450edef68
* Add the fault explanation to the error messagerfeng2009-07-011-37/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790423 13f79535-47bb-0310-9956-ffa450edef68
* Update bpel to create the WSDL/XSD conforming responserfeng2009-07-011-5/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790422 13f79535-47bb-0310-9956-ffa450edef68
* Use system property to check if the launcher is running under maven surefire ↵rfeng2009-07-013-8/+17
| | | | | | test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790349 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to implementation-bpel-runtime to fix bugs when working with ODE 1.3.2edwardsmj2009-07-014-16/+83
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790287 13f79535-47bb-0310-9956-ffa450edef68
* Remove extranious 'not' from error messageantelder2009-07-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790282 13f79535-47bb-0310-9956-ffa450edef68
* Update new legal-checks itest in M3 for M3 versionantelder2009-07-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790214 13f79535-47bb-0310-9956-ffa450edef68