Wildfly doesn't recognize jboss deployment structure file
问题 I'm trying to configure Wildfly to use per deployment logging and jackson as provider for json on resteasy but looks like the AS doesn't recognize the file "jboss-deployment-structure.xml". I wanna log the hibernate sql, i already put " <property name="hibernate.show_sql" value="true"/> " in persistence.xml. And for Jackson, i use the following method: @GET @Path("/resumodia") @Produces(MediaType.APPLICATION_JSON) @Consumes("*/*") @GZIP public Response resumoHorariosDoDia() { try { final