Community
Participate
Working Groups
To reproduce this problem, generate an axis web service client into a "JPA Project" with the slider set to "start". The wizard will try to add the project to the server. JPA Projects have the Utility Module facet. There is no web or ejb module so there is nothing that can be "run" on the server. In the org.eclipse.jst.ws.internal.consumption.command.common.AddModuleToServerCommand class we have a check like below: if (!J2EEUtils.isJavaComponent(iproject)) The intention is to not add utility modules to the server. The problem is that if the module is associated with an EAR project this command is doing the isJavaComponent check on the EAR project so it always returns "false".
Created attachment 187519 [details] proposed patch
committed to R3_2_maintenance for WTP 3.2.4
Released for 3.2.4