2 Replies Latest reply on Mar 11, 2016 1:40 AM by jelmew

    Extension adding seems broken in jboss-cli w/ wildfly 10.0.0.Final

    jelmew

      Hi,

      After upgrading to wildfly 10, we are encountering the following issue. We used to add extensions using the jboss cli using either (examples):

      /extension=org.example.example:add
      /extension=org.example.example/:add(module=org.example.example-server-subsystem)
      

       

      However, in wildfly 10 using the cli this returns

      /extension=org.example.example:add
      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0310: Extension module org.example.example not found",
          "rolled-back" => true
      }
      

       

      We could not find in the documentation how an extension could be added in the cli, has this changed?