58 Commits

Author SHA1 Message Date
sharedocs1@gmail.com
c0e08d54ec Fixed code that was broken after the getBlob API change.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2633 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-11 10:51:29 +00:00
adrian.f.cole
2d3c1b6019 made name a mandatory parameter of newBlob
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2612 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-06 17:54:41 +00:00
adrian.f.cole
159bae5564 shortened thanks aslak
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2610 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-06 04:05:49 +00:00
adrian.f.cole
1661ff18fd reverted accidental checkin
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2608 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-06 02:59:50 +00:00
adrian.f.cole
83ff721365 final version of google collections
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2607 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-06 02:57:55 +00:00
sharedocs1@gmail.com
1892ff7b96 Spacing.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2602 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 21:55:00 +00:00
sharedocs1@gmail.com
a9b5680946 Since the Guice exception during injector creation appears unavoidable on GAE in prod (as opposed to the dev server) and, in any case, is harmless, there is no need to use an application and a servlet config. Much more like the "reference" tweetstore demo now.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2601 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 21:50:41 +00:00
sharedocs1@gmail.com
90c529ed47 Updated a link in the README and adjusted the display-name to match the entry in the GAE account.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2600 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 21:48:27 +00:00
sharedocs1@gmail.com
910e45ddb4 Reverted explicit servlet context setting and corrected a mistakenly committed change to the dispatcher ('/tweets.jsp' was changed to '/tweets' for a test but should not have been committed).
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2599 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 21:07:18 +00:00
sharedocs1@gmail.com
f14eedc747 Added trace logging and reverted the double servlet injection.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2598 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 21:05:44 +00:00
sharedocs1@gmail.com
7b7ecc0c1c Updated logging config to trace the Spring configs.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2597 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 21:05:13 +00:00
sharedocs1@gmail.com
6dc3735bb0 Replaced @PostConstruct and @PreDestroy with Initializing- and DisposableBean, resp., since the bean post processor responsible for supporting the annotations doesn't register on GAE.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2596 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 21:04:56 +00:00
sharedocs1@gmail.com
dea9a75c66 Added trace logging to the Spring configs.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2595 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 21:03:35 +00:00
sharedocs1@gmail.com
a22143a27d Removed a potentially confusing self-injection request. Integration tests pass, hope it also works on the GAE. Apologies if the previous code is in some way required on the GAE itself.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2593 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 19:23:08 +00:00
adrian.f.cole
3087cce540 Issue 89: fixed npe in google appengine live
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2592 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 04:25:34 +00:00
adrian.f.cole
69b247cbf4 Issue 83: added missing servlet context
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2591 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 03:36:08 +00:00
adrian.f.cole
ada30747ea made demo more readable
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2590 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 00:44:15 +00:00
adrian.f.cole
e14135e535 added jruby example
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2589 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-04 00:29:48 +00:00
sharedocs1@gmail.com
2ed3274bf9 Typos.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2585 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-03 23:14:02 +00:00
sharedocs1@gmail.com
fd7471e4d1 Now initialising the controllers with the ServletConfig. This is not a particularly "Springy" thing to do but the aim of the demo is not to write a perfect Spring webapp but to show how to integrate jclouds in a Spring application.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2584 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-03 20:50:55 +00:00
sharedocs1@gmail.com
4bff262634 Added required Twitter properties to the READMEs and wrote some information about the purpose of the Spring demo.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2583 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-03 20:49:05 +00:00
sharedocs1@gmail.com
1d5ca06284 Formatting.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2582 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-03 20:48:24 +00:00
adrian.f.cole
7d70031a29 corrected the application id and bucket for spring tweetstore
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2580 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-02 22:34:37 +00:00
sharedocs1@gmail.com
26fe6beb3e Removed some unnecessary <type>jar</type> and <scope>compile</scope> entries (these are the defaults).
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2578 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-02 19:12:11 +00:00
sharedocs1@gmail.com
9a936f2a52 Replaced local values of appengine.home with a placeholder.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2577 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-02 19:09:05 +00:00
sharedocs1@gmail.com
6cd7134b1e Typo.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2576 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-02 19:05:58 +00:00
sharedocs1@gmail.com
414dcaa845 Initial commit.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2575 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-02 19:03:42 +00:00
sharedocs1@gmail.com
85632cdbc0 Added the wretched 'temp-testng-customsuite.xml' to svn:ignore.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2573 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-02 18:57:01 +00:00
sharedocs1@gmail.com
51b5f2583e Formatting.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2572 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-02 18:56:21 +00:00
sharedocs1@gmail.com
1d7bca71e9 Re-added a log4j configuration cleared by mistake (?). Please remove if really not required.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2570 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-02 18:39:44 +00:00
sharedocs1@gmail.com
498e7ed04b Formatting.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2569 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-02 18:39:12 +00:00
adrian.f.cole
bdbb6d0ec9 corrected license of pom.xml files
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2564 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-01 17:56:29 +00:00
adrian.f.cole
32ab37d3d7 Fixed license error caught by libcloud: jclouds isn't licensed to Apache, it just uses that license. thanks guys
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2558 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-31 17:36:46 +00:00
sharedocs1@gmail.com
43decc0b40 Formatting.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2538 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-29 23:58:49 +00:00
sharedocs1@gmail.com
d868489b0f Replaced the DTD definition with XSD to avoid validation errors in Eclipse, and updated the copyright.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2537 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-29 23:58:35 +00:00
sharedocs1@gmail.com
ab12d38b7b Made a comment more readable.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2536 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-29 23:58:03 +00:00
sharedocs1@gmail.com
dffa2cff66 Corrected copyright info.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2535 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-29 23:57:48 +00:00
sharedocs1@gmail.com
01a867d9a1 Reverted local changes committed by mistake
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2529 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-28 20:31:55 +00:00
sharedocs1@gmail.com
caaf950fc1 Rewritten the distribution generation to a) use descriptors from a shared dependency b) correctly package transitive dependencies and c) correctly JarJar these dependencies
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2517 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-24 19:50:37 +00:00
adrian.f.cole
410b5f76e3 Issue 136: updated to 1.3.0
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2469 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-18 17:21:23 +00:00
adrian.f.cole
8116d47b67 Removed dependency of apache commons-io as it overlaps with guava. note guava will include google collections soon
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2457 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-17 20:10:58 +00:00
adrian.f.cole
4a22f808d1 Issue 134: switch to typed payloads for http requests and blob types
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2410 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-13 20:46:48 +00:00
adrian.f.cole
74be2180d3 Issue 131: reorganized package structure
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2409 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-13 06:42:22 +00:00
adrian.f.cole
507794042e Issue 131: move joda to extension
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2407 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-13 02:24:30 +00:00
sharedocs1@gmail.com
573d654d7d Cleaned up POMs (removed unnecessary <packaging>jar</packaging> and moved a few things around)
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2398 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-11 16:36:56 +00:00
sharedocs1@gmail.com
ac49a97f6a Added svn:ignore information
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2377 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-07 17:49:14 +00:00
adrian.f.cole
9e340f286e Issue 128: added initial vfs module and fixed dependent bugs
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2374 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-07 07:09:57 +00:00
adrian.f.cole
a35a0f84ab updated to latest guice
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2300 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-11-17 21:20:38 +00:00
adrian.f.cole
bc238bc507 Issue 121: converted all modules to sync/asyc
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2293 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-11-15 23:16:38 +00:00
adrian.f.cole
5fd7d87447 Issue 116: rolled up atmos
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2253 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-11-11 08:10:52 +00:00