Hi Kapil,
Thanks for taking time.
i clearly understand between bot version and version of capabilities.
i have an issue on loading current version of robot on sandbox, it is
cached previous version.

cheers
jeno


On Apr 17, 12:53 am, Kapil Neurgaonkar <[email protected]> wrote:
> Hi Jeno,
> I think you are confused between version of robot and version of
> capabilities. Please check the following 
> FAQ:http://wave-api-faq.appspot.com/#versions. Hope this might help you.
>
> Regards,
> Kapil Neurgaonkar
>
>
>
>
>
> On Fri, Apr 16, 2010 at 7:09 AM, jeno <[email protected]> wrote:
> > It is enabled current version as default. i mean version 5 in
> > appengine-web.xml and version 5 as default in
>
> >http://appengine.google.com/deployment?&app_id=dmsbtbot&version_id=5....
> > .
>
> > thanks
> > jeno
>
> > On Apr 16, 11:19 am, Joe Gregorio <[email protected]> wrote:
> > > When you go tohttp://appengine.google.com/<
> >http://appengine.google.com/dashboard?&app_id=jcgbot>
> > > and
> > > look at your
> > > application, what do you see when you look at the 'Versions'
> > > page for you application?
>
> > >   Thanks,
> > >   -joe
>
> > > On Thu, Apr 15, 2010 at 8:49 PM, jeno <[email protected]> wrote:
>
> > > > Hi Joe,
> > > > i made changes on onFormButtonClicked (onFormButtonClicked is already
> > > > there in old version) and
> > > > I updated the version of the application in appengine-web.xml and made
> > > > the new version the default in appengine.google.com.
> > > > when load capabilities.xml , i haven't seen any version update.
>
> > > > I 've remove robot from contact list and add again. I haven't seen any
> > > > changes for button click event.
> > > > the robot is loading old version of button click event.
>
> > > > Thanks for your time
>
> > > > cheers
> > > > jeno
>
> > > > On Apr 16, 10:01 am, jeno <[email protected]> wrote:
> > > > > Thanks for your help.
> > > > > It is taking bit time to updating capabilities.xml in java
> > > > > environment.
>
> > > > > cheers
> > > > > jeno
>
> > > > > On Apr 16, 12:59 am, Joe Gregorio <[email protected]> wrote:
>
> > > > > > So do you see the new BLIP_SUBMITTED event in the capabilities.xml?
>
> > > > > > I've occasionally run into this by accident myself when I updated
> > > > > > the version of the application in app.yaml and then forgotten
> > > > > > to go to appengine.google.com and make the new version
> > > > > > the default.
>
> > > > > >    Thanks,
> > > > > >    -joe
>
> > > > > > --
> > > > > > Joe Gregorio
> > > > > > Developer Relations, Google Wave
>
> > > > > > On Wed, Apr 14, 2010 at 7:30 PM, jeno <[email protected]> wrote:
> > > > > > > Hi Kapil,
>
> > > > > > > Thanks for your time.
> > > > > > > the <version> should be automatically changed to a new hash value
> > > > > > > whenever you add or remove an event
> > > > > > > (http://code.google.com/apis/wave/articles/robotdebugging.html)
> > > > > > > My issue is version hasn't changed when i add or remove an
> > events.
>
> > > > > > > If the version is not changed bot is loading with old version.
>
> > > > > > > Cheers
> > > > > > > jeno
>
> > > > > > > On Apr 14, 9:27 pm, Kapil Neurgaonkar <[email protected]> wrote:
> > > > > > > > Hi Jeno,
> > > > > > > > With v2 APIs the capabilities document is automatically
> > generated
> > > > based
> > > > > > > on
> > > > > > > > the behavior of your robot. You can check the
> > > > > > > > documentation<
>
> > > >http://code.google.com/apis/wave/extensions/robots/events.html#Capabi..
> > .>
> > > > > > > > .
>
> > > > > > > > Regards,
> > > > > > > > Kapil Neurgaonkar
>
> > > > > > > > On Wed, Apr 14, 2010 at 12:24 PM, jeno <[email protected]>
> > wrote:
> > > > > > > > > i am updating event with BLIP_SUBMITTED. still i am getting
> > same
> > > > wave
> > > > > > > > > version
> > > > > > > > > <w:version>fffffff74ac4797c</w:version>  and event haven't
> > > > updated
> > > > > > > > > with <w:capabilities>
>
> > > > > > > > > please any help
>
> > > > > > > > > cheers
> > > > > > > > > jeno
>
> > > > > > > > > On Apr 14, 3:30 pm, jeno <[email protected]> wrote:
> > > > > > > > > > Hi *,
>
> > > > > > > > > > I developed simple robot using latest version of java api
> > and
> > > > > > > deployed
> > > > > > > > > > on GAE. working cool on wave sandbox.
>
> > > > > > > > > > For the next version i removed WAVELET_PARTICIPANTS_CHANGED
> > > > event and
> > > > > > > > > > add onFormButtonClicked
> > > > > > > > > > and also change my getRobotAvatarUrl and
> > > > getRobotProfilePageUrl.
> > > > > > > > > > deployed on GAE and change default apps as current version
>
> > > > > > > > > > When i am inspecting Robot Capabilities , it is not changed
> > .
> > > > It is
> > > > > > > > > > returned as previous version did
>
> > > > > > > > > > <w:robot>
> > > > > > > > > > <w:version>fffffff74ac4797c</w:version>
> > > > > > > > > > <w:protocolversion>0.2</w:protocolversion>
> > > > > > > > > > -
> > > > > > > > > > <w:capabilities>
> > > > > > > > > > <w:capability name="WAVELET_SELF_ADDED"/>
> > > > > > > > > > <w:capability name="WAVELET_PARTICIPANTS_CHANGED"/>
> > > > > > > > > > </w:capabilities>
> > > > > > > > > > </w:robot>
>
> > > > > > > > > >  i removed robot participant and add it again . robot added
> > > > with old
> > > > > > > > > > version of  avatar image and url. it is not loaded new
> > version.
>
> > > > > > > > > > Thanks for your time
>
> > > > > > > > > --
> > > > > > > > > You received this message because you are subscribed to the
> > > > Google
> > > > > > > Groups
> > > > > > > > > "Google Wave API" group.
> > > > > > > > > To post to this group, send email to
> > > > [email protected].
> > > > > > > > > To unsubscribe from this group, send email to
> > > > > > > > > [email protected]<google-wave-api%2Bunsubscribe@
> > > > > > > > >  googlegroups.com>
> > <google-wave-api%2Bunsubscribe@ googlegroups.com>
> > > > <google-wave-api%2Bunsubscribe@ googlegroups.com>
> > > > > > > <google-wave-api%2Bunsubscribe@ googlegroups.com>
> > > > > > > > > .
> > > > > > > > > For more options, visit this group at
> > > > > > > > >http://groups.google.com/group/google-wave-api?hl=en.
>
> > > > > > > --
> > > > > > > You received this message because you are subscribed to the
> > Google
> > > > Groups
> > > > > > > "Google Wave API" group.
> > > > > > > To post to this group, send email to
> > > > [email protected].
> > > > > > > To unsubscribe from this group, send email to
> > > > > > > [email protected]<google-wave-api%2Bunsubscribe@
> > > > > > >  googlegroups.com>
> > <google-wave-api%2Bunsubscribe@ googlegroups.com>
> > > > <google-wave-api%2Bunsubscribe@ googlegroups.com>
> > > > > > > .
> > > > > > > For more options, visit this group at
> > > > > > >http://groups.google.com/group/google-wave-api?hl=en.
>
> > > > > --
> > > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google Wave API" group.
> > > > > To post to this group, send email to
> > [email protected].
> > > > > To unsubscribe from this group, send email to
> > > > [email protected]<google-wave-api%2Bunsubscribe@
> > > >  googlegroups.com>
> > <google-wave-api%2Bunsubscribe@ googlegroups.com>
> > > > .
> > > > > For more options, visit this group athttp://
> > > > groups.google.com/group/google-wave-api?hl=en.
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google Wave API" group.
> > > > To post to this group, send email to [email protected].
> > > > To unsubscribe from this group, send email to
> > > > [email protected]<google-wave-api%2Bunsubscribe@
> > > >  googlegroups.com>
> > <google-wave-api%2Bunsubscribe@ googlegroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-wave-api?hl=en.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > "Google Wave API" group.
> > > To post to this group, send email to [email protected].
> > > To unsubscribe from this group, send email to
> > [email protected]<google-wave-api%2Bunsubscribe@ 
> > googlegroups.com>
> > .
> > > For more options, visit this group athttp://
> > groups.google.com/group/google-wave-api?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Wave API" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-wave-api%2Bunsubscribe@ 
> > googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-wave-api?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Wave API" 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 
> athttp://groups.google.com/group/google-wave-api?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" 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-wave-api?hl=en.

Reply via email to