When I do clean and build my program. There is a following note Note: D:\Project\msc\sentiment-app\src\java\tweet_now.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.
And during the RUN datanucleusenhance: [enhance] DataNucleus Enhancer (version 1.1.4) : Enhancement of classes [enhance] DataNucleus Enhancer completed with success for 0 classes. Timings : input=62 ms, enhance=0 ms, total=62 ms. Consult the log for full details [enhance] DataNucleus Enhancer completed and no classes were enhanced. Consult the log for full details I am guessing the problem is because I am not a able to enhance my class. I am using netbeans. What should be done? Also I app works fine locally but doesnt work when deployed on server. Please help. Cheers, Suvrat -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
