Community
Participate
Working Groups
Build Identifier: I20100302-0800 I have executed the WTP smoke tests ( http://wiki.eclipse.org/J2EE_Smoke_Test_%28WTP_3.0%29) and there is a problem: 1. verify that there is an ejb-client-jar tag in the ejb-jar.xml deployment descriptor -> there is no such tag 2. EJB interfaces should be in the EJB client project instead in the EJB project -> All classes are in the EJB project, the EJB Client project is empty Reproducible: Always Steps to Reproduce: See here: http://wiki.eclipse.org/J2EE_Smoke_Test_%28WTP_3.0%29)
Hi - taking a look, We did make a change late that effected this, rather than reverting, I am confifdent a simple fix can be found quickly - will update asap
Both Carl, and myself can't recreate this behavior... Is it possible you unchecked "add to Ear"? This will always skip creating the EJB Client project
After investigating... found that this is a problem with ejb xdoclet processing. This code was affected by changing how the component references are handled for ejbclient. The underlying code was using internal api, which is unreliable. changing to ComponentCore api is recommended. Attaching patch
Created attachment 161198 [details] patch
Dropped to HEAD