summaryrefslogtreecommitdiffstats
path: root/branches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-2931 - Start of test for different in request and response wire ↵slaws2009-03-217-0/+412
| | | | | | formats. Infrastructure not working properly just yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756901 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2932 Throw org.apache.tuscany.sca.data.collection.NotFoundException ↵bdaniel2009-03-211-6/+24
| | | | | | on 404 errors if AtomReferenceBindingProvider.supportsFeedEntries() is false git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756876 13f79535-47bb-0310-9956-ffa450edef68
* Delete test branch created by the release pluginantelder2009-03-203397-290366/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756421 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for branch 2.0-M2antelder2009-03-203397-0/+290366
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756417 13f79535-47bb-0310-9956-ffa450edef68
* Use the JavaEE extensions to compute SCA services, SCA references and SCA ↵vamsic0072009-03-192-8/+61
| | | | | | properties from EJB3 business interfaces, Remote EJB3 references and EnvEntries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756150 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2926 Stest code invalid ignore tagbeckerdo2009-03-191-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756147 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2923 Stest code ASM_0024 - ASM_0043beckerdo2009-03-1916-9/+843
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756113 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2922ramkumar2009-03-191-16/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755970 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2922ramkumar2009-03-197-9/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755969 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2914ramkumar2009-03-191-14/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755887 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for LDAP Realm authentication policylresende2009-03-191-33/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755858 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for LDAP Realm authentication policylresende2009-03-1913-3/+808
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755857 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused importslresende2009-03-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755856 13f79535-47bb-0310-9956-ffa450edef68
* Small method name changelresende2009-03-191-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755855 13f79535-47bb-0310-9956-ffa450edef68
* Properly handling business/runtime exception with new invocation methodlresende2009-03-191-11/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755854 13f79535-47bb-0310-9956-ffa450edef68
* Removing @author per Apache best practiceslresende2009-03-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755853 13f79535-47bb-0310-9956-ffa450edef68
* Wrapping the invocation with a message, in order to pass extra information ↵lresende2009-03-193-15/+49
| | | | | | during invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755852 13f79535-47bb-0310-9956-ffa450edef68
* Removing system.out debug messagelresende2009-03-191-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755851 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for Jaas authentication policy to component serviceslresende2009-03-193-4/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755850 13f79535-47bb-0310-9956-ffa450edef68
* Removing @author per Apache best practiceslresende2009-03-193-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755849 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolete schema file for binding-gdatalresende2009-03-191-36/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755848 13f79535-47bb-0310-9956-ffa450edef68
* Add contribution-jee to the build to avoid breakrfeng2009-03-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755821 13f79535-47bb-0310-9956-ffa450edef68
* Produce xsi:type for local elementsrfeng2009-03-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755810 13f79535-47bb-0310-9956-ffa450edef68
* Only introspect the fault type if the JAXWS interface processor hasn't ↵rfeng2009-03-181-2/+2
| | | | | | figured out the databinding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755786 13f79535-47bb-0310-9956-ffa450edef68
* Use the JavaEE extensions to compute SCA services, SCA references and SCA ↵vamsic0072009-03-182-0/+35
| | | | | | properties from EJB3 business interfaces, Remote EJB3 references and EnvEntries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755761 13f79535-47bb-0310-9956-ffa450edef68
* Use the JavaEE optional extension to compute SCA references and SCA ↵vamsic0072009-03-182-1/+33
| | | | | | properties from Remote EJB3 references and EnvEntries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755758 13f79535-47bb-0310-9956-ffa450edef68
* Fix a regression caused by r755474rfeng2009-03-183-73/+127
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755757 13f79535-47bb-0310-9956-ffa450edef68
* URI "" corresponds to the archive as an artifact.vamsic0072009-03-183-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755753 13f79535-47bb-0310-9956-ffa450edef68
* Java EE Introspection code using OpenEJB.vamsic0072009-03-186-0/+804
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755743 13f79535-47bb-0310-9956-ffa450edef68
* Updated the methods to throw ContributionReadException.vamsic0072009-03-181-4/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755731 13f79535-47bb-0310-9956-ffa450edef68
* Missing and wrongly placed license headers.vamsic0072009-03-182-15/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755729 13f79535-47bb-0310-9956-ffa450edef68
* o JavaEE processors to introspect WAR, JAR and EAR files and create model ↵vamsic0072009-03-1834-1152/+1453
| | | | | | | | objects o JavaEE extensions to create SCA Services, SCA References and SCA Properties from EJB3 business interfaces, Remote EJB3 references and Env Entries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755722 13f79535-47bb-0310-9956-ffa450edef68
* Added an EAR packaging type. Updated WAR to use PackageType.WAR.vamsic0072009-03-181-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755552 13f79535-47bb-0310-9956-ffa450edef68
* Make the artifactURI "" resolve to the sourceURL.vamsic0072009-03-181-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755536 13f79535-47bb-0310-9956-ffa450edef68
* Fix the J2W generation issue which misses the target namespacerfeng2009-03-184-7/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755474 13f79535-47bb-0310-9956-ffa450edef68
* Updating project name to help identify (1.x) versus (2.x) builds in ↵lresende2009-03-151-1/+1
| | | | | | continuuns environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754710 13f79535-47bb-0310-9956-ffa450edef68
* Update scn urls required by continuuns buildslresende2009-03-151-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754709 13f79535-47bb-0310-9956-ffa450edef68
* Moving to use DOJO 1.3.0b3lresende2009-03-137-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753386 13f79535-47bb-0310-9956-ffa450edef68
* Placing gif jpg files used for testing in test resource folderlresende2009-03-133-20/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753384 13f79535-47bb-0310-9956-ffa450edef68
* Updating-DWR-dependency-level-to-2.0.3lresende2009-03-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753379 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2884 - more composite vtests. Thanks for the patch Susan.slaws2009-03-1245-71/+1433
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752817 13f79535-47bb-0310-9956-ffa450edef68
* Adding code to use full binding uri when provided, otherwise using relative ↵lresende2009-03-111-0/+11
| | | | | | path - note that code is commented out for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752598 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2907 Stest codebeckerdo2009-03-1124-0/+1257
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752484 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2905 Implement third rule which is supposed to look for an operation ↵beckerdo2009-03-101-9/+66
| | | | | | name in the root element of the XML payload git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752147 13f79535-47bb-0310-9956-ffa450edef68
* Remove SpringSCAPropertyElement.java.origramkumar2009-03-091-44/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751652 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2642ramkumar2009-03-092-8/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751644 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2642, 2909, 2910ramkumar2009-03-098-185/+924
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751642 13f79535-47bb-0310-9956-ffa450edef68
* Only create a transport description for the JMS transport if JMS is ↵slaws2009-03-083-9/+20
| | | | | | configured to be in use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751406 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2871 ClassCastException using atom-abdera bindingbeckerdo2009-03-062-5/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750972 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2897 JMSBinding model should be QNames not Stringsbeckerdo2009-03-046-42/+110
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750052 13f79535-47bb-0310-9956-ffa450edef68