ebelenwaf / openmobster

Automatically exported from code.google.com/p/openmobster
0 stars 0 forks source link

I don't how to deploy app into cloud #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
After I built an app, could you tell me how to deploy it into Openmobster cloud 
(running)

Original issue reported on code.google.com by phuongdo...@gmail.com on 30 May 2012 at 3:45

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by openmobs...@gmail.com on 5 Jun 2012 at 2:12

GoogleCodeExporter commented 9 years ago

Original comment by openmobs...@gmail.com on 24 Jun 2012 at 7:52

GoogleCodeExporter commented 9 years ago

Original comment by openmobs...@gmail.com on 28 Aug 2012 at 9:04