Commit graph

  • a7d10214e0 global search and replace had messed up general java pom - hence class files silently not added to jar -- still more otest build fixes to come kelvingoodson 2009-06-22 10:37:42 +00:00
  • 3c63459fb3 correct manifest for removal of conversation package slaws 2009-06-22 10:22:22 +00:00
  • 9403f0a895 License/notice/header Changes from M3 branch r787159, r787162 and r787164 slaws 2009-06-22 10:21:11 +00:00
  • 9294dbcb3d correct spelling of dependency - partial fix for build problem issue - now need to get missing class files into jar in project General_Java kelvingoodson 2009-06-22 09:45:52 +00:00
  • 66e4d62f30 correct LICENSE and NOTICE files to include missing license and copyright statements slaws 2009-06-22 08:31:34 +00:00
  • 9846bc760f Add missing AL header slaws 2009-06-22 08:30:07 +00:00
  • 8af5f83cae Correct version number slaws 2009-06-22 07:48:43 +00:00
  • 0a6f3a6220 Remove all conversational related code from SCA API and code that uses it as per the public review spec's antelder 2009-06-22 07:47:06 +00:00
  • f116d5fecc Added missing runtime dependency on tuscany-host-webapp to get the SCA taglib (sca.tld) mcombellack 2009-06-21 21:29:15 +00:00
  • a5ceb319d4 Added Eclipse maven-eclipse.xml project file to the SVN ignore list mcombellack 2009-06-21 20:48:29 +00:00
  • 37dcf4b6dd Added modules feed-logger-contribution and feed-logger-launcher to the build mcombellack 2009-06-21 18:56:52 +00:00
  • 88e7b5ef56 Launcher that can be used to run the feed logger contribution mcombellack 2009-06-21 18:20:40 +00:00
  • 2f360e8f35 Feed logger contribution that demonstrates how the Atom and RSS bindings can be used to log entries from Atom and RSS feeds mcombellack 2009-06-21 18:19:40 +00:00
  • 7bb10c4e08 Updated the launcher to display the additional URLs that can be used to access the feeds mcombellack 2009-06-21 11:48:22 +00:00
  • 2321a44e50 Updated the application so that it uses the Tuscany Data API for creating 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 mcombellack 2009-06-21 11:48:02 +00:00
  • 4a925ec55e TUSCANY-3114 - Added a basic get test for the RSS feed mcombellack 2009-06-21 10:46:34 +00:00
  • 5b4d883b3d TUSCANY-3113 - Added get() method to the rss.Collections interface as this is the method that the RSSBindingListenerServlet class is looking for to see if the Java component implementation class supports RSS feeds. mcombellack 2009-06-21 10:34:37 +00:00
  • b17facb628 Binding RSS tests should not depend on classes from the Atom API mcombellack 2009-06-21 09:30:12 +00:00
  • 3b48e7a0bf TUSCANY-3112 - Make sure that the feed entry has the links set on it otherwise the title of the item in the RSS feed will not be converted to a URL mcombellack 2009-06-21 09:25:19 +00:00
  • 9d393de967 Tidy code in Payment component implementation slaws 2009-06-21 09:24:23 +00:00
  • 896792aac6 TUSCANY-3111 - It looks like an RSS feed needs a feed description otherwise it throws a FeedException. Added a description to avoid this problem mcombellack 2009-06-21 09:10:29 +00:00
  • 788dee65e4 TUSCANY-3111 - Fixed NPE when using the RSS binding on a Java component implementation that does not implement the org.apache.tuscany.sca.binding.rss.collection.Collections interface mcombellack 2009-06-21 09:02:24 +00:00
  • f6935c5980 TUSCANY-3310 - Updated the atom binding so that the description can be set using the description attribute. This is similar to the way that we set the title of the feed using the title attribute mcombellack 2009-06-20 23:41:05 +00:00
  • 70c644c382 Added a unit test for checking that the title can be set for an Atom feed using the title attribute of binding.atom mcombellack 2009-06-20 23:00:16 +00:00
  • 396e33f60c TUSCANY-3109 Added null check for getOperation to handle case where the feed Java component implementation does not have a get() method but does define a getAll() method. This fixes TUSCANY-3109 mcombellack 2009-06-20 22:15:31 +00:00
  • 3fa2beb0c4 TUSCANY-3109 - Added unit test for using Atom binding on a Java component implementation class that does not have a get() method mcombellack 2009-06-20 22:13:43 +00:00
  • 6d91145f80 Issue: NullPointerException will be thrown in the destory methods if the 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 mcombellack 2009-06-20 20:58:58 +00:00
  • 2a83d8422d Removed stray commented out @Ignore(TUSCANY-2939) on a test as TUSCANY-2939 is fixed and the test runs without issue mcombellack 2009-06-20 20:49:21 +00:00
  • a3658d45af Removed unused import mcombellack 2009-06-20 20:25:04 +00:00
  • 91b2d1afd7 Updated the SVN ignores to ignore the Eclipse project files mcombellack 2009-06-20 20:06:42 +00:00
  • 587c0a748d Updated the SVN ignores to ignore the maven-eclipse.xml file as this is a generated Eclipse project file mcombellack 2009-06-20 20:05:45 +00:00
  • ba63d8e70d Updated the SVN ignores to ignore the Eclipse project files mcombellack 2009-06-20 20:04:25 +00:00
  • f163077025 Improved the readability of the code that generates the next blog ID. Fixed a spelling mistake in the word Tuscany. I should know how to spell it by now :-) mcombellack 2009-06-20 16:17:50 +00:00
  • 0514a23af1 Rename the "transactionFeeRate" to be "transactionFee" as I don't know what the "rate" part means. slaws 2009-06-20 15:31:02 +00:00
  • 4438eb9853 Added blog-feed-contribution and blog-feed-launcher to the build mcombellack 2009-06-20 15:17:32 +00:00
  • 226c40844e Fixed dependency issue that caused compilation issues when built via Maven but not when run inside Eclipse mcombellack 2009-06-20 15:16:42 +00:00
  • b84d864bc8 Added launcher for the SCA Tours blog feed contribution mcombellack 2009-06-20 14:47:20 +00:00
  • 3024fc7a56 Added new contribution that contains an RSS and Atom feed to an imaginary SCA Tours blog mcombellack 2009-06-20 14:46:20 +00:00
  • b778b8d2e6 Removed unused import mcombellack 2009-06-20 13:52:41 +00:00
  • d9f16eaeb9 Change currency converter request to exchange rate request slaws 2009-06-20 13:43:54 +00:00
  • 6e47a35fa2 Originally, this file contained a mix of using spaces and tabs to do the indentation. This resulted in the indentation not being right in various places. To improve readability, I have replaced all tabs with spaces (to make it consistent across the file) and sorted out the indentation problems mcombellack 2009-06-20 12:15:40 +00:00
  • 3b391302c8 Re-enabled test that had been marked as @Ignore since TUSCANY-2937 is now fixed and the test runs mcombellack 2009-06-20 12:04:08 +00:00
  • ef1aa02bf3 Minor editorial corrections to fix spelling and indentation mcombellack 2009-06-20 11:58:55 +00:00
  • 0c38f267e8 Fixed minor spelling mistake mcombellack 2009-06-20 11:55:46 +00:00
  • 1bdc7be6ac Corrected the uri of the export.resource mcombellack 2009-06-20 10:02:01 +00:00
  • 2a3a2af263 Added the help-pages-contribution and help-pages-launcher modules to the build mcombellack 2009-06-20 09:55:06 +00:00
  • bcff4cbf66 Added a launcher for the SCA Tours help pages mcombellack 2009-06-20 09:21:18 +00:00
  • 522851be39 Added help pages contribution that uses implementation.resource with a binding.http to expose some sample help pages for SCA Tours mcombellack 2009-06-20 09:20:43 +00:00
  • 3475bdbb87 Merge r786047 from m3 branch to trunk to update the doc files for the M3 release antelder 2009-06-20 07:36:36 +00:00
  • d4dbbeb658 Merge r786047 from m3 branch to trunk to update the doc files for the M3 release antelder 2009-06-20 07:36:15 +00:00
  • 7a6e87d51c Merge r786047 from m3 branch to trunk to update the doc files for the M3 release antelder 2009-06-20 07:35:57 +00:00
  • f639288862 Merge r786047 from m3 branch to trunk to update the doc files for the M3 release antelder 2009-06-20 07:35:01 +00:00
  • e54849538a Made the indentation and spacing consistent across the composite file mcombellack 2009-06-19 20:17:20 +00:00
  • fac2cbaa3a Removed some empty directories mcombellack 2009-06-19 19:57:12 +00:00
  • 01a1b70818 Minor spelling correction mcombellack 2009-06-19 19:54:17 +00:00
  • d114e7b4de Only unregister the MBean if it's registered rfeng 2009-06-19 18:48:29 +00:00
  • 31cc1f8bf1 Make the remote flag consistent in names and setters/getters rfeng 2009-06-19 17:45:46 +00:00
  • c1feaec0db TUSCANY-3092 - bring up remote version of binding.sca and include it in the build slaws 2009-06-19 15:54:54 +00:00
  • 00c1157e3e TUSCANY-3070 add fix from 1.x so that visitors are not added more than once. slaws 2009-06-19 15:52:24 +00:00
  • 7b8e66fe15 TUSCANY-3092 build top level composite rather than the individual composites that it contains slaws 2009-06-19 15:50:04 +00:00
  • dd127719e1 TUSCANY-3106 missed file on previous checkin slaws 2009-06-19 15:48:37 +00:00
  • c280cf9f41 TUSCANY-3107 temporary work around to allow itest/nodes to run slaws 2009-06-19 15:45:48 +00:00
  • b8a1bd16a3 TUSCANY-3092 - add flag to indicate remoteness slaws 2009-06-19 15:43:32 +00:00
  • ab5c1c6b74 TUSCANY-3106 refactor include processing to make autowire handling match OASIS assembly section 5.6 point 4 algorithm. More work required for other points. slaws 2009-06-19 15:40:23 +00:00
  • 9b8fd2b513 TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers rather than component/reference or service/binding slaws 2009-06-19 15:37:36 +00:00
  • 7f94dc1acc Add a basic way for testcases toset the default http port antelder 2009-06-19 15:07:46 +00:00
  • 2782abb707 Add a basic test for the jsonp binding antelder 2009-06-19 15:07:06 +00:00
  • 249c2e55ce add mirror pom hierarchy to reference into read-only otests extraction from OASIS svn repo and run OASIS tests from the tests directory kelvingoodson 2009-06-19 14:53:12 +00:00
  • c0db76abdf Merge r786047 from m3 branch to trunk to update the oc files for the M3 release antelder 2009-06-19 10:48:02 +00:00
  • 06c164ad1e Add new InvalidServiceException thats defined in the public review version of the Java CAA spec antelder 2009-06-19 10:13:43 +00:00
  • cc22383054 Merge r786410 from trunk to m3 for LICENSE file updates antelder 2009-06-19 08:35:04 +00:00
  • b99edd86ec LICENSE file updates and corrections antelder 2009-06-19 08:29:31 +00:00
  • f02720e32e Add a tuscany command for Equinox console rfeng 2009-06-18 21:54:09 +00:00
  • 4d947294b5 Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are now treated as plain jars rfeng 2009-06-18 20:59:40 +00:00
  • f64297d43d Add customization of axis2/axiom bundle MFs rfeng 2009-06-18 20:57:37 +00:00
  • a0a6a865e0 Add the support to override 3rd party bundles as plain jars rfeng 2009-06-18 20:44:41 +00:00
  • 87caebc512 Remove unused imports rfeng 2009-06-18 18:59:19 +00:00
  • 38da64ce7a Update doc files antelder 2009-06-18 13:10:59 +00:00
  • fa547d7589 Correct M3 RC1 tag name antelder 2009-06-18 12:49:25 +00:00
  • 5b635b6b16 Tag 2.0 M3 RC1 antelder 2009-06-18 09:50:53 +00:00
  • 98011c1325 Reformat the code rfeng 2009-06-18 03:17:59 +00:00
  • 3028493cf2 Remove unused methods rfeng 2009-06-18 00:50:57 +00:00
  • 8d0877e9d3 Start to play with JMX management for SCA nodes rfeng 2009-06-17 23:40:55 +00:00
  • d88b2af713 Add a LifeCycleListener interface so that extension points or extension can be called back upon the start/stop of the extension point registry rfeng 2009-06-17 16:14:58 +00:00
  • a1c9138328 Added names to callback bindings to avoid warning messages nash 2009-06-17 07:39:58 +00:00
  • 4c1f1fa0c1 Make the tuscany dependency consistent rfeng 2009-06-16 22:37:32 +00:00
  • e69317b4a8 Fix the OSGi MF rfeng 2009-06-16 22:14:02 +00:00
  • 4ef061d98d Removed unused import mcombellack 2009-06-16 21:58:05 +00:00
  • 5b0e4ad69e Remove unused class antelder 2009-06-16 21:31:56 +00:00
  • d8ac1c1173 Add jquery client html page antelder 2009-06-16 21:25:31 +00:00
  • 4e3fa9e9e9 Intial code for a jsonp binding runtime. Very basic butit does wokfor a simple helloworld type jsonp service antelder 2009-06-16 21:23:22 +00:00
  • 0eda2e8edc Merge 785390 from trunk to m3 branch to include the webapp samples in the dsitro antelder 2009-06-16 20:54:03 +00:00
  • c7f0e30baf Add in the webapp samples to the distro antelder 2009-06-16 20:51:11 +00:00
  • e868673926 TUSCANY-3092 pull in binding-sca-axis2 from 1.x. Not in build and only two of the unit tests are working at the moment. slaws 2009-06-16 16:51:51 +00:00
  • 3b703d40d4 Merge > typo fix in r785216 from 2.x to m3 branch antelder 2009-06-16 13:48:30 +00:00
  • 6824830dcd Remove typo < character from name antelder 2009-06-16 13:43:19 +00:00
  • bf50221316 Merge missing AL header fix in r785146 from 2.x trunk to m3 antelder 2009-06-16 10:29:04 +00:00
  • 4118b0efa4 Add two missing AL headers antelder 2009-06-16 10:26:53 +00:00
  • 4e28c9663f Merge 785126 from 2.x trunk to M3 to fix Commented import resolving code from XSDModelResolver as its not applicable for in-line schemas antelder 2009-06-16 10:14:44 +00:00
  • 47237c6220 Commented import resolving code from XSDModelResolver as its not applicable for in-line schemas ramkumar 2009-06-16 09:36:24 +00:00