• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

question about missing EJB module in weblogic workshop EAR?

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic