summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* TUSCANY-3097 Add test to see if the application composites of modules inside ↵slaws2009-06-2315-1/+645
| | | | | | an EAR are processed (they shouldn't be) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787603 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest for the jsf sample. It doesn't work yet as I can't find how to ↵antelder2009-06-232-0/+201
| | | | | | add the el-api dependency where the Jetty plugin can find it so it fails with ClassNotFoundException for ExpressionFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787600 13f79535-47bb-0310-9956-ffa450edef68
* Reverting the changes that was locally done and accidentally committed with ↵ramkumar2009-06-231-1/+1
| | | | | | r787589 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787593 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3096ramkumar2009-06-238-16/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787589 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3117ramkumar2009-06-232-47/+67
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787566 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationrfeng2009-06-231-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787556 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag maven-bundle-plugin-1.0.3rfeng2009-06-2321-0/+7193
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787555 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-bundle-plugin-1.0.3rfeng2009-06-231-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787554 13f79535-47bb-0310-9956-ffa450edef68
* Move OSGI-INF to the root so that these bundles can be directly launched ↵rfeng2009-06-2312-0/+0
| | | | | | from PDE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787517 13f79535-47bb-0310-9956-ffa450edef68
* Use componentURI/serviceName/bindingName to derive the URI of a binding if ↵rfeng2009-06-231-90/+85
| | | | | | not present git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787503 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Pradeep for TUSCANY-3115rfeng2009-06-224-0/+733
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787414 13f79535-47bb-0310-9956-ffa450edef68
* Add READMEs and diagramsrfeng2009-06-223-0/+338
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787401 13f79535-47bb-0310-9956-ffa450edef68
* Add OSGI-INF as a resource folderrfeng2009-06-221-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787383 13f79535-47bb-0310-9956-ffa450edef68
* Exclude .svn files rfeng2009-06-221-2/+14
| | | | | | Not scan internal jars if it is not on the Bundle-Classpath header git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787381 13f79535-47bb-0310-9956-ffa450edef68
* Merge jstl dependency addition from 1.x to 2.0 M3antelder2009-06-221-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787300 13f79535-47bb-0310-9956-ffa450edef68
* Add jstl dependency so apps using tuscany-jsf don't need to define itantelder2009-06-221-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787297 13f79535-47bb-0310-9956-ffa450edef68
* Merge JSF archetype package rename fix from trunk to m3antelder2009-06-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787260 13f79535-47bb-0310-9956-ffa450edef68
* Update myfaces achetype for tuscany myfaces module package renameantelder2009-06-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787259 13f79535-47bb-0310-9956-ffa450edef68
* more pom fixes for global substitution errorkelvingoodson2009-06-2267-201/+201
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787236 13f79535-47bb-0310-9956-ffa450edef68
* global search and replace had messed up general java pom - hence class files ↵kelvingoodson2009-06-221-3/+3
| | | | | | silently not added to jar -- still more otest build fixes to come git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787190 13f79535-47bb-0310-9956-ffa450edef68
* correct manifest for removal of conversation packageslaws2009-06-221-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787188 13f79535-47bb-0310-9956-ffa450edef68
* License/notice/header Changes from M3 branch r787159, r787162 and r787164slaws2009-06-228-3/+235
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787187 13f79535-47bb-0310-9956-ffa450edef68
* correct spelling of dependency - partial fix for build problem issue - now ↵kelvingoodson2009-06-221-1/+1
| | | | | | need to get missing class files into jar in project General_Java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787182 13f79535-47bb-0310-9956-ffa450edef68
* correct LICENSE and NOTICE files to include missing license and copyright ↵slaws2009-06-226-2/+216
| | | | | | statements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787164 13f79535-47bb-0310-9956-ffa450edef68
* Add missing AL headerslaws2009-06-221-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787162 13f79535-47bb-0310-9956-ffa450edef68
* Correct version numberslaws2009-06-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787159 13f79535-47bb-0310-9956-ffa450edef68
* Remove all conversational related code from SCA API and code that uses it as ↵antelder2009-06-2239-2230/+9
| | | | | | per the public review spec's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787158 13f79535-47bb-0310-9956-ffa450edef68
* Added missing runtime dependency on tuscany-host-webapp to get the SCA ↵mcombellack2009-06-211-0/+7
| | | | | | taglib (sca.tld) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787096 13f79535-47bb-0310-9956-ffa450edef68
* Added Eclipse maven-eclipse.xml project file to the SVN ignore listmcombellack2009-06-210-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787091 13f79535-47bb-0310-9956-ffa450edef68
* Added modules feed-logger-contribution and feed-logger-launcher to the buildmcombellack2009-06-212-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787066 13f79535-47bb-0310-9956-ffa450edef68
* Launcher that can be used to run the feed logger contributionmcombellack2009-06-213-0/+152
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787063 13f79535-47bb-0310-9956-ffa450edef68
* Feed logger contribution that demonstrates how the Atom and RSS bindings can ↵mcombellack2009-06-215-0/+270
| | | | | | be used to log entries from Atom and RSS feeds git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787062 13f79535-47bb-0310-9956-ffa450edef68
* Updated the launcher to display the additional URLs that can be used to ↵mcombellack2009-06-211-0/+5
| | | | | | access the feeds git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786997 13f79535-47bb-0310-9956-ffa450edef68
* Updated the application so that it uses the Tuscany Data API for creating ↵mcombellack2009-06-216-58/+378
| | | | | | | | the blog feeds so that we can add both an Atom and RSS feed onto the same Java component implementation. For completeness, added implementations that extend the Collections interfaces for the Atom and RSS bindings to show it can be done that way too but the implementation code cannot support both bindings at the same time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786996 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3114 - Added a basic get test for the RSS feedmcombellack2009-06-213-2/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786990 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3113 - Added get() method to the rss.Collections interface as this ↵mcombellack2009-06-212-0/+21
| | | | | | is the method that the RSSBindingListenerServlet class is looking for to see if the Java component implementation class supports RSS feeds. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786986 13f79535-47bb-0310-9956-ffa450edef68
* Binding RSS tests should not depend on classes from the Atom APImcombellack2009-06-211-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786964 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3112 - Make sure that the feed entry has the links set on it ↵mcombellack2009-06-211-0/+1
| | | | | | otherwise the title of the item in the RSS feed will not be converted to a URL git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786961 13f79535-47bb-0310-9956-ffa450edef68
* Tidy code in Payment component implementationslaws2009-06-212-38/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786960 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3111 - It looks like an RSS feed needs a feed description otherwise ↵mcombellack2009-06-211-0/+1
| | | | | | it throws a FeedException. Added a description to avoid this problem git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786958 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3111 - Fixed NPE when using the RSS binding on a Java component ↵mcombellack2009-06-211-10/+11
| | | | | | implementation that does not implement the org.apache.tuscany.sca.binding.rss.collection.Collections interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786955 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3310 - Updated the atom binding so that the description can be set ↵mcombellack2009-06-206-6/+57
| | | | | | using the description attribute. This is similar to the way that we set the title of the feed using the title attribute git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786928 13f79535-47bb-0310-9956-ffa450edef68
* Added a unit test for checking that the title can be set for an Atom feed ↵mcombellack2009-06-202-10/+39
| | | | | | using the title attribute of binding.atom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786924 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3109 Added null check for getOperation to handle case where the feed ↵mcombellack2009-06-201-9/+10
| | | | | | Java component implementation does not have a get() method but does define a getAll() method. This fixes TUSCANY-3109 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786917 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3109 - Added unit test for using Atom binding on a Java component ↵mcombellack2009-06-203-0/+242
| | | | | | implementation class that does not have a get() method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786914 13f79535-47bb-0310-9956-ffa450edef68
* Issue: NullPointerException will be thrown in the destory methods if the ↵mcombellack2009-06-208-30/+51
| | | | | | | | domains fail to initialise because the destroy method attempts to close the domain but the domain is null. Fix: Added check for null before attempting to close the domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786907 13f79535-47bb-0310-9956-ffa450edef68
* Removed stray commented out @Ignore(TUSCANY-2939) on a test as TUSCANY-2939 ↵mcombellack2009-06-201-1/+0
| | | | | | is fixed and the test runs without issue git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786906 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importmcombellack2009-06-201-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786904 13f79535-47bb-0310-9956-ffa450edef68
* Updated the SVN ignores to ignore the Eclipse project filesmcombellack2009-06-200-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786903 13f79535-47bb-0310-9956-ffa450edef68
* Updated the SVN ignores to ignore the maven-eclipse.xml file as this is a ↵mcombellack2009-06-200-0/+0
| | | | | | generated Eclipse project file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786902 13f79535-47bb-0310-9956-ffa450edef68