JBoss Community

Deploying JDBC drivers and Datasources via jboss-cli.sh

created by Willem Noorduin in Beginner's Corner - View the full discussion

In JBoss 7 / JBoss-EAP-6 I have made a domain-master (running on server1) and a slave (running on server2, and has server1 as its master. I have made a server-group and a server-config like this:

 

[domain@server1:9999 server-group] /server-group=one-server-group/:add(profile=full-ha,socket-binding-group=full-ha-sockets,jvm=default)

[domain@server1:9999 /] /host=server2/server-config=slave:add(auto-start=true, group=one-server-group, socket-binding-group=full-ha-sockets, socket-binding-port-offset=0)

[domain@server1:9999 /] /host=server2/server-config=slave:start

 

I would like deploy / add JDBC drivers and datasources via the cli, but:

 

[domain@server1:9999 subsystem=datasources]  /host=server2/server=slave/subsystem=datasources/jdbc-driver=mysql:add(driver-name="mysql",driver-module-name="com.mysql.jdbc",driver-xa-datasource-class-name="com.mysql.jdbc.jdbc2.optional.MysqlXADataSource")

Failed to get the list of the operation properties: "JBAS014753: There is no operation add registered at address [

    ("subsystem" => "datasources"),

    ("jdbc-driver" => "mysql")

]"

 

What do I do wrong. I can't reach the datasource subsystem of the master too, so I can't add it there either (of course, I can edit it manually to the domain.xml of the slave,, but then it still don't show up in my installed-drivers-list command.

 

Or do you have to define all drivers and datasources on the master ?

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community