summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor formatting and removing unused importslresende2009-03-241-281/+291
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758081 13f79535-47bb-0310-9956-ffa450edef68
* Adding provided binding URI to avoid issues when service is deployed in a ↵lresende2009-03-241-1/+11
| | | | | | webapp environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758080 13f79535-47bb-0310-9956-ffa450edef68
* Minor formattinglresende2009-03-241-5/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757920 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2936 Extension point API for Java EEvamsic0072009-03-243-1/+39
| | | | | | o Added place holder for reference tags in JSPs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757701 13f79535-47bb-0310-9956-ffa450edef68
* Commenting out since an issue in openejb is resulting in problems with WAR ↵vamsic0072009-03-241-1/+1
| | | | | | processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757680 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2936 Extension point API for Java EEvamsic0072009-03-243-7/+27
| | | | | | o Changed WebModuleInfo to identify individual class artifacts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757679 13f79535-47bb-0310-9956-ffa450edef68
* Update scadomain to support passing in the default port in the domain uriantelder2009-03-243-0/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757678 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2838 - Missing files required by implementation widget to properly ↵lresende2009-03-242-0/+307
| | | | | | register component java script in a webapp environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757656 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2838 - Updating implementation widget to properly register component ↵lresende2009-03-243-186/+61
| | | | | | java script in a webapp environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757655 13f79535-47bb-0310-9956-ffa450edef68
* Adding store-webapp to buildlresende2009-03-241-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757654 13f79535-47bb-0310-9956-ffa450edef68
* Store scenario using widget packaged as a webapplresende2009-03-2417-0/+1085
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757653 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2933 - Updating widget test html to use widget Java Script fuctions ↵lresende2009-03-242-4/+4
| | | | | | in the new tuscany.sca namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757652 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2933 - Updating store tutorial to use widget Java Script fuctions in ↵lresende2009-03-244-11/+11
| | | | | | the new tuscany.sca namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757651 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2933 - Updating domain manager ui to use widget Java Script fuctions ↵lresende2009-03-244-7/+7
| | | | | | in the new tuscany.sca namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757650 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2933 - Updating store samples to use widget Java Script fuctions in ↵lresende2009-03-243-9/+9
| | | | | | the new tuscany.sca namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757649 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2933 - Updating store sample to use widget Java Script fuctions in ↵lresende2009-03-241-3/+3
| | | | | | the new tuscany.sca namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757647 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2933 - Updating photo-gallery sample to use widget Java Script ↵lresende2009-03-241-1/+1
| | | | | | fuctions in the new tuscany.sca namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757646 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2933 - Runtime changes to properly define widget functions in it's ↵lresende2009-03-241-14/+28
| | | | | | own namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757645 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-03-238-0/+335
| | | | | | o Added tests for EJB jar and WAR contributions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757466 13f79535-47bb-0310-9956-ffa450edef68
* Adding module to the build.vamsic0072009-03-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757462 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2932 Correctly handle NotFoundException as a 404 in ↵bdaniel2009-03-211-3/+10
| | | | | | AtomBindingListenerServlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757107 13f79535-47bb-0310-9956-ffa450edef68
* Do not throw exception if the jar is not an EJB jar.vamsic0072009-03-212-5/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756952 13f79535-47bb-0310-9956-ffa450edef68
* 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
* 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