[
https://issues.jboss.org/browse/AS7-5982?page=com.atlassian.jira.plugin.s...
]
Scott Marlow updated AS7-5982:
------------------------------
Description:
As per discussion on AS7-dev mailing list, we are not going to convert VFS URLs to FILE
URLs. We will still support the extended persistence context inheritance type.
Example of reading JPA subsystem settings from the CLI:
{quote}
[standalone@localhost:9999 subsystem=jpa] :read-resource(include-runtime=true)
{
"outcome" => "success",
"result" => {
"default-datasource" => "",
"default-extended-persistence-inheritance" => "DEEP"
}
}
{quote}
Revert add jpa global settings for VFS (true or false) but keep
extended persistence context inheritance type (DEEP or SHALLOW)
--------------------------------------------------------------------------------------------------------------------------------
Key: AS7-5982
URL:
https://issues.jboss.org/browse/AS7-5982
Project: Application Server 7
Issue Type: Feature Request
Components: Console
Reporter: Scott Marlow
Assignee: Heiko Braun
Fix For: 7.2.0.Alpha1
As per discussion on AS7-dev mailing list, we are not going to convert VFS URLs to FILE
URLs. We will still support the extended persistence context inheritance type.
Example of reading JPA subsystem settings from the CLI:
{quote}
[standalone@localhost:9999 subsystem=jpa] :read-resource(include-runtime=true)
{
"outcome" => "success",
"result" => {
"default-datasource" => "",
"default-extended-persistence-inheritance" => "DEEP"
}
}
{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira