]
Daniel Kreuter closed WFCORE-1344.
----------------------------------
Resolution: Won't Fix
Works for me.
Adding a module on remote host doesn't work as expected
-------------------------------------------------------
Key: WFCORE-1344
URL:
https://issues.jboss.org/browse/WFCORE-1344
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Daniel Kreuter
Assignee: Alexey Loubyansky
Hi,
I connected to a remote WildFly instance via jboss-cli.bat (from Windows to Linux) and
tried to install the MySQL module via
{code}
module add --name com.mysql --resources=C:\mysql....jar
--dependencies=javax.api,javax.transaction.api
{code}
What I expected was, that the module would be installed on the remote host. What actually
happend was: The CLI installed the module on my local WildFly instance instead.
Regards
Daniel