-
Bug
-
Resolution: Done
-
Blocker
-
jbossws-cxf-7.1.0.Final
-
None
The provisioning server installation with WFLY-32.0.0.Beta1 wildfly-ee-galleon-pack and jbossws-cxf-feature-pack 7.1.0.Final can't run any cli with embed-server, and it prints out message and exits:
11:41:11,906 INFO [org.jboss.modules] (CLI command executor) JBoss Modules version 2.1.0.Final
org/jboss/modules/ModuleLoggerFinder: org.jboss.modules.ModuleLoggerFinder from [Module "org.wildfly.embedded" version 24.0.0.Beta3 from local module loader @3b1cd822 (finder: local module finder @29f78eb2 (roots: wildfly-32.0.0.Beta1/modules,wildfly-32.0.0.Beta1/modules/system/layers/base))]
To reproduce this issue, use the following gallen plugin to provison server :
<groupId>org.jboss.galleon</groupId> <artifactId>galleon-maven-plugin</artifactId> <version>6.0.0.Beta4</version> <executions> <execution> <id>server-provisioning</id> <goals> <goal>provision</goal> </goals> <phase>generate-test-resources</phase> <configuration> <offline>false</offline> <plugin-options> <jboss-fork-embedded>true</jboss-fork-embedded> </plugin-options> <feature-packs> <feature-pack> <groupId>org.wildfly</groupId> <artifactId>wildfly-ee-galleon-pack</artifactId> <version>32.0.0.Beta1</version> <inherit-configs>true</inherit-configs> </feature-pack> <feature-pack> <groupId>org.jboss.ws.cxf</groupId> <artifactId>jbossws-cxf-feature-pack</artifactId> <version>7.1.0.Final</version> <inherit-configs>false</inherit-configs> </feature-pack> </feature-packs> </configuration> </execution> </executions> </plugin>
,then run the following cli :
embed-server --std-out=echo --server-config=standalone.xml
echo system property for foo
/system-property=foo:add(value=bar)
stop-embedded-server