- 
        1. Re: I am trying to add JDBC Drviers as Modules in Domain Modenickarls Feb 1, 2013 3:47 AM (in response to techsjs2012)Modules can't be distributed in domain mode. The operations are local even if you connect to a domain. 
- 
        2. Re: I am trying to add JDBC Drviers as Modules in Domain Modetechsjs2012 Feb 1, 2013 6:10 AM (in response to nickarls)That's ok. I am doing it from the local box. I just don't see or understand how to do it 
- 
        3. Re: I am trying to add JDBC Drviers as Modules in Domain Modenickarls Feb 1, 2013 7:19 AM (in response to techsjs2012)What AS are you on? I just tried /subsystem=datasources/jdbc-driver=foo:add(driver-name="foo", driver-module-name="com.oracle.db") against my oracle module and it worked fine 
- 
        4. Re: I am trying to add JDBC Drviers as Modules in Domain Modejaikiran Feb 1, 2013 7:28 AM (in response to techsjs2012)techsjs2012 wrote: [domain@localhost:9999 /] /subsystem=datasources/jdbc-driver=as400:add(driver-name="as400",driver-module-name="com.ibm.as400",driver-xa-datasource-class-name="com.ibm.as400") Failed to get the list of the operation properties: "JBAS010850: No handler for operation read-operation-description at address [ ("subsystem" => "datasources"), ("jdbc-driver" => "as400") ]" [domain@localhost:9999 /] /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: "JBAS010850: No handler for operation read-operation-description at address [ ("subsystem" => "datasources"), ("jdbc-driver" => "mysql") ]" You are in domain mode. You'll have to specify the profile name before the subsystem address. Something like: [domain@localhost:9999 /] /profile=<profile-name>/subsystem=.... 
 
     
    