ibm-mobilefirst

Worklight http adapter questions

旧城冷巷雨未停 提交于 2019-12-01 06:24:01
问题 2 simple questions : Do all http requests make thru http adapter do go thru the worklight server first? If so then does it mean even a http adapter request to a public web site say a request to yahoo site for a stock price would also go thru worklight server first then next to the yahoo web site? If so then how do I make a http request without going thru the worklight server? I just want to go straight to yahoo web site without the "intermediate" server (i.e. workligth server) 回答1: 1) Do all

IBM Worklight 6.1 - Error TRAS0033E

你说的曾经没有我的故事 提交于 2019-12-01 00:43:00
This is my first time using IBM Worklight . I have followed this article . However, when I tried to run Worklight Development Server from the Servers view , I got the following error: TRAS0033E: Runtime injection of detailed method trace failed for class, with exception and then the server won't start. I am using Eclipse Kepler and Worklight 6.1 . Some of the error code : E TRAS0033E: Runtime injection of detailed method trace failed for class javax/naming/spi/InitialContextFactoryBuilder with exception java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.(Unknown Source) at org

IBM Mobile First - Json Store not working on Samsung Galaxy S6

落花浮王杯 提交于 2019-12-01 00:20:24
We're building a hybrid app with IBM Mobile First Platform (7.0) for iOS and Android platforms. We're using JSONStore to save user non-confidential data (we're not cyphering the data stored). When we deploy the application to a Samsung Galaxy S6 (Model SM-G920I) we're having this error on the init method of the Json Store: Error code: -11 OPERATION_FAILED_ON_SPECIFIC_DOCUMENT IBM Mobile First Platform - JSONStore errors Error details : "dlopen failed: "/data/data/com.MyMobileApp/files/libcrypto.so.1.0.0" is 32-bit instead of 64-bit" Making some research, we cannot figure out something else

How we can implement add to any(Social networking) in MobileFirst

我们两清 提交于 2019-11-30 22:56:10
How can we implement Add to any social network widget to share photos in facebook,twitter etc in Mobilefirst platform. I have tried the plugin from http://www.addthis.com/ It is working on Preview in Common Resources but failing in Android and windows 8 simulators and devices. Can anyone suggest any other plugin for MobileFirst Platform? Tried jquery share also by the following code but not working. $('#mydiv').share({ networks: ['facebook','pinterest','googleplus','twitter','linkedin','tumblr','in1','email','stumbleupon','digg'] }); <div id="mydiv"></div> Update: see this blog post for more

IBM MobileFirst Platform Installation in Windows 8.1 64Bit

不羁岁月 提交于 2019-11-30 22:11:08
I am using my office laptop (Lenovo vV310 - 8GB RAM - 64 Bit OS - Windows 8.1). I have been trying to fix an installation issue with IBM Mobile First Platform for the past few days. I downloaded the IBM Mobile First Developer Kit from link http://public.dhe.ibm.com/ibmdl/export/pub/software/products/en/MobileFirstPlatform/mobilefirst-deved-devkit-windows-8.0.0.0.exe The problem is the installation software InstallAnywhere is not installing and gives the below warning. Windows error 2 occured while loading the Java VM I have JDK 1.8 installed in my notebook and I couldn't fix the issue. I have

MobileFirst OAuth and Logout

冷暖自知 提交于 2019-11-30 21:55:10
问题 I have a test application that accesses two Adapters: A JavaScript adapter protected by a SecurityTest referencing a realm A Java adapter with a method protected by an OAuth scope corresponding to that same realm. If I follow this sequence everything works as expected: Attempt to access the JS adapter, I get challenged, authenticate, get data. WL.Client.isUserAuthenticated() and WL.Client.getUserInfo() now behave as expected Logout using WL.Client.logout() WL.Client.isUserAuthenticated() now

IBM Worklight 6.1 - Error TRAS0033E

自古美人都是妖i 提交于 2019-11-30 20:37:42
问题 This is my first time using IBM Worklight . I have followed this article. However, when I tried to run Worklight Development Server from the Servers view , I got the following error: TRAS0033E: Runtime injection of detailed method trace failed for class, with exception and then the server won't start. I am using Eclipse Kepler and Worklight 6.1 . Some of the error code : E TRAS0033E: Runtime injection of detailed method trace failed for class javax/naming/spi/InitialContextFactoryBuilder with

How we can implement add to any(Social networking) in MobileFirst

拈花ヽ惹草 提交于 2019-11-30 17:48:42
问题 How can we implement Add to any social network widget to share photos in facebook,twitter etc in Mobilefirst platform. I have tried the plugin from http://www.addthis.com/ It is working on Preview in Common Resources but failing in Android and windows 8 simulators and devices. Can anyone suggest any other plugin for MobileFirst Platform? Tried jquery share also by the following code but not working. $('#mydiv').share({ networks: ['facebook','pinterest','googleplus','twitter','linkedin',

IBM Worklight - Mac - “'WEBWORKS_HOME' environment variable is undefined”

非 Y 不嫁゛ 提交于 2019-11-30 16:13:56
I'm working to set up the BlackBerry 10 environment on IBM worklight on Mac OS X. I'm pretty sure that I correctly added the environment variable for the WebWorks SDK. I added these 2 lines in these 2 files: .profile, .bash_profile: export WEBWORKS_HOME=/Developer/SDKs/Research\ In\ Motion/BlackBerry\ 10\ WebWorks\ SDK\ 1.0.4.11<br> export PATH=$PATH:$WEBWORKS_HOME But I'm still getting this error during the build: blackberry10 build failed: The 'WEBWORKS_HOME' environment variable is undefined. The following worked for me. Install the latest BlackBerry 10 WebWorks SDK from this location:

IBM Worklight - Mac - “'WEBWORKS_HOME' environment variable is undefined”

守給你的承諾、 提交于 2019-11-30 16:08:44
问题 I'm working to set up the BlackBerry 10 environment on IBM worklight on Mac OS X. I'm pretty sure that I correctly added the environment variable for the WebWorks SDK. I added these 2 lines in these 2 files: .profile, .bash_profile: export WEBWORKS_HOME=/Developer/SDKs/Research\ In\ Motion/BlackBerry\ 10\ WebWorks\ SDK\ 1.0.4.11<br> export PATH=$PATH:$WEBWORKS_HOME But I'm still getting this error during the build: blackberry10 build failed: The 'WEBWORKS_HOME' environment variable is