ibm-mobilefirst

Worklight 6.0.0.1 & iOS 7 - White bar along bottom of screen?

我与影子孤独终老i 提交于 2019-12-02 08:27:17
I have been working with Worklight 6.0.0.1 and I have noticed an issue with a white bar along the bottom of the screen in all Worklight apps running on iOS 7. I know this has been mentioned before with users of Worklight and iOS 7 ( IBM Worklight 5.0.6.1 - Bottom white space in iOS 7 ) but the suggestion (upgrading to 6.0.0.1) by Idan Adar in that thread does not resolve the problem. Is this a known issue or is there some additional configuration that needs to be done when working with iOS 7? Just to be specific, under "About Eclipse" the version of IBM Worklight Studio is: 6.0.0.201309091542

IBM Worklight - Unable to load index.html in a Dojo app

我只是一个虾纸丫 提交于 2019-12-02 08:25:45
I have created sample Wokrlight Project with Dojo library (default template project). The Android version of app runs fine in the Android Emulator showing the content of index.html. But When I run the same app in a device, it first shows IBM splash image and then the following error: Application Error The Connection to the server was unsuccessful. (file:///data/data/com.HelloWorklight/files/www/default/index.html) Here are the steps I followed. Create New Hybrid Application Worklight Project "HelloWorklight" with Application Name as "HelloWorklight". Added Dojo Library using "Configure

IBM Worklight - Error while validating project during deployment

狂风中的少年 提交于 2019-12-02 08:17:59
I have created an application using IBM worklight and i am using customAuthenticator for login process I am getting following validation error while deploying application Security test DummyAdapter-securityTest must include user and device realms for AuthDemo:iphone:1.0:api. [project module_23_1_CustomLoginModule] You need to re-read the entire Getting Started section about Authentication and Security . There is more reading material here and here . From the error I am thinking you have added a securityTest="DummyAdapter-securityTest" attribute to your iphone element in application-descriptor

Failed deploying application using Worklight Console: \"Failed to deploy application <appName>.wlapp'. : ERROR

ぃ、小莉子 提交于 2019-12-02 08:04:45
I'm using Worklight 5.0.6.20130311-0918, running on WebSphere application server (7.0.0.21) on RedHat Linux, and I'm trying to deploy an app using Worklight Console. I'm getting an error: 'Failed to deploy application 'CitizenCollaboration-android-1.0.5.wlapp'. : ERROR' There is not much information in WebSphere's SystemOut.log. I tried increasing the trace level in the App Server Admin Console but still not enough error information. Note: I'm able to deploy worklight adapters successfully Authentication.xml <staticResources> <resource id="worklightConsole" securityTest="WorklightConsole">

how to perform xslt transformation for input request in adapter

為{幸葍}努か 提交于 2019-12-02 08:01:15
i have created a XSLT for the WL.Server.invokeHttp which gets the data from the backend server in XML format and performing transformation successfully. this adapter is used to get the data from backend server. but while sending data to server in XML , as i am getting data in adapter as JSON , i need to transform it into XML using XSLT. is there any provision in ibm worklight adapters that i can perform XSLT transformation for input request just the way i can do it easily while getting response from backend server. Here i am explaining the return data ( i.e. response) for example, if i want to

Worklight 6.2 Android Application not launching on push notification

本秂侑毒 提交于 2019-12-02 07:44:01
I am attempting to get push notifications to work on an Android environment app written in Worklight 6.2. I have gotten the app to receive push notifications, but when I tap on the notification in the status bar, it clears the notification but does not launch the app. I have looked at the answer here, IBM Worklight 5.0.6.1 - Not getting Push Notifications when phone/app is closed , but changing the app_name string back to the original name of the app, as the accepted answer suggests, does not cause the app to launch. I also tried another one of the comments suggestions to remove embedded

IBM Worklight - $(“#pagePort”).load() not working in Windows Phone 8

。_饼干妹妹 提交于 2019-12-02 07:37:53
I'm using $("#pagePort").load() for navigating between pages in my app, and it's working in Android (both emulator & device) perfectly. However, my app can't change its page when i tried to run it from Windows Phone 8's emulator. I have done the following in order to make the changePage functionality work in Windows Phone 8. I suspect this change will make many things "suddenly" work as well. This change is supposed to be part of the next jQuery Mobile release at some point in time... Please try it: open jquery.mobile-1.x.x.js and refactor the code as follows: - var uri = url ? this.parseUrl(

Push Notification doesnt work in a liberty profile

夙愿已清 提交于 2019-12-02 07:31:59
Im trying to send a push to a android device from this configuration: MobileFirst 6.3.0.00-20150404-1503 in libery profile: WebSphere Application Server 8.5.5.4 (wlp-1.0.7.cl50420141121-1414) The user logs correctly to the realm and the suscription to the push was successful in the eclipse development and in our liberty customer edition, when i execute a push to a user in my development server does work, but in our customer edition server doesnt (even if he apears as suscribed). im getting a: [4/22/15 17:18:22:163 ART] 000000ab com.worklight.gadgets.serving.ClientConfigProfileServlet W com

IBM Worklight 6.1 Developer edition Download Link

巧了我就是萌 提交于 2019-12-02 07:31:38
I am trying to download the IBM Worklight 6.1 from market place or google but i can't see any results for same, Can any one please share a link for IBM WL 6.1 and also how to upgrade the fix pack to 6.1.0.1. Also i am looking for developers edition. Since the 6.2 is released i can only see 6.2 links and not 6.1 Can any one please suggest what can be done. Appreciate your help in advance. Thanks Deepesh patbarron For Worklight Developer Edition, only the latest released version (which is 6.2, at this moment) is available from the Eclipse Marketplace as an Eclipse update site. If you really want

Configuration with id 'ADAPTER_CONTENT' for schema 'mfp_default_schema' with version '1.0' not found

白昼怎懂夜的黑 提交于 2019-12-02 07:30:39
问题 I am trying to deploy an JavaSQL Adapter with Hikari Pool using MobileFirst Foundation 8.0 and Postgres 9.5 On deploying, I get the following in the log: [ERROR ] FWLSE0321: State change failure. Caused by: java.lang.RuntimeException: User code thrown exception: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: FATAL: sorry, too many clients already at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:516) at com.zaxxer.hikari.pool