ibm-rational

Error upgrading to 6.1 Worklight Developer in RAD 9.0 [closed]

喜夏-厌秋 提交于 2019-12-25 02:35:07
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I have a brand new RAD 9.0 installed with Worklight Studio 6.0.0.2, and, I'm trying to upgrade to 6.1.1, but, getting the error: Cannot complete the install because one or more required items could not be found. Software being installed: IBM Worklight Studio 6.1.0.01-20140311-2356 (com.ibm.imp.tools.feature

Getting View Owner/Creator with Rational ClearCase Automation Library (CAL)

余生长醉 提交于 2019-11-28 10:23:23
问题 Has anyone here already worked with the Rational / IBM CAL and knows if at all, and how to check for a view's creator/owner (username)? Elements, Vobs etc all have an Owner/Creator, but for some reason views do not? 回答1: I have only do small VB scripts with CAL, as illustrated in this answer about label. After having checked cc_cal.chm (found in C:\Program Files\IBM, in the latest 7.1.0.1 version of ClearCase installation), I have found their ICCView interface very incomplete, and always

How do I connect to a Websphere Datasource with a given JNDI name?

拥有回忆 提交于 2019-11-28 04:24:16
I'm using Websphere Portal 7.0 and creating a portlet with RAD 8.0. My portlet is trying to make a db2 connection to a remote server. I wrote a java program locally to do a basic JDBC connection to the server and get records from a table. The code works fine; however, when I add the code to my portlet as well as the db2jcc4.jar, the connection doesn't work. I'm using the basic: Connection connection = DriverManager.getConnection("jdbc:db2://server:port/db:user=user;password=pw;"); I figure that using the Websphere datasource is the right way to go. I know the JNDI name for the datasource, but

Problems occurred when invoking code from plug-in: “org.eclipse.jface” when using Checkstyle Plugin

£可爱£侵袭症+ 提交于 2019-11-27 14:00:51
I am trying to use the eclipse-cs plugin on Rational Software Architect 7.0.0.4. I recently uninstalled the older beta2 version and installed beta3. The plug-in itself works as was previously configured. But whenever I attempt to re-configure the check rules via Windows->Preferences->Checkstyle, I get the following error: Problems occurred when invoking code from plug-in: "org.eclipse.jface". This occurs when I click the configure button and attempt to reconfigure a specific selected check rule on the UI. Has anyone ever encountered this issue before and how can it be fixed? The full error

How do I connect to a Websphere Datasource with a given JNDI name?

给你一囗甜甜゛ 提交于 2019-11-27 00:23:24
问题 I'm using Websphere Portal 7.0 and creating a portlet with RAD 8.0. My portlet is trying to make a db2 connection to a remote server. I wrote a java program locally to do a basic JDBC connection to the server and get records from a table. The code works fine; however, when I add the code to my portlet as well as the db2jcc4.jar, the connection doesn't work. I'm using the basic: Connection connection = DriverManager.getConnection("jdbc:db2://server:port/db:user=user;password=pw;"); I figure

Get ClearCase Snapshot Views via ClearCase Automation Library (CAL)?

允我心安 提交于 2019-11-26 18:38:42
问题 Is anyone using the ClearCase Automation Library (CAL) successfully to retrieve snapshot views? I can get all the dynamic views just fine, but not a single one of my snapshot views appears in the 'Connection.get_Views(true, region);' command... Is there any way to get these programmatically as ICCView instances? 回答1: How about: Dim CC As New ClearCase.Application CC.Views(true, myRegionName) It should gets the collection of views in the specified region, including snapshot ones. (Note: this

Problems occurred when invoking code from plug-in: “org.eclipse.jface” when using Checkstyle Plugin

亡梦爱人 提交于 2019-11-26 16:34:14
问题 I am trying to use the eclipse-cs plugin on Rational Software Architect 7.0.0.4. I recently uninstalled the older beta2 version and installed beta3. The plug-in itself works as was previously configured. But whenever I attempt to re-configure the check rules via Windows->Preferences->Checkstyle, I get the following error: Problems occurred when invoking code from plug-in: "org.eclipse.jface". This occurs when I click the configure button and attempt to reconfigure a specific selected check