Closed GoogleCodeExporter closed 8 years ago
Hi,
Can you tell me a little about your environment
Are you looking to deploy into JBoss?
Are you looking to deploy just the Cloud Artifacts or also the App for OTA
installation on the Android device?
Thanks
Sohil
Original comment by openmobs...@gmail.com
on 4 Jun 2012 at 3:00
Hi, Thank for your reply! But i resolved it.
I have another question for you, ok?
I created new Bean on server, then I got it's BeanId from client, it always
return me "-1", could you tell me why?
And I created Bean on server by the way: from a MobileBean on client, I
called mobilebean.save(), do we have way to return BeanId from
that function?
Original comment by phuongdo...@gmail.com
on 4 Jun 2012 at 11:59
I created new Bean on server, then I got it's BeanId from client, it always
return me "-1", could you tell me why?
This is not expected behavior. I will have to try to reproduce this issue. You
should get the beanid as its established on the server. Are you sure when you
created the bean on the server, its id is not '-1'. Is this bean being pushed
to the client using push notifications?
--------------------------------------------------------------------------------
----
And I created Bean on server by the way: from a MobileBean on client, I
called mobilebean.save(), do we have way to return BeanId from
that function?
To get the beanid call the getId function on the mobilebean. After the Sync you
should be able to get the server id (if different from client side id) using
the getServerId method on the mobilebean
Original comment by openmobs...@gmail.com
on 5 Jun 2012 at 2:10
Original comment by openmobs...@gmail.com
on 5 Jun 2012 at 2:12
Original comment by openmobs...@gmail.com
on 24 Jun 2012 at 7:52
Original comment by openmobs...@gmail.com
on 28 Aug 2012 at 9:04
Original issue reported on code.google.com by
phuongdo...@gmail.com
on 30 May 2012 at 3:45