Hi,
I'm new at creating application with the SMP 2.3 SDK eclipse workspace and I'm just trying to create a simple Hybrid App application to try it out.
I found an old example in SDN http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90b94038-3877-2e10-aa81-e021d6ffd0cc?quicklink=index&overridelayout=true that use a Currency Converter Web Service.
At thought the example was simple enough and tried it out.
As you can imagine, I'm not able to make it work.
I create my MBO without any issues but when I try to use it in my application I always get the same error message :
An error has occured. See error log for more details.
while triying to invoke the method
com.sybase.uep.tooling.models.device.IPersonalizationKey.getName() of an object loaded from local variable 'paramPk'.
In that example, I basically create a MenuItem that does a "Invoke object query" with "findByParameter" on the MBO.
After saving everything I always get the error when I try to access the properties of the MenuItem.
The "Parameter Mappings" tab also shows up empty.
Anybody seen this before and if so what am I doing wrong :-).
Thanks for your help!
Eric