Heiko Braun created AS7-3596:
--------------------------------
Summary: JPA default datasource cannot be unset
Key: AS7-3596
URL:
https://issues.jboss.org/browse/AS7-3596
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
Fix For: 7.1.1.Final
It's currently not possible to unset the default datasource value:
{noformat}
[INFO] {
[INFO] "operation" => "composite",
[INFO] "address" => [],
[INFO] "steps" => [{
[INFO] "address" => [
[INFO] ("profile" => "default"),
[INFO] ("subsystem" => "jpa")
[INFO] ],
[INFO] "operation" => "write-attribute",
[INFO] "name" => "default-datasource",
[INFO] "value" => undefined
[INFO] }]
[INFO] }
{noformat}
leads to:
JBAS014746: value may not be null
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira