ibm-rad

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

岁酱吖の 提交于 2019-12-04 04:13:35
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 /DocViewerWeb/WebContent/WEB-INF Unknown Validation Message Contents of those two files are: <?xml version=

Maven to copy JAR when adding dependencies

随声附和 提交于 2019-12-03 13:14:38
I'm currently using IBM Rational Application Development (IBM Eclipse distro) for Portlet development and having a small issue with Maven integration. Here's the situation: 1) IBM RAD has the ability to deploy a Portlet directly from within itself (RUN/DEBUG) In this case, I'm not using Maven generated WAR at all because IBM RAD seems to create the WAR themselves automagically and push it to IBM WebSphere Portal. Which isn't a big deal so far. 2) Maven dependencies are not copied to WebContent/WEB-INF/lib directory IBM has its own directory structure: WebContent/WEB-INF and WebContent/META-INF

JVM debug port 7779 is in use

孤街浪徒 提交于 2019-12-03 08:46:31
I am using RAD 8. When I start the server in debug mode, it displays a error message states that JVM debug port 7779 is in use . I had this problem many times as I know this port was used by RAD. So I had to stop the process with image name "Java" under Window Task Manager>Processes . But however for the first time I face this issue without no such "java" process running in Window task manager . In my knowledge none of the IBM product does use this port presently. I have even tried to restart my system and started the RAD, but still the issue remained same. I deleted the profile and re-created

Is it possible to apply changes to JSF files without republishing?

放肆的年华 提交于 2019-12-02 12:11:38
问题 I'm using IBM RAD version 8.0 and deploying the EAR applications to IBM WebSphere 7.0. Each time I change a JSF file, I need to republish the application, otherwise the changes are not visible. Publishing takes some time, so usually it takes minimum a minute before I'm able to see the efects of even the most minor change. In 'normal' application development it's about a few seconds, and it's crucial for someone who is no JSF coryphee and still learns and needs to experiment... Is it possible