ibm-mobilefirst

What is the behavior of the session properties in the initOptions.js and worklight.properties file?

牧云@^-^@ 提交于 2019-12-13 06:26:41
问题 I'm looking to understand the behavior of the session properties that are defined in the following files initOptions.js // # Worklight server connection timeout //timeout: 30000, Does this parameter affect the client mobile app and disconnect the connection to the Worklight Server after the defined interval ? worklight.properties ##################################################################### # Idle session timeout in minutes #############################################################

using Multiple LDAPproviderURLs in AuthenticationConfig.xml

只愿长相守 提交于 2019-12-13 06:24:30
问题 I am using LDAP Login Module in Worklight to authenticate users. I have provided the IP Address of one of my Domain Controllers in ldapProviderUrl, and everything is working perfectly fine. Now, I want to add the second Domain Controller as a backup for authentication in case the Primary DC is down. Any one has any idea if I can add another ldapProviderUrl in authenticationConfig.xml ? I have already tried using the Generic Domain Address, but that is not working at all. I am using Worklight

Mobilelfirst 7.1 - ios9 An SSL error has occurred and a secure connection to the server cannot be made

笑着哭i 提交于 2019-12-13 06:07:10
问题 While using Https connection from mobile device to MFP server I am getting this SSL handshake error. However the same URL if tried in browser works perfectly. The Certificate that we are using is TLS version 1.2 standard and encrypted and authenticated using AES_128_GCM and uses RSA as the key exchange mechanism Here are my logs from xcode 2016-04-06 00:13:21.870 SSMobileApp[5742:3715304] [DEBUG] [NOsslNE] establishSSLClientAuth 2016-04-06 00:13:21.873 SSMobileApp[5742:3715317] [DEBUG] [NONE]

cordova.exec causing problems in my Android project

丶灬走出姿态 提交于 2019-12-13 06:06:38
问题 I have a Worklight project (a hybrid app) that I'm trying to deploy to Android. At the moment, it has a cordova plugin which is uses for PhoneGap stuff. My project isn't currently using the cordova plugin, but there are hundreds of calls to it so I guess it needs to be present either way (it's packaged in this way by worklight and so I'm not particularly well informed about how it operates). My problem is that the Android emulator is constantly throwing the same sort of problem when it runs

Issues of migrating Worklight from v6.0 to v6.1

。_饼干妹妹 提交于 2019-12-13 06:01:20
问题 Migrating my project(made up of 3 apps and 2 adapters) from Worklight v6.0 to Worklight v6.1 i'm facing problems over adapters migration. I had already deployed .war, .wlapp and .adapter files in production environment using an Ant script(for .war file). The application server used is Websphere, the dbms server used is Derby. I upgraded the worklight studio's plugin to the latest version, created a new, clean workspace, exported the project from the old workspace and imported in the new one.

What version of MobileFirst Platform Test Workbench is compatible with Worklight 6.2.0.01

前提是你 提交于 2019-12-13 05:48:02
问题 I downloaded Rational Test Workbench Mobile Test Edition 8.6.0. What is a compatible version of MobileFirst Platform Test Workbench for Worklight 6.2.0.01. ? I have downloaded the test Workbench found in the Eclipse Market place. When I try to upload .apk file for testing in workbench it is not uploading. It is showing an error but I am unable to know what the error is as I am unable to see it. My initial guess is that it is a version issue of Mobile Test Bench or any other issue? 回答1:

mobilefirst 7.1.0.00-20151005-1721 upgrade issue

时光总嘲笑我的痴心妄想 提交于 2019-12-13 05:46:29
问题 I have upgraded the mobile first plugin using the Eclipse Marketplace today and ever since I did it whenever I deploy my app to the MFP server. I am getting the below recurring/infinite warning in my console, which is driving me crazy. I have tried it to see if there is problem in the app that installed but there is none in it. [WARNING ] SRVE0190E: File not found: /css/images/wl_app_warning.png Can somebody help me resolve , i did not face such a problem before the upgrade Thanks -Raj 回答1: I

script error on require “dijit/form/Select”

♀尐吖头ヾ 提交于 2019-12-13 05:26:10
问题 This code require([ "dojo","dojo/request/script", "dojo/parser", "dojox/mobile", "dojox/mobile/compat", "dojox/mobile/deviceTheme", "dojox/mobile/ScrollableView", "dojox/mobile/ScreenSizeAware", "dojox/mobile/FixedSplitter", "dojox/mobile/ContentPane", "dijit/form/Select" ], function(dojo) { generate a script error on adding Select. Why? I try this but don't works! Error: multipleDefine ...on(h){return"[object Array]"==l.call(h)},g=function(h,a){if(h)for(var c=0;c<h.le... dojo.js (line 2)

WL - App Center - Exception - database is wrongly configured

≡放荡痞女 提交于 2019-12-13 05:26:10
问题 I installed AppCenter via the installation wizard. Environment : WL 6.3 EE WAS Liberty Core V8.5.5.4 Oracle 11g Windows Server 2012 R2 I can see the server.xml does have below data-source added for app-center. <dataSource jndiName="jdbc/AppCenterDS" transactional="false"> <jdbcDriver libraryRef="OracleLib"/> <properties.oracle driverType="thin" URL="jdbc:oracle:thin:@10.100.11.1:1529:gmaxem" user="WLAPPCENTER" password="wlappcenter"/> </dataSource> I logged-in as demo/demo and it opened the

Is it possible to allow Worklight users to use app before updating?

泪湿孤枕 提交于 2019-12-13 05:25:21
问题 Let's say I push new code to the Worklight server for purposes of a Direct Update. Can I allow users to still use the application for a set amount time before they actually have to accept the update or is the application essentially unavailable to them until they download the new code? 回答1: If you are developing your application using Worklight 6.2, then you as a developer can take over the entire Direct Update flow and can essentially decide how to handle a received update from the server.