I can see a different behaviour in listing of drivers. There are 3 servers present in host.xml file and 2 servers are using full profile with auto-start="true" and 1 server is using full-ha profile with auto-start="false" Steps to reproduce: 1) Add a module through the cli module add --name=com.oracle.jdbc --resources=/path of/ojdbc6.jar --dependencies=javax.api,javax.transaction.api 2) Register JDBC driver: /profile=full/subsystem=datasources/jdbc-driver=oracle:add(driver-module-name=com.oracle.jdbc,driver-name=oracle,driver-xa-datasource-class-name=oracle.jdbc.xa.client.OracleXADataSource) 3) Restart JBoss server EAP 6.2.1 by using domain.sh 4) Login to Management Console -> select Profiles "Default" and then you can create the datasource for the oracle driver in 'default' profile succesfully. Which is wrong. 5) Open the domain.xml file and you can see the datasource created successfully in default profile but driver is not registered yet in default profile. Is this a inter linked bug or Should I file other bug for this issue.
@Stefano Can you comment on this? I am not sure what the constraint is between subsystem=datasources/jdbc-driver=* and profiles and how this affects the outcome of /subsystem=datasources:installed-drivers(), which is the operation we use to provide a choice of drivers when creating a datasource.
@rpulluru Not sure if your observation is correct: "4) Login to Management Console -> select Profiles "Default" and then you can create the datasource for the oracle driver in 'default' profile successfully. Which is wrong." The driver has been added as a module and is thus available to all profiles. But let's wait for smaestri to comment on the expected behaviour.
I think this is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=900675
Moving to 6.4 as the issue is still valid for 6.3
*** This bug has been marked as a duplicate of bug 1118239 ***
Heiko Braun <ike.braun> updated the status of jira HAL-446 to Closed
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days