[jboss-jira] [JBoss JIRA] (AS7-5390) Provide a :resolve-path method to resolve relative paths
James Perkins (JIRA)
jira-events at lists.jboss.org
Mon Oct 22 12:42:01 EDT 2012
[ https://issues.jboss.org/browse/AS7-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728417#comment-12728417 ]
James Perkins commented on AS7-5390:
------------------------------------
The transaction subsystem has two relative-to paths. There seems to be two options for dealing with this;
# Create an additional operations: {{:resolve-object-store-path}}
# Add parameters to the operation to define the the attributes to resolve: {{:resolve-path(relative-to-attribute="object-store-relative-to",path-attribute="object-store-path")}}
Transaction Subsystem Model:
{code}
{
"outcome" => "success",
"result" => {
"default-timeout" => 300,
"enable-statistics" => false,
"enable-tsm-status" => false,
"jts" => false,
"node-identifier" => "1",
"object-store-path" => "tx-object-store",
"object-store-relative-to" => "jboss.server.data.dir",
"path" => "var",
"process-id-socket-max-ports" => 10,
"process-id-uuid" => true,
"recovery-listener" => false,
"relative-to" => "jboss.server.data.dir",
"socket-binding" => "txn-recovery-environment",
"status-socket-binding" => "txn-status-manager",
"use-hornetq-store" => false,
"log-store" => {"log-store" => undefined}
}
}
{code}
> Provide a :resolve-path method to resolve relative paths
> --------------------------------------------------------
>
> Key: AS7-5390
> URL: https://issues.jboss.org/browse/AS7-5390
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management
> Reporter: Heiko Rupp
> Assignee: James Perkins
> Fix For: 7.2.0.CR1
>
>
--
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