[appengine-java] getting wrong presence status for XMPP users

2009-12-30 Thread Ankur
Hi, I have a very simple application where i sent a chat message to my application and check if user is available.But i am always getting as false. here is my code. XMPPService xmpp = XMPPServiceFactory.getXMPPService(); Message message = xmpp.parseMessage(req); JID from

[appengine-java] Re: getting wrong presence status for XMPP users

2010-01-05 Thread Ankur
the second argument? > > On Sat, Jan 2, 2010 at 11:54 AM, Sahil Mahajan wrote: > > Hi > > > I am facing same problem. > > Did you find any solution to this problem? > > getPresence is always returning false. > > > On Dec 30 2009, 2:27 pm, Ankur wrote: > >

[appengine-java] War fails to deploy locally due to FactoryConfigurationError

2010-12-05 Thread ankur
Hello, I am trying to deploy the sample app on local machine but getting the error below. The server starts but the application fails to deploy . This is confusing to me as only the appengine and standard java libraries are on the build path. Environment: Google App Engine Java SDK 1.4.0 Goo

[appengine-java] Re: War fails to deploy locally due to FactoryConfigurationError

2010-12-08 Thread ankur
Works fine for Eclipse 3.4 and Eclipse 3.6 On Dec 6, 4:41 am, ankur wrote: > Hello, > > I am trying to deploy the sample app on local machine but getting the > error below. > The server starts but the application fails to deploy . > This is confusing to me as only the appen