summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-31Start of an annottaion processor for handling SCA annotations on webapp ↵antelder2-0/+74
resources git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681339 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31Handle javascript security exception when a widget is included in a page ↵jsdelfino1-5/+17
from a different domain, and therefore cannot access the parent window. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681299 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31Improved the Domain Manager widgets to use HTML divs for presentation and ↵jsdelfino13-267/+363
iframes for script isolation. This provides better control and performance of the layout while preserving isolation between the scripts of the individual widgets. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681295 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31Node launcher gets IOException from System.in and fails when started as a ↵jsdelfino3-3/+24
detached daemon on Linux. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681252 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Add missing files for r681221rfeng4-0/+319
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681232 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Apply the patch for TUSCANY-2469 from Wojtek. ↵rfeng15-296/+670
(sca-binding-sdo-problem-jira-2469-30-july.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681221 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Add the workaround to deal with annoymous XSD typesrfeng1-4/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681219 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Switch to SCANode2 APIrfeng2-6/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681196 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Simplified how widgets get loaded in the domain manager UI iframes. Moved ↵jsdelfino11-243/+51
some of the header text from the widgets to the main pages, as in a mashup you don't need these headers in each widget. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681176 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Merge the fix from 1.3 branch for TUSCANY-2509, TUSCANY-2506rfeng10-14/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681137 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Fix for TUSCANY-2515rfeng1-33/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681135 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Fix for TUSCANY-2505rfeng3-9/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681126 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Started to refactor the domain manager UI into smaller independently ↵jsdelfino16-817/+1272
reusable widgets. Tested OK with Firefox 2 and 3 and Safari 3, still debugging a javascript error with IE 7. Changed the HTTP binding to implement OptimizableBinding as was done for the Atom Binding, to allow Widgets to get the correct reference binding URIs from the target services. This is temporary until the domain manager app is migrated from SCADomain to NodeFactory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680931 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29one more version updatekelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680728 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29set trunk version to 1.2-SNAPSHOTkelvingoodson9-43/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680718 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29fix junit and felix scopeskelvingoodson3-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680665 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29backing out bad merge from commit 680370kelvingoodson1-12/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680657 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Fixed mouse event handling in suggest popup list, now selecting list items ↵jsdelfino1-1/+1
on mousedown event as some browsers do not correctly handle the onclick event. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680621 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Moved tutorial-store under tutorials, removed original tutorial-store directory.jsdelfino161-29091/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680598 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Moved tutorial-store under tutorials, adjusted poms and assembly.jsdelfino22-62/+59
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680596 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Commented out photo-gallery for now.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680595 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Starting to move store-tutorial under tutorials/store.jsdelfino161-0/+29091
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680591 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Created tutorials folder and pom.xml that will host the tutorials.jsdelfino1-0/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680590 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Removed .classpath from Subversion as it is generated by the build.jsdelfino1-56/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680588 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28merge of commit 643011 from 1.1 branchkelvingoodson95-20952/+21021
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680370 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28Update to use web-uri attributeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680354 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28making equivalent rearrangements in trunk as those that were done in the 1.1 ↵kelvingoodson10-185/+67
branch in commit 640209 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680348 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28Start of a sample using implementation.webantelder7-0/+275
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680347 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28Update to use web-uri attributeantelder6-10/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680334 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28merge relevant required commits from the 1.1 branch up to 640209 (629426, ↵kelvingoodson19-20/+24
630144, 630180, 630184, 640196, 640209) - more to come from the 1.1 release and the 1.1.1 release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680330 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28Add impementation.web modelantelder13-0/+821
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680328 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28Start to seperate impl.web into model and runtimeantelder15-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680322 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28Fix to also work when servlet path doesn't have a nested pathantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680321 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28Change to use printwriter instead of ouptputstreamantelder2-13/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680320 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27TUSCANY-2502 - Applying patch to make spring implementation compatible with ↵lresende1-1/+9
Spring 2.5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680065 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27TUSCANY-1921 - Properly creating the jar url for the application context ↵lresende1-2/+2
artifact git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680063 13f79535-47bb-0310-9956-ffa450edef68
2008-07-26Version Tuscany modules and 3rd party libraries in itest/osgi-tuscanyrsivaram7-4/+1402
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680048 13f79535-47bb-0310-9956-ffa450edef68
2008-07-26Workaround for JIRA TUSCANY-2499. Moved the definition of wsAuthentication ↵jsdelfino2-7/+32
to its own definition.xml file, allowing it to be referenced by the other test definition.xml files. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679944 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Fix for TUSCANY-2498rfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679890 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Fix TUSCANY-2480nash2-50/+64
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679776 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Copy 1.3 branch revisions 678491, 678875, 679082, 679205, 679334 and 679385nash85-920/+4513
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679774 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Merge the workfile exclusions chg from 1.3 branch to trunkantelder2-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679749 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25TUSCANY-2497 - README update. Thanks for the patch Dhavalslaws1-2/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679747 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25TUSCANY-2450 commit fixes addressing RAT issues from 1.3 branchslaws19-7/+344
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679740 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25TUSCANY-2420 commit changes from 1.3 branchslaws4-18/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679715 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25TUSCANY-2437 commit changes from 1.3 branchslaws8-391/+343
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679706 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Add test for TUSCANY-2481 fixnash2-18/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679631 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Fix TUSCANY-2481nash1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679629 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24Fix TUSCANY-2479nash4-0/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679617 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24Remove incorrect uri attribute on service callback binding (see TUSCANY-2417)nash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679533 13f79535-47bb-0310-9956-ffa450edef68