Switching facets from 'WebLogic EJB Extensions' to 'WebLogic EJBGen Support
If i create a new EJB project called 'XYZService' two more projects are conveniently generated:
- XYZServiceClient
- XYZServiceEAR
So far so good.
Later when i want to switch to 'Oracle Weblogic EJBGen Support' (in the Projects Facets) I get the following warning:
The existing EJB Client JAR dependency on 'XYZServiceClient' must be removed before adding the WebLogic EJBGen facet. Manual editing of .settings\org.eclipse.wst.common.component may be required.
->With ejbgen my interfaces + XML descriptors are correctly generated however not into my client project (which the warning probably was about)
Is there anyway to configure eclipse/ejbgen to generate the interfaces into the client project?
Or does the other facet supports this?
Thanks & Regards,
ToM