ibm-rad

Maven https errors with RAD/Eclipse

回眸只為那壹抹淺笑 提交于 2020-06-18 13:01:46
问题 RAD 9.6.1 (Java 8) on Windows Maven is the current culprit, but I'm betting this is Eclipse-wide/Java-wide. RAD errors showing this, on the project and pom.xml: Failed to read artifact descriptor for com.itextpdf:itext-licensekey:jar:2.0.3 org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for com.itextpdf:itext-licensekey:jar:2.0.3 at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java

IBM Filenet P8 subscription maven dependencies

夙愿已清 提交于 2020-02-04 01:49:14
问题 In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, IBM RAD 9.5 and Apache Maven 3.3.1 I'm going to use maven to build my artifacts, and specifically I'm asking which are the dependencies needed to correctly build a subscription's code module. Moreover I would need to know their scope, since I'm not sure about which of them are already provided. Thanks to this Christopher Powell's answer I found this Eclipse Plugin for ECM Developers but I'm not

Error: Projects containing version <unknown> deployment descriptors require XMI-format bindings or extensions files. ibm-web-bnd.xml

[亡魂溺海] 提交于 2020-01-22 19:44:05
问题 I have upgraded editor from Rad 7.5 to 8 and maven 2 to 3 . This happens just after importing existing maven projects in RAD 8, but I have no errors on any pom files. The issue is with two xml files : Projects containing version deployment descriptors require XMI-format bindings or extensions files. ibm-web-bnd.xml /DocViewerWeb/WebContent/WEB-INF Unknown Validation Message Projects containing version deployment descriptors require XMI-format bindings or extensions files. ibm-web-ext.xml

Restful WebService without annotations in eclipse using java

旧巷老猫 提交于 2020-01-17 05:43:08
问题 We are creating an application in android which will invoke Restful webservices.But here the problem is the web services should of without annotations as we are going to deploy them in RAD(Rational Application Developer),which is not going to recognise the annotations as it is IBM specific.So We need Restful web services without annotations. Any example source code will be very thankful Regards, badri 回答1: Are you talking about hosting web services or calling web services? If you're hosting,

RAD 8 does not recognize that WAS has started

一笑奈何 提交于 2020-01-13 10:18:29
问题 I have recently experienced a new problem using RAD 8.0.2. When I launch a WAS server from within RAD, with or without any apps published to it, WAS will start and will show output in the console. I can even access the server from my web browser. However, RAD never recognizes that WAS has started successfully and after the timeout limit is reached, RAD claims that the server failed to start. I have tried this with WAS 6.1 and 7.0 test environments and WebSphere Portal 6.1 external environment

Can't connect to JDBC database

旧街凉风 提交于 2019-12-24 19:24:29
问题 I am trying to run a project in my WAS local server. The problem is I keep getting this error: Unsupported use of GenericConnection. A GenericConnection is provided during application start when creating an EntityManagerFactory for a persistence unit which has configured one of its datasource to be in the component naming context; java:comp/env. During application start, the component naming context will not exist, and the correct datasource cannot be determined. When the persistence unit is

Eclipse plugin management in IBM RAD

假如想象 提交于 2019-12-14 00:58:20
问题 I installed RAD 7.5 and found out that IBM is not as good as I thought of it. RAD thing has it's own "install manager" which doesn't seem to resolve any dependencies. Does anyone know how to enable standart eclipse's software installer and/or Eclipse Marketplace? 回答1: You should be able to enable "classic install" in the preferences and then use the traditional installer to bring in 3rd party features. Even so, you'll still need to use IBM's installation manager to apply fixes, upgrades and

Where is the source archive for my Websphere portal classes?

泪湿孤枕 提交于 2019-12-13 18:37:00
问题 I'm pretty new to Websphere application development and I'm missing the source attachment for all the classes in the com.ibm.wps.* packages in my IBM Rational Application Developer setup. For example the class com.ibm.wps.engine.Command from JAR wp.engine.impl.jar has no source attached. Do I have to install another package with the sources or where can I find it? Also, excuse the question if it is so trivial and stupid... :-} 回答1: IBM does not distribute the sources for these libraries. 来源:

deploying Websphere 6 on RAD 8

懵懂的女人 提交于 2019-12-13 04:01:44
问题 I have to deploy WAS 6/6.x on RAD 8. In the dropdown for creatnig a new server I see only WAS7 and WAS 8 as options not 6 . How can I get WAS 6 on RAD 8? 回答1: RAD 8 can definitely run WAS 6 and 6.1 server instances; I'm running 6.1 on mine. But you have to select those components for installation. Using the IBM Installation Manager, you can Modify the RAD 8 installation and select what you need. 回答2: You got to change your question to ensure that you are communicating the right information.

Maven Integration for RAD7.5 along with automatic Websphere compatible EAR creation

a 夏天 提交于 2019-12-12 10:53:25
问题 I want to understand the entire process for integrating Maven with RAD Version 7.5 and creation of the EAR file using maven. I have been able to successfully integrate Maven with RAD 7.5 using. I also integrated maven-ear plugin with my maven project and I can create the EAR using mvn package command from Run Configurations. However, that EAR cab not be deployed to Websphere Application Server. So, what I want to understand is: Is there a way to create an EAR that can be deployed to Websphere