Questions tagged [mobilefirst-studio]

MobileFirst Studio (formerly Worklight Studio) is an Eclipse-based IDE, allowing to develop, test, manage, and secure mobile applications.

125 questions
1
vote
1 answer

Using SSL certificates in MobileFirst

I am using MobileFirst version 6.3.0 and I am trying to setup MobileFirst server to run in only https mode. Essentially, this means I need to have a self signed certificate generated on the server side and also have the certificate installed on my…
1
vote
1 answer

MobileFirst nonBuild refresh - in 6.3?

In answer to a previous question I confidently said: The need to rebuild in order to see changes in your Web components (CSS, JavaScript, HTML) did used to be an annoyance in early versions of what was then Worklight and is now MobileFirst. I…
djna
  • 54,992
  • 14
  • 74
  • 117
1
vote
1 answer

MobileFirst development server startup failure

I have just installed Eclipse Kepler (eclipse-jee-kepler-SR2-win32-x86_64) and installed MobileFirst V6.3 following installation instruction. I am running on Windows 7. My Eclipse is installed D:\Dev\Eclipse My workspace is :…
Hyun
  • 13
  • 2
0
votes
2 answers

How To setup IBM Mobile First version 7.1 in eclipse - IBM mobile first not available in eclipse marketplace

Need to setup the IBM mobile-first development studio in eclipse but IBM mobile first not available in eclipse marketplace.
0
votes
1 answer

Mobile Foundation Migration Studio - Supported Eclipse versions

https://mobilefirstplatform.ibmcloud.com/blog/2020/04/23/mobile-foundation-migration-studio-announce/ What is the supported version of eclipse to install this plug-in? It says same as V7.1.
SandraDee
  • 1
  • 1
0
votes
0 answers

How can we change ActiveUser Identity in Mobilefirst 7.1.0

Just after login we call an adapter to set active user identity. This adapter has the following line of code: WL.Server.setActiveUser(myrealm, null); WL.Server.setActiveUser(myrealm,{displayName: param,…
0
votes
1 answer

Mobilefirst WL.SecurityUtils

If we encrypt plain text by using WL.SecurityUtils on the client side in Mobilefirst 7.1.0, can we decrypt that string on the server side or on the database side by using any utility given by IBM. Thanks
0
votes
1 answer

MobileFirst Encryption / decryption user credentials

I have two questions : 1- Does the MobileFirst ver 7.1.0 provides encrypt functionality on the client side and decryption on the server side? 2- I need to pass username/pswd to the database through an adapter call. From client when I call adapter…
0
votes
2 answers

iOS App with IBM MobileFirst server , issue {"error_description":"Client authentication failed","error":"invalid_client"}

In Production, IBM MobileFirst server running with version 7.1.0.00.20180425-1124 and Project war file with version 7.1.0.00.20180425-1124. Recent deployment of project war was deployed with 7.1.0.00.20161006-0540, unfortunately. iOS throws below…
Prateek Raj
  • 3,966
  • 6
  • 39
  • 50
0
votes
1 answer

MobileFirst 8.0 Direct Update is not updating the UI after successful update in Ionic

I have implemented Direct Update in Ionic3 application. Direct Update notification has received, downloaded successfully but UI changes are not getting reflected in application.Please help. Code Snippet: declare var WL; declare var…
0
votes
1 answer

How to add Runtime environment in mobile first 7.1?

After installing MobileFirst Platform , It give No run time is there. My configuration was given below: 1. WebSphere Application Server 8.5 2. Oracle 11g Enterprise edition 3. Mobile-first platform 7.1 Please help me to create Run-time in Mobile…
0
votes
1 answer

IBM MobileFirst- JSDT UI Error in Eclipse

I am trying to install IBM Mobile First foundation plugin in eclipse. But I'm receiving the following error: Cannot complete the install because one or more required items could not be found. Software being installed: IBM MobileFirst Studio…
CK5
  • 1,055
  • 3
  • 16
  • 29
0
votes
1 answer

Calling external URL in inAppBrowser

How can we call external URL inside our worklight hybrid application? We are calling it through window.open but we want to open it in InAppbrowser. Does it need to install Cordova plugin "cordova-plugin-inappbrowser" ? We have MFPF 7.1 can someone…
0
votes
1 answer

MobileFirst 8.0 : Multiple Adapters for one Application

I am new to MobileFirst Requirement is - There is already a developed (in IBM Mobilefirst) mobile application (andriod native) and now I have to create another application (with security feature) which is going to be a part of (as plugin) main…
0
votes
1 answer

IBM MobileFirst (MFP 8) weird behavior on isSuccessful response field

Our application have been running in production for about 6 months now. Suddenly we experience weird errors in our mobile app. We found out from the logs that there was a sudden change in the behavior of the response thrown by MFP. Our MFP adapter…
1 2
3
8 9