ibm-mobilefirst

Worklight Native Resources not loading in the xCode Project

孤者浪人 提交于 2020-01-03 05:04:40
问题 I have few native .m /.h files, and .a files in my Worklight iPhone NativeResources folder. While building the environment those files are added to the respective folders of the iPhone Native folder. But if i open the iPhone environment as xCode Project, those .m/.h/.a files are not loaded in the Xcode project. But it present in the folder. Any settings required to load those files in xcode project automatically while opening it in xCode. Thanks. 回答1: This is the expected behavior. Only Xcode

Worklight Native Resources not loading in the xCode Project

て烟熏妆下的殇ゞ 提交于 2020-01-03 05:04:09
问题 I have few native .m /.h files, and .a files in my Worklight iPhone NativeResources folder. While building the environment those files are added to the respective folders of the iPhone Native folder. But if i open the iPhone environment as xCode Project, those .m/.h/.a files are not loaded in the Xcode project. But it present in the folder. Any settings required to load those files in xcode project automatically while opening it in xCode. Thanks. 回答1: This is the expected behavior. Only Xcode

How to change cordova version in IBM Worklight project

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-03 04:49:16
问题 In Worklight I need to use some Cordova plugins to access some native features in Android. As I see Worklight takes up the latest version of Cordova i.e 2.7. But in Cordova 2.7 there is so many stupid changes like for plugins they have changed the execute method completely. This seems ridiculous as the existing Plugins on Github is not working in cordova 2.7 projects. All plugins need to be changed as per 2.7, who is going to do that ! Anyways, is there any option in Worklight Studio to use

IBM MobileFirst 7.0 - How to disable auto-update

て烟熏妆下的殇ゞ 提交于 2020-01-03 04:37:06
问题 I made changes in the MobileFirst application and deployed on to the mobile device it is asking for "update for the application is available in android" How to disable it. This is my authenticationConfig.xml file: <?xml version="1.0" encoding="UTF-8"?> <tns:loginConfiguration xmlns:tns="http://www.worklight.com/auth/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <staticResources> <!-- <resource id="logUploadServlet" securityTest="LogUploadServlet"> <urlPatterns>/apps/services

How to remove an environment from the project?

僤鯓⒐⒋嵵緔 提交于 2020-01-02 06:23:19
问题 Is it possible to remove a mobile environment from the project like say Blackberry and Adobe Air environments. For instance mobilefirst add environment helps to add environment, but is there a command to remove an environment? 回答1: The CLI does not have a command to "remove an environment". You can submit feature requests, here: https://developer.ibm.com/mobilefirstplatform/help/ Your only alternative is: Navigate to the application folder and delete the environment directory as you would

Uncaught TypeError: Cannot use 'in' operator to search for 'SUPPORT_COOKIES' in null

99封情书 提交于 2020-01-01 18:14:33
问题 I am using IBM Worklight Developer Edition 5.0.5 to try to create simple(HTML and Adapter) application, but facing unresolved problem. This could be a same problem which is not answered in old forum: http://www.ibm.com/developerworks/forums/thread.jspa?threadID=460738 [Environment] OS: Windows7 64bit(Japanese locale), Eclipse: 4.2.1, Worklight: Developer Edition 5.0.5 [Description] I created Worklight Project in my Eclipse, without any external libraries like jQuery mobile nor Dojo. I added

java.lang.ClassNotFoundException: Class com.ibm.db2.jcc.DB2Driver not found in Worklight platform or project

雨燕双飞 提交于 2020-01-01 05:43:07
问题 I try to test an sql adapter that connects to db2 but I get the following result: java.lang.ClassNotFoundException: Class com.ibm.db2.jcc.DB2Driver not found in Worklight platform or project here is my code: <dataSourceDefinition> <driverClass>com.ibm.db2.jcc.DB2Driver</driverClass> <url>jdbc:db2://localhost:50000/WLTEST</url> <user>db2admin</user> <password>db2admin</password> </dataSourceDefinition> any idea what is going wrong? 回答1: Do you mean that your Worklight database is DB2-based? If

IBM Worklight 6.0 - Socket Exception connection reset

时间秒杀一切 提交于 2020-01-01 05:15:10
问题 I am working on a worklight project, in it I am consuming web services that are hosted on SharePoint server using a Worklight Adapter. Some times I am getting a Socket Exception and the adapter fails to call the web service. This happening randomly. From the development server log: [ERROR ] FWLSE0099E: An error occurred while invoking procedure. Http request failed: java.net.SocketException: Connection reset FWLSE0101E: Caused by: [project TestApp]java.net.SocketException: Connection reset

Unable to use HTTPS for MobileFirst Console 6.3

橙三吉。 提交于 2019-12-31 06:22:35
问题 I am using MobileFirst 6.3 ontop of WAS Liberty 8.5.5.4. I am able to access the console via HTTP, but fail to do so via HTTPS. With HTTP: With HTTPS: This is the server.xml: server.xml And the messages.log: messages.log 回答1: You must install from IBM fix central the last 6.3 ifix that includes : http://www-01.ibm.com/support/docview.wss?uid=swg1PI30521 http://www-01.ibm.com/support/docview.wss?uid=swg1PI31900 来源: https://stackoverflow.com/questions/28243429/unable-to-use-https-for

IBM App center not working for iOS8

怎甘沉沦 提交于 2019-12-31 05:43:06
问题 IBM App center is not working for iOS 8 with Worklight version 6.1.0.2 Is there any way or workaround to get app center working for iOS 8 without upgrading IBM Worklight to 6.2 please suggest. Thanks djrecker 回答1: Support for iOS 8 was added some months ago to all Worklight 6.x releases, including for Application Center. The reason why Application Center is not working for you may be due to Dojo incompatibility with iOS 8, which has been resolved. You need to upgrade your Worklight