How did the old UUID generator code interfere with Google App Engine?
- Dennis Sagara Gunathunga wrote:
+1 for Java 1.5 Few months ago I noticed that Axiom 1.2.8 not work on Google App Engine due to it's legacy UUID generator codes, once i replace that code with java.util.UUID it worked fine, hope this also fixed with Amil's change. Thanks,
