In WTP, for EJB 3.0 projects you can't create EJB client project unless you have deployment descriptor, and https://bugs.eclipse.org/bugs/show_bug.cgi?id=238830, we are requiring deployment descriptor to be generated when you create a client project.
I think that is a restriction we are imposing, it means we cannot create an EJB client view. Think of the case where you have EJb project with no deployment descriptor and just have annotated beans, and the clients of the beans are remote. Since you cannot have client view project, you wont be able to distribute interfaces easily. Thanks -Neeraj Agrawal Java EE Tooling IBM Rational Software
_______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
