hi, I'm working on a weblogic workshop application, which consists of a
Java project, a
EJB project and a Web project. everything seems to be working in workshop develop environment.
but when I try to build an EAR and deploy it to a cluster, things go wrong, only the web module is deployed with the EAR. I unwrapped the EAR file, and I found that the application.xml in EAR is wrong, it doesn't include the EJB module. but when I go to check workshop application file, in the directory of 'META-INF', the application.xml does contain the EJB Module.
so, how can this inconsistencies happen? is it a bug of workshop?