summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ↵lresende2009-07-2081-81/+81
| | | | | | when using IBM JDK 1.6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795667 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3140 - Test for difference between loadtime and runtime classloaders ↵slaws2009-07-181-0/+37
| | | | | | and, in the case where they are different, fix up the wire source interface based on the interface provided to the getService() call. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795368 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3149 - Generally be more careful about removing object references in ↵slaws2009-07-188-9/+210
| | | | | | host-webapp. Specifically there is a problem with the axis ws binding (JIRA 3732 in the Axis project) where a shutdown hook is registered but not removed. This is fixed in Axis2 1.5 but as we are still in 1.4.1 I've worked round it here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795364 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3153rfeng2009-07-171-320/+325
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794962 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3156ramkumar2009-07-166-0/+206
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794598 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3148 remove version dependency from zip based JEE itestsslaws2009-07-155-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794326 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for handling folderNoManifest scenario of spring location attributeramkumar2009-07-151-4/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794207 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-3141 and xs:import fix from 2.xrfeng2009-07-132-6/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793628 13f79535-47bb-0310-9956-ffa450edef68
* Add DOM/AXIOM databindingsrfeng2009-07-134-0/+157
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793463 13f79535-47bb-0310-9956-ffa450edef68
* Support namespace to java package mappingsrfeng2009-07-132-45/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793459 13f79535-47bb-0310-9956-ffa450edef68
* Use GenModel to find the class name for static SDOsrfeng2009-07-121-14/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793385 13f79535-47bb-0310-9956-ffa450edef68
* Start to add static SDO supportrfeng2009-07-124-35/+163
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793381 13f79535-47bb-0310-9956-ffa450edef68
* Update dependenciesrfeng2009-07-121-64/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793366 13f79535-47bb-0310-9956-ffa450edef68
* Use SDO TypeHelper/XSDHelper to help the java namerfeng2009-07-103-352/+101
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792773 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the wsdl2java for SDOrfeng2009-07-104-4/+246
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792759 13f79535-47bb-0310-9956-ffa450edef68
* applying patch tuscany_2552_phillipe_ramalho_07_04_2009.patch.txt from ↵adrianocrestani2009-07-0564-248/+2802
| | | | | | TUSCANY-2552 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791203 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2984 - Adding prioritization while starting module activators to ↵lresende2009-07-044-3/+40
| | | | | | allow module activators dependencies to start first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791146 13f79535-47bb-0310-9956-ffa450edef68
* Use spring to provide the component implementation as the module name ↵slaws2009-07-042-1/+30
| | | | | | suggests is the case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791074 13f79535-47bb-0310-9956-ffa450edef68
* 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
* 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
* TUSCANY-3098 - add use="required" to property name. It seems that the schema ↵slaws2009-07-011-1/+1
| | | | | | has been written assuming that this is the default but need to state it explicitly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790176 13f79535-47bb-0310-9956-ffa450edef68
* Testcases for TUSCANY-2906ramkumar2009-07-016-0/+260
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790139 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Moving to Dojo dependencies to Dojo 1.3.0 official releaselresende2009-07-019-9/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790031 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3125 - enable policy processing in binding.http. Needs reviewing. slaws2009-06-301-4/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789877 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused dependency to avoid build break from a clean repolresende2009-06-301-16/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789858 13f79535-47bb-0310-9956-ffa450edef68
* Fixes in 1.x for TUSCANY-3069ramkumar2009-06-3052-301/+436
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789681 13f79535-47bb-0310-9956-ffa450edef68
* Merge the change from r783575 in 2.x to fix TUSCANY-3095rfeng2009-06-291-30/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789385 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3068 - Improve validation in JMS processors. Thanks for the patch ↵slaws2009-06-294-4/+33
| | | | | | Kaushik git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789343 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3104ramkumar2009-06-292-47/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789263 13f79535-47bb-0310-9956-ffa450edef68
* Modified fixes for TUSCANY-3096ramkumar2009-06-298-33/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789238 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3124 Check for wireFormat/operationSelector before other operationsbdaniel2009-06-261-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788863 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3121 binding.atom should leverage introspection when setting up call ↵bdaniel2009-06-262-12/+9
| | | | | | to mediator git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788848 13f79535-47bb-0310-9956-ffa450edef68