Search code examples
javawildflydatasource

Wildfly deplyment error: Required services that are not installed:" => ["jboss.naming.context.java.DefaultDS"]


I had next error while deployment ear on Wildfly 23:

Required services that are not installed:" => ["jboss.naming.context.java.DefaultDS"]

I posted it to answer this


Solution

  • I just removed jboss-web.xml file containing defining third-side vendors datasource that i added previously and issue fixed.