Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Switching facets from 'WebLogic EJB Extensions' to 'WebLogic EJBGen Support

tom_1st-JavaNetSep 6 2010 — edited Sep 6 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2010
Added on Sep 6 2010
0 comments
888 views