I finally managed to put my .war file online, but I still have the same problem. You can access my feed from this link<http://receivetemplate.eu01.aws.af.cm/feed/>: do you spot any error in the RSS code? My callback is here<http://receivetemplate.eu01.aws.af.cm/receivefromhub>, instead: when it receives a GET request it shows a simple text line, while it should create an empy txt file if it receives a POST message (I haven't implemented anything in particular at the moment, as I would like to get at least the base part right).
Subscription confirmation should be automatically done by the PuSHhandler class, if I understand properly the code: do I have to implement processFeed() method in order for it to work? I tried to subscribe from https://pubsubhubbub.appspot.com/subscribe too, but result is the same.
