summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changes to make policy-security work in 2.0.edwardsmj2008-12-055-5/+6
| | | | | | SecurityUtil.java moved to org.apache.tuscany.policy.security to avoid a clash with a package name used in the policy module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723800 13f79535-47bb-0310-9956-ffa450edef68
* Made the private static logger field final as it does not changemcombellack2008-12-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723727 13f79535-47bb-0310-9956-ffa450edef68
* Made class final as the only constructor has private modifiermcombellack2008-12-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723726 13f79535-47bb-0310-9956-ffa450edef68
* Models for common java artifacts and their implementationslresende2008-12-058-0/+576
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723697 13f79535-47bb-0310-9956-ffa450edef68
* Adding implementation-pojo as placeholder for common pojo/java related artifactslresende2008-12-050-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723693 13f79535-47bb-0310-9956-ffa450edef68
* Updated FileTransferMTOMTestCase to reflect new interfaces for starting ↵edwardsmj2008-12-051-5/+38
| | | | | | Nodes with Contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723692 13f79535-47bb-0310-9956-ffa450edef68
* Changes to match new 2.0 core interfaces, plus adding back the contents of ↵edwardsmj2008-12-0511-37/+662
| | | | | | the /authentication folder which was left out of the migration to the 2.0 stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723690 13f79535-47bb-0310-9956-ffa450edef68
* Updated binding-ws-wsdlgen POM to point to binding-ws-axis2-policy moduleedwardsmj2008-12-051-94/+94
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723684 13f79535-47bb-0310-9956-ffa450edef68
* Adding implementation-pojo as placeholder for common pojo/java related artifactslresende2008-12-054-0/+318
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723671 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2714ramkumar2008-12-051-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723668 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2714ramkumar2008-12-051-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723667 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2718ramkumar2008-12-051-15/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723642 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2718ramkumar2008-12-051-15/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723641 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2716, 2717ramkumar2008-12-057-21/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723636 13f79535-47bb-0310-9956-ffa450edef68
* fixes for TUSCANY-2716ramkumar2008-12-051-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723633 13f79535-47bb-0310-9956-ffa450edef68
* fixes for TUSCANY-2717ramkumar2008-12-053-3/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723632 13f79535-47bb-0310-9956-ffa450edef68
* Wrong launch class in ant build scriptlresende2008-12-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723595 13f79535-47bb-0310-9956-ffa450edef68
* Delaying initialization of Contribution repository to avoid creation of ↵lresende2008-12-053-133/+203
| | | | | | target directory. No refactoring or removal of obsolete code was done to maintain backward compatibility. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723588 13f79535-47bb-0310-9956-ffa450edef68
* Removing JCR support and other clean up preparing to add sample to 1.4 releaselresende2008-12-057-405/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723564 13f79535-47bb-0310-9956-ffa450edef68
* Convert, clean and bring up a set of itestsrfeng2008-12-05128-1571/+1892
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723537 13f79535-47bb-0310-9956-ffa450edef68
* Make sure we honor @target over autowirerfeng2008-12-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723535 13f79535-47bb-0310-9956-ffa450edef68
* Refine the CallableReferenceExtrfeng2008-12-054-54/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723508 13f79535-47bb-0310-9956-ffa450edef68
* Add validation test case and further updates for TUSCANY-2698nash2008-12-056-7/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723501 13f79535-47bb-0310-9956-ffa450edef68
* Java implementation clean up in preparation for some refactoringlresende2008-12-0414-511/+509
| | | | | | | | | | - removal of unused code - review of code visibility - renaming of exception to follow best practices naming convention - etc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723484 13f79535-47bb-0310-9956-ffa450edef68
* Merge itest changes from sca-equinox branch into trunkrfeng2008-12-04159-1254/+730
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723439 13f79535-47bb-0310-9956-ffa450edef68
* Made the constants finalmcombellack2008-12-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723438 13f79535-47bb-0310-9956-ffa450edef68
* Made class final as the only construvtor is private. Also Fixed a spelling ↵mcombellack2008-12-042-4/+4
| | | | | | mistake git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723437 13f79535-47bb-0310-9956-ffa450edef68
* Marked class as final since the only Constructor is private. Fixed spelling ↵mcombellack2008-12-041-2/+2
| | | | | | mistake git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723424 13f79535-47bb-0310-9956-ffa450edef68
* Remove large-sdo-ws itest as its excluded from src distroantelder2008-12-041-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723339 13f79535-47bb-0310-9956-ffa450edef68
* remove implementation.das. It's not in the distro.slaws2008-12-041-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723337 13f79535-47bb-0310-9956-ffa450edef68
* Wrong parameter being output as part of the Exception message - should use ↵mcombellack2008-12-041-1/+1
| | | | | | stageName rather than stage as stage will always be null in this case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723322 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a couple of spelling mistakesmcombellack2008-12-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723321 13f79535-47bb-0310-9956-ffa450edef68
* Corrected order of modifiers so that it matches the recommendations from the ↵mcombellack2008-12-041-1/+1
| | | | | | Java Language Specification git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723320 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant public modifier from interfacemcombellack2008-12-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723318 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant public modifier from interfacemcombellack2008-12-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723317 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2008-12-042-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723316 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant static modifier from interfacemcombellack2008-12-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723315 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant public modifier from interface and corrected a minor ↵mcombellack2008-12-041-7/+7
| | | | | | spelling mistake git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723312 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723306 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723305 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723304 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-042-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723303 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-042-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723302 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-044-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723301 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-047-24/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723300 13f79535-47bb-0310-9956-ffa450edef68
* Merge r723297 from 1.4 to 1.x to remove some junk frm src distroantelder2008-12-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723298 13f79535-47bb-0310-9956-ffa450edef68
* Exclude another copy of dojo from src distroantelder2008-12-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723297 13f79535-47bb-0310-9956-ffa450edef68
* Merge r723286 from 1.4 to 1.x to remove some junk frm src distroantelder2008-12-041-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723288 13f79535-47bb-0310-9956-ffa450edef68
* Exclude some junk from the src distroantelder2008-12-041-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723286 13f79535-47bb-0310-9956-ffa450edef68
* Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style ↵mcombellack2008-12-049-27/+10
| | | | | | imports (org.junit) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723274 13f79535-47bb-0310-9956-ffa450edef68