Hi,
I am trying to create an Extension to register the command for Exec Leaf on Windows Mobile. I have registered the extension for 'dir' command as given in documentation
http://publib.boulder.ibm.com/infocenter/ledoc/v6r11/index.jsp?topic=/com.ibm.rcp.doc.schemas/reference/extension-points/com_ibm_osg_service_osgiagent_com_ibm_osg_service_osgiagent_OSGiAgentTreeExecCmd.html
Then i tried to create Exec custom command job from Expeditor Device Manager console with target uri ./OSGi/Execute/exec and data as dir. But i am getting response like 'Failed-will retry. Job flushed after device reconnect'. The class i have registered does not get instantiated. I don't know whether the job creation(parameters for exec job) is not correct or registration of extension. Even i tried to create Run Command job with command name 'dir'. It gives response as 'Unable to start program'. If anybody have tried this please give a clear idea. Your help will be greatly appreciated.
Thanks
Venkatesh