-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add datasource to time-service #77
Comments
What version of jboss/wildfly are you running? I don't see a root level /service in the configuration tree. |
I am using jboss-eap-7.2. "ejb3" => { |
When trying to add /service value={"timer-service" => {"database-data-store" => {"clustered-store" => {"datasource-jndi-name" => "java:/jboss/datasources/testservice"}}}} I get the error below
2018-11-27 16:19:54:0964: Checking rule addStrictMaxBeanInstancePool
2018-11-27 16:19:54:0964: Checking rule setRootProperty
2018-11-27 16:19:54:0964: Checking rule set3rdLevelProperty
2018-11-27 16:19:54:0964: No rules for diffs:add:/service/timer-service/database-data-store/clustered-store value={"datasource-jndi-name" => "java:/jboss/datasources/testservice"}
add:/service/timer-service/database-data-store/clustered-store/datasource-jndi-name value="java:/jboss/datasources/testservice"
The text was updated successfully, but these errors were encountered: