summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding maven-eclipet.xml to svn-ignoreslresende2008-08-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681810 13f79535-47bb-0310-9956-ffa450edef68
* Add impl.web xsdantelder2008-08-011-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681673 13f79535-47bb-0310-9956-ffa450edef68
* Change the sample to use only the sca-api dependency with a scope of ↵antelder2008-08-011-21/+1
| | | | | | provided as eveything is provided by the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681637 13f79535-47bb-0310-9956-ffa450edef68
* Customer sample using Dojo + JSONRPC and OpenJPAlresende2008-08-0119-0/+1471
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681631 13f79535-47bb-0310-9956-ffa450edef68
* Remove sysout printlnsantelder2008-08-011-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681629 13f79535-47bb-0310-9956-ffa450edef68
* remove unused fieldantelder2008-08-011-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681626 13f79535-47bb-0310-9956-ffa450edef68
* correct typo in service name and remove init method as @Reference annottaion ↵antelder2008-08-012-14/+2
| | | | | | now works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681625 13f79535-47bb-0310-9956-ffa450edef68
* Update to inject referencesantelder2008-08-012-3/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681624 13f79535-47bb-0310-9956-ffa450edef68
* Now that TUSCANY-2389 is fixed, removing @Ignore.vamsic0072008-08-012-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681602 13f79535-47bb-0310-9956-ffa450edef68
* Add getBundleContext()rfeng2008-08-011-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681584 13f79535-47bb-0310-9956-ffa450edef68
* Extract start/stop to EquinoxOSGiHostrfeng2008-08-013-8/+205
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681583 13f79535-47bb-0310-9956-ffa450edef68
* Replace implementation-node-osgi-runtime with node2-launcher-osgirfeng2008-08-0120-0/+2388
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681580 13f79535-47bb-0310-9956-ffa450edef68
* Remove implementation-node-osgi-runtimerfeng2008-08-0122-2463/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681579 13f79535-47bb-0310-9956-ffa450edef68
* Add an OSgi bundle activator to set the OSGiServiceDiscoverer to ↵rfeng2008-07-313-1/+47
| | | | | | ServiceDiscovery git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681546 13f79535-47bb-0310-9956-ffa450edef68
* Fix the OSGi Import-Package/Export-Package headersrfeng2008-07-313-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681543 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2389rfeng2008-07-312-3/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681502 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2519rfeng2008-07-317-2/+206
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681435 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in class nameantelder2008-07-311-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681404 13f79535-47bb-0310-9956-ffa450edef68
* A JMS binidng testcaseantelder2008-07-311-0/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681379 13f79535-47bb-0310-9956-ffa450edef68
* Start of an annottaion processor for handling SCA annotations on webapp ↵antelder2008-07-312-0/+74
| | | | | | resources git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681339 13f79535-47bb-0310-9956-ffa450edef68
* Handle javascript security exception when a widget is included in a page ↵jsdelfino2008-07-311-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
* Improved the Domain Manager widgets to use HTML divs for presentation and ↵jsdelfino2008-07-3113-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
* Node launcher gets IOException from System.in and fails when started as a ↵jsdelfino2008-07-313-3/+24
| | | | | | detached daemon on Linux. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681252 13f79535-47bb-0310-9956-ffa450edef68
* Add missing files for r681221rfeng2008-07-304-0/+319
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681232 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch for TUSCANY-2469 from Wojtek. ↵rfeng2008-07-3015-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
* Add the workaround to deal with annoymous XSD typesrfeng2008-07-301-4/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681219 13f79535-47bb-0310-9956-ffa450edef68
* Switch to SCANode2 APIrfeng2008-07-302-6/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681196 13f79535-47bb-0310-9956-ffa450edef68
* Simplified how widgets get loaded in the domain manager UI iframes. Moved ↵jsdelfino2008-07-3011-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
* Merge the fix from 1.3 branch for TUSCANY-2509, TUSCANY-2506rfeng2008-07-3010-14/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681137 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2515rfeng2008-07-301-33/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681135 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2505rfeng2008-07-303-9/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681126 13f79535-47bb-0310-9956-ffa450edef68
* Started to refactor the domain manager UI into smaller independently ↵jsdelfino2008-07-3016-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
* one more version updatekelvingoodson2008-07-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680728 13f79535-47bb-0310-9956-ffa450edef68
* set trunk version to 1.2-SNAPSHOTkelvingoodson2008-07-299-43/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680718 13f79535-47bb-0310-9956-ffa450edef68
* fix junit and felix scopeskelvingoodson2008-07-293-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680665 13f79535-47bb-0310-9956-ffa450edef68
* backing out bad merge from commit 680370kelvingoodson2008-07-291-12/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680657 13f79535-47bb-0310-9956-ffa450edef68
* Fixed mouse event handling in suggest popup list, now selecting list items ↵jsdelfino2008-07-291-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
* Moved tutorial-store under tutorials, removed original tutorial-store directory.jsdelfino2008-07-29161-29091/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680598 13f79535-47bb-0310-9956-ffa450edef68
* Moved tutorial-store under tutorials, adjusted poms and assembly.jsdelfino2008-07-2922-62/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680596 13f79535-47bb-0310-9956-ffa450edef68
* Commented out photo-gallery for now.jsdelfino2008-07-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680595 13f79535-47bb-0310-9956-ffa450edef68
* Starting to move store-tutorial under tutorials/store.jsdelfino2008-07-29161-0/+29091
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680591 13f79535-47bb-0310-9956-ffa450edef68
* Created tutorials folder and pom.xml that will host the tutorials.jsdelfino2008-07-291-0/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680590 13f79535-47bb-0310-9956-ffa450edef68
* Removed .classpath from Subversion as it is generated by the build.jsdelfino2008-07-291-56/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680588 13f79535-47bb-0310-9956-ffa450edef68
* merge of commit 643011 from 1.1 branchkelvingoodson2008-07-2895-20952/+21021
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680370 13f79535-47bb-0310-9956-ffa450edef68
* Update to use web-uri attributeantelder2008-07-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680354 13f79535-47bb-0310-9956-ffa450edef68
* making equivalent rearrangements in trunk as those that were done in the 1.1 ↵kelvingoodson2008-07-2810-185/+67
| | | | | | branch in commit 640209 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680348 13f79535-47bb-0310-9956-ffa450edef68
* Start of a sample using implementation.webantelder2008-07-287-0/+275
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680347 13f79535-47bb-0310-9956-ffa450edef68
* Update to use web-uri attributeantelder2008-07-286-10/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680334 13f79535-47bb-0310-9956-ffa450edef68
* merge relevant required commits from the 1.1 branch up to 640209 (629426, ↵kelvingoodson2008-07-2819-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
* Add impementation.web modelantelder2008-07-2813-0/+821
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680328 13f79535-47bb-0310-9956-ffa450edef68