wildfly / galleon

Galleon Provisioning Tool
https://docs.wildfly.org/galleon/
Apache License 2.0
26 stars 30 forks source link

Feature pack does not work and won't be applied #267

Open Tibor17 opened 4 years ago

Tibor17 commented 4 years ago

This is my command galleon install wildfly:17.0#17.0.1.Final --verbose --dir=c:/wildfly17-galleon-jpa --layers=jpa,h2-database --config=standalone-full --file=c:\postgresql-1.0.zip I expect the Wildfly 17.0.1 is built only with JPA and H2 layers and the drivers of postgre are applied from within feature pack zip file. This is the official zip file https://github.com/jfdenise/galleon-openshift/releases/download/1.0/postgresql-1.0.zip

The problem is that the command simply does nothing and returns without doing anything and without building the server.

jfdenise commented 1 year ago

@Tibor17 , did you manage to provision wildfly with postgresql? We have a specific datasources feature-pack for WildFly: http://github.com/wildfly-extras/wildfly-datasources-galleon-pack.