summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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-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-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-082-2/+13
| | | | | | configured to be in use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751406 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2897 JMSBinding model should be QNames not Stringsbeckerdo2009-03-045-39/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750052 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2875ramkumar2009-03-032-9/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749547 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for enabling and configuring authentication for embedded http ↵lresende2009-02-268-4/+416
| | | | | | server using policy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748014 13f79535-47bb-0310-9956-ffa450edef68
* Updating WebAppServletHost to provide new version of addServletMappinglresende2009-02-261-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748011 13f79535-47bb-0310-9956-ffa450edef68
* Updating NodeWebAppServletHost to provide new version of addServletMappinglresende2009-02-261-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748009 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring confidentiality policy support for http bindings to it's own modulelresende2009-02-2610-3/+335
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748008 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup on the policy propertieslresende2009-02-262-20/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748007 13f79535-47bb-0310-9956-ffa450edef68
* Adding support to enable SSL when using binding-http using Confidentiality ↵lresende2009-02-2610-40/+491
| | | | | | policy intent git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748006 13f79535-47bb-0310-9956-ffa450edef68
* Fix the push/pop out of sequence issuerfeng2009-02-251-9/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747972 13f79535-47bb-0310-9956-ffa450edef68
* Correct the type of message that CompositeProcessor reports for a ↵slaws2009-02-251-1/+1
| | | | | | CompositeReadException and correct a few tests to take account of this and another couple of exception funnies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747952 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2856 'property' validation conflicts with osoa specbeckerdo2009-02-251-25/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747933 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2857 Correct handling of JMSDeliveryMode and JMSPrioritybeckerdo2009-02-253-41/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747867 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2867 - Pass checked exceptions as InvocationTargetExceptions. Don't ↵slaws2009-02-255-10/+51
| | | | | | rely on boolean fault flag for messages of object type. Thanks for the patch Kaushik git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747826 13f79535-47bb-0310-9956-ffa450edef68
* Make property ids optionalslaws2009-02-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746926 13f79535-47bb-0310-9956-ffa450edef68
* Add BPEL document resolver to defer to namespace imports if document is not ↵slaws2009-02-212-0/+102
| | | | | | found in current contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746461 13f79535-47bb-0310-9956-ffa450edef68
* Fix already closed bug with oneway requestsantelder2009-02-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745961 13f79535-47bb-0310-9956-ffa450edef68
* Fix already closed bug when the responseConnection is the same as the ↵antelder2009-02-191-1/+1
| | | | | | request connection git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745960 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2861: Fix Object wireformat to deal with receiveing a null message ↵antelder2009-02-191-0/+2
| | | | | | correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745958 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2849 Unable to define operation-level intents on binding.jmsbeckerdo2009-02-194-19/+113
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745909 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2859: Add a closeResponseConnection method to the JMSResourceFactoryantelder2009-02-193-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745897 13f79535-47bb-0310-9956-ffa450edef68
* Commit some code to write out composite model during processing. Uncomment ↵slaws2009-02-191-16/+35
| | | | | | to use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745858 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2840-Part3ramkumar2009-02-1910-33/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745779 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2840-Part2ramkumar2009-02-193-0/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745778 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2860rfeng2009-02-1913-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745759 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2702rfeng2009-02-191-12/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745752 13f79535-47bb-0310-9956-ffa450edef68