Skip to content
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

Open
mosegediLerato opened this issue Nov 28, 2018 · 2 comments
Open

Add datasource to time-service #77

mosegediLerato opened this issue Nov 28, 2018 · 2 comments

Comments

@mosegediLerato
Copy link

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"

@bserdar
Copy link
Owner

bserdar commented Nov 28, 2018

What version of jboss/wildfly are you running? I don't see a root level /service in the configuration tree.

@mosegediLerato
Copy link
Author

I am using jboss-eap-7.2.

"ejb3" => {
"allow-ejb-name-regex" => false,
"default-clustered-sfsb-cache" => "simple",
"default-distinct-name" => undefined,
"default-entity-bean-instance-pool" => undefined,
"default-entity-bean-optimistic-locking" => undefined,
"default-mdb-instance-pool" => undefined,
"default-missing-method-permissions-deny-access" => true,
"default-resource-adapter-name" => "activemq-ra",
"default-security-domain" => "other",
"default-sfsb-cache" => "simple",
"default-sfsb-passivation-disabled-cache" => "simple",
"default-singleton-bean-access-timeout" => 5000L,
"default-slsb-instance-pool" => "slsb-strict-max-pool",
"default-stateful-bean-access-timeout" => 5000L,
"disable-default-ejb-permissions" => true,
"enable-graceful-txn-shutdown" => false,
"enable-statistics" => false,
"in-vm-remote-interface-invocation-pass-by-value" => true,
"log-system-exceptions" => true,
"statistics-enabled" => false,
"application-security-domain" => undefined,
"cache" => {
"simple" => {
"aliases" => undefined,
"passivation-store" => undefined
},
"distributable" => {
"aliases" => [
"passivating",
"clustered"
],
"passivation-store" => "infinispan"
}
},
"cluster-passivation-store" => undefined,
"file-passivation-store" => undefined,
"mdb-delivery-group" => undefined,
"passivation-store" => {"infinispan" => {
"bean-cache" => undefined,
"cache-container" => "ejb",
"max-size" => 10000
}},
"remoting-profile" => undefined,
"service" => {
"async" => {"thread-pool-name" => "default"},
"timer-service" => {
"default-data-store" => "default-file-store",
"thread-pool-name" => "default",
"database-data-store" => undefined,
"file-data-store" => {"default-file-store" => {
"path" => "timer-service-data",
"relative-to" => "jboss.server.data.dir"
}}

},
"remote" => {
"cluster" => "ejb",
"connector-ref" => "http-remoting-connector",
"execute-in-worker" => true,
"thread-pool-name" => "default",
"channel-creation-options" => {
"READ_TIMEOUT" => {
"type" => "xnio",
"value" => expression "${prop.remoting-connector.read.timeout:20}"
},
"MAX_OUTBOUND_MESSAGES" => {
"type" => "remoting",
"value" => "1234"
}
}
}
},
"strict-max-bean-instance-pool" => {
"slsb-strict-max-pool" => {
"derive-size" => "from-worker-pools",
"max-pool-size" => 20,
"timeout" => 5L,
"timeout-unit" => "MINUTES"
},
"mdb-strict-max-pool" => {
"derive-size" => "from-cpu-count",
"max-pool-size" => 20,
"timeout" => 5L,
"timeout-unit" => "MINUTES"
}
},
"thread-pool" => {"default" => {
"keepalive-time" => {
"time" => 100L,
"unit" => "MILLISECONDS"
},
"max-threads" => 10,
"name" => "default",
"thread-factory" => undefined
}}
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants