[jboss-jira] [JBoss JIRA] (AS7-5982) Revert add jpa global settings for VFS (true or false) but keep extended persistence context inheritance type (DEEP or SHALLOW)
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Mon Nov 19 20:03:22 EST 2012
[ https://issues.jboss.org/browse/AS7-5982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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 at 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 at 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
More information about the jboss-jira
mailing list