Build/install a clean WildFly 8.0.0 Alpha3, or an EAP 6.1.0
No need to configure anything.
Start it up in domain mode.
Access the web console, and stop the two running servers
Now access the "Profiles" tab, and try adding a new datasource.
Error message:
Either you did not deploy any JDBC driver or nor is server running. In order to create a data source you need to provide JDBC driver deployment.
We do have a driver deployed (the h2 one per default.
Adding other drivers makes no difference.
It should not be needed to have a running server if all we want to do is create a new datasource.
Build/install a clean WildFly 8.0.0 Alpha3, or an EAP 6.1.0
No need to configure anything.
Start it up in domain mode.
Access the web console, and stop the two running servers
Now access the "Profiles" tab, and try adding a new datasource.
Error message:
Either you did not deploy any JDBC driver or nor is server running. In order to create a data source you need to provide JDBC driver deployment.
We do have a driver deployed (the h2 one per default.
Adding other drivers makes no difference.
It should not be needed to have a running server if all we want to do is create a new datasource.