summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-01Start to get JSF webapps going using Apache MyFacesantelder8-2/+571
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749147 13f79535-47bb-0310-9956-ffa450edef68
2009-03-01Remove code completion commentantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748977 13f79535-47bb-0310-9956-ffa450edef68
2009-03-01Add an archetype for webapps using Stripesantelder17-0/+588
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748975 13f79535-47bb-0310-9956-ffa450edef68
2009-02-28Clean up the quickstart archetype and update to use the latest maven ↵antelder9-35/+56
archetype plugin and get console prompting style work so 'mvn archetype:generate' works now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748791 13f79535-47bb-0310-9956-ffa450edef68
2009-02-27Add the start of a Tuscany quickstart maven archetypeantelder9-0/+278
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748500 13f79535-47bb-0310-9956-ffa450edef68
2009-02-27Start of a helloworld sample showing SCA integration with the Wicket web ↵antelder11-0/+363
framework git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748427 13f79535-47bb-0310-9956-ffa450edef68
2009-02-27Updating with sca 1.1 namespacelresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748400 13f79535-47bb-0310-9956-ffa450edef68
2009-02-27Adding SCA 1.1 schemaslresende17-0/+1100
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748399 13f79535-47bb-0310-9956-ffa450edef68
2009-02-27Removing more unused OSOA based Schemalresende1-43/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748398 13f79535-47bb-0310-9956-ffa450edef68
2009-02-27Removing more unused OSOA based Schemalresende1-17/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748397 13f79535-47bb-0310-9956-ffa450edef68
2009-02-27Removing unused OSOA based Schemalresende21-885/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748395 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Created ASM_6009_TestCase, ASM_6010_TestCase, ASM_6011_TestCase, ↵edwardsmj16-0/+788
ASM_6012_TestCase, ASM_6013_TestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748343 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Start to bring up the EJB binding in 2.xantelder47-0/+5616
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748245 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Remove commented out codeantelder2-16/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748233 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Created Test_ASM_6007, Test_ASM_6008edwardsmj6-0/+309
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748180 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Added Test_ASM_6005, Test_ASM_6006edwardsmj7-1/+304
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748156 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Add itest for the Stripes Framework sampleantelder2-0/+177
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748155 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Add dependency to manifestantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748124 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26CHange webapp host so it doesn't need any static singleton (TUSCANY-2881) ↵antelder6-28/+46
and make webapp host only be used if no other hosts (like jetty) are in the classpath git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748109 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Chnage Jetty host to make itself default if multiple hosts registered so ↵antelder1-2/+7
that in standalone runtime environment jetty is used even if webapp host in the classpath git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748108 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Add missing manifest entryantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748085 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Add stripes sample to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748057 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Clean up manifestsantelder2-5/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748056 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Add Stripes module to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748055 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26More TUSCANY-2858 work on bringing up the webapp support. Separate out the ↵antelder5-159/+238
runtime initilization into a helper class so the common code can be shared, add a TuscanyContextListener that can start the Tuscany runtime, clean up the use of ThreadLocals. Just need to fix TUSCANY-2881 now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748050 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Update for renamed helper classantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748047 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Add start of a helper class to simplify using the implementation.web ↵antelder1-0/+45
ComponentContext git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748046 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Get the Stripes web framework integration working by finishing the Helper classantelder2-90/+81
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748042 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Add a sample using the stripes web frameworkantelder13-0/+389
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748041 13f79535-47bb-0310-9956-ffa450edef68
2009-02-25Copy the change in r746461 from 1.x to 2.x - Add BPEL document resolver to ↵antelder6-8/+104
defer to namespace imports if document is not found in current contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747769 13f79535-47bb-0310-9956-ffa450edef68
2009-02-25Add more test cases for XPathrfeng3-9/+86
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747620 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24A more complete fix for TUSCANY-2869rfeng3-9/+66
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747607 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Add bpel sample to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747448 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Add implementation.bpel to the buildantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747447 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Remove some commented out codeantelder1-21/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747443 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Update to use just released 1.0 bundle pluginantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747442 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Clean up the ode dependencies and manifestantelder2-17/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747411 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Cleanup the bpel model manifestantelder1-15/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747394 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24TUSCANY-2869: work around the Saxon xpath jar meta-inf/services problemantelder1-2/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747374 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Clean up some unused dependenciesantelder1-24/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747331 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Start to bring up a bpel sample in 2.xantelder13-0/+994
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747323 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Start to bring up the implementation.bpel runtime in 2.xantelder27-0/+3321
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747322 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Start to bring up the implementation.bpel model in 2.xantelder23-0/+2677
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747321 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Start to implement the @attachTo XPath functionsrfeng4-0/+279
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747275 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Minor clean uprfeng1-35/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747242 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23Add webapp samples to the buildantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746923 13f79535-47bb-0310-9956-ffa450edef68
2009-02-21Change the name from parent to qualifiableIntent for Intent modelrfeng6-21/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746573 13f79535-47bb-0310-9956-ffa450edef68
2009-02-21Remove the unused interfacerfeng1-53/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746571 13f79535-47bb-0310-9956-ffa450edef68
2009-02-21Add the webapp itests to the buildantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746451 13f79535-47bb-0310-9956-ffa450edef68
2009-02-21Update to not include the version in the webapp pathantelder2-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746450 13f79535-47bb-0310-9956-ffa450edef68