summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add error message for POL_3009 and remove a couple of redundant linesslaws2009-11-111-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834953 13f79535-47bb-0310-9956-ffa450edef68
* Check that the intent maps in a policy set are unique POL_3009slaws2009-11-113-2/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834952 13f79535-47bb-0310-9956-ffa450edef68
* Add error message for POL_3006slaws2009-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834927 13f79535-47bb-0310-9956-ffa450edef68
* Check that a profile intent doesn't have "." in its name - POL_3006slaws2009-11-112-3/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834925 13f79535-47bb-0310-9956-ffa450edef68
* Error message for POJO_5001antelder2009-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834921 13f79535-47bb-0310-9956-ffa450edef68
* Add POL_3005 error messageslaws2009-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834914 13f79535-47bb-0310-9956-ffa450edef68
* Add test for non-unique intent qualifier - POL-3005slaws2009-11-112-1/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834913 13f79535-47bb-0310-9956-ffa450edef68
* Error message for POJO_5005antelder2009-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834911 13f79535-47bb-0310-9956-ffa450edef68
* Add policy conformance number to beginning of duplicate intents messageslaws2009-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834906 13f79535-47bb-0310-9956-ffa450edef68
* Error message for POJO_5006antelder2009-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834905 13f79535-47bb-0310-9956-ffa450edef68
* Add policy conformance number to beginning of duplicate intents messageslaws2009-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834904 13f79535-47bb-0310-9956-ffa450edef68
* Add POL_3004 error messageslaws2009-11-111-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834902 13f79535-47bb-0310-9956-ffa450edef68
* POL_3004 check that only one default qualifier is specified for an intentslaws2009-11-112-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834901 13f79535-47bb-0310-9956-ffa450edef68
* Error message for POJO_8013 and 8014antelder2009-11-111-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834898 13f79535-47bb-0310-9956-ffa450edef68
* Error message for POJO_9001antelder2009-11-111-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834896 13f79535-47bb-0310-9956-ffa450edef68
* First negative policy test error messageslaws2009-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834857 13f79535-47bb-0310-9956-ffa450edef68
* Record some context for import not found errorsslaws2009-11-111-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834856 13f79535-47bb-0310-9956-ffa450edef68
* Update error message to take account of the slight extension to the ↵slaws2009-11-111-1/+1
| | | | | | duplicate definitions processing at revision: 834854 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834855 13f79535-47bb-0310-9956-ffa450edef68
* Extend the checking for unique definitions elements to take account of ↵slaws2009-11-111-0/+4
| | | | | | repeated definitions that occur in the same file. POL_3003 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834854 13f79535-47bb-0310-9956-ffa450edef68
* Break ASM_12011 by putting the error message back to what I believe it ↵slaws2009-11-111-1/+1
| | | | | | should be. Discussing an OASIS fix for this test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834852 13f79535-47bb-0310-9956-ffa450edef68
* add ignoreslaws2009-11-110-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834851 13f79535-47bb-0310-9956-ffa450edef68
* svn commit: r834808 - ↵antelder2009-11-111-7/+25
| | | | | | /tuscany/java/sca/modules/implementation-java/src/main/java/org/apache/tuscany/sca/implementation/java/introspect/impl/HeuristicPojoProcessor.java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834842 13f79535-47bb-0310-9956-ffa450edef68
* Fix SCA-J CI test POJO_5003 - use a constructor annotated with ↵antelder2009-11-111-4/+2
| | | | | | @Property/@Reference over a no args constructor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834808 13f79535-47bb-0310-9956-ffa450edef68
* Add Import/Export Referencerfeng2009-11-1115-206/+465
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834738 13f79535-47bb-0310-9956-ffa450edef68
* Merge the performance fixes from 1.xrfeng2009-11-113-14/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834737 13f79535-47bb-0310-9956-ffa450edef68
* Remove the shadowed variablerfeng2009-11-111-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834736 13f79535-47bb-0310-9956-ffa450edef68
* Add a standalone server and test caserfeng2009-11-103-0/+278
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834701 13f79535-47bb-0310-9956-ffa450edef68
* Updating new code location in parent pom for SDO projectlresende2009-11-101-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834699 13f79535-47bb-0310-9956-ffa450edef68
* Start to add an Apache ZooKeeper based SCA domain registryrfeng2009-11-106-0/+805
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834683 13f79535-47bb-0310-9956-ffa450edef68
* Moving SDO CTSlresende2009-11-10151-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834672 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix from 1.xrfeng2009-11-101-6/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834626 13f79535-47bb-0310-9956-ffa450edef68
* Remove the identity key as the Operation.equals() already takes care of thatrfeng2009-11-101-6/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834624 13f79535-47bb-0310-9956-ffa450edef68
* Moving SDO tagslresende2009-11-104148-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834617 13f79535-47bb-0310-9956-ffa450edef68
* Remove tags so we can move SDO tags folder as tagslresende2009-11-100-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834616 13f79535-47bb-0310-9956-ffa450edef68
* moving SDO brancheslresende2009-11-10439-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834615 13f79535-47bb-0310-9956-ffa450edef68
* moving SDO brancheslresende2009-11-10439-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834614 13f79535-47bb-0310-9956-ffa450edef68
* moving SDO brancheslresende2009-11-10470-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834612 13f79535-47bb-0310-9956-ffa450edef68
* moving SDO brancheslresende2009-11-10309-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834611 13f79535-47bb-0310-9956-ffa450edef68
* Move the SDO folder as new trunk for SDO sub projectlresende2009-11-10482-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834610 13f79535-47bb-0310-9956-ffa450edef68
* Remove trunk so we can move SDO folder as trunklresende2009-11-100-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834609 13f79535-47bb-0310-9956-ffa450edef68
* Use a simple namerfeng2009-11-101-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834565 13f79535-47bb-0310-9956-ffa450edef68
* Turn the module into a webapprfeng2009-11-106-25/+191
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834562 13f79535-47bb-0310-9956-ffa450edef68
* Move to sandbox while setting it up to not interfere with the otestsantelder2009-11-102-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834472 13f79535-47bb-0310-9956-ffa450edef68
* Add folders for Hudson build setups for running the conformance testsantelder2009-11-102-0/+215
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834471 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty folderantelder2009-11-100-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834469 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty folderantelder2009-11-100-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834468 13f79535-47bb-0310-9956-ffa450edef68
* Create an SCA Reference from EJB reference only if there is no @Reference ↵vamsic0072009-11-101-0/+4
| | | | | | annotation on that field or method. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834442 13f79535-47bb-0310-9956-ffa450edef68
* Correcting an error from previous commit. The check should be for null.vamsic0072009-11-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834438 13f79535-47bb-0310-9956-ffa450edef68
* Add dependency on contribution.namespace package to make r834397 compileslaws2009-11-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834428 13f79535-47bb-0310-9956-ffa450edef68
* Remove leading space typoantelder2009-11-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834416 13f79535-47bb-0310-9956-ffa450edef68