Я работаю над проектом с java, проект отлично работает в локальной среде и среде разработки, но в тестовой среде. он отображает эту ошибку:
[J2EE:160112]Error: The directory, 'pathTo/APP_EAR.EAR', does not contain a valid module. If the directory represents an ear file, it must contain a META-INF/application.xml file. If the directory represents an ejb-jar file, it must contain a META-INF/ejb-jar.xml file. If the directory represents a war file, it must contain a WEB-INF/web.xml file. Please ensure the source directory is a valid module and try again.
, но содержит приложение. xml
что может быть ошибка? какая-то неверная конфигурация?
Я генерирую ухо с помощью eclipse -> export -> ear ear
спасибо.