[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4307) XPaths have no way to reference a server_home relative, or configuration-relative path

Rob Stryker (JIRA) jira-events at lists.jboss.org
Wed Jul 22 17:38:30 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-4307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12477238#action_12477238 ] 

Rob Stryker commented on JBIDE-4307:
------------------------------------

currently the xml file the xpaths are stored in has something like the following:

<query attribute="port" dir="/home/rob/apps/jboss/jboss-soa-p.4.3.0/jboss-as/server/default" filePattern="**/*server.xml" name="JBoss Web" xpathPattern="//Server/Service[@name='jboss.web']/Connector[count(@sslProtocol) = 0 and (count(@protocol) = 0 or @protocol = 'HTTP/1.1')]"/>

So the attributes are:
  1) name (identifier for this xpath)
  2) dir to start searching in
  3) file pattern (optional, limits the scope of files to scan)
  4) xpath pattern

My idea is that if the dir is null it defaults to the server root

> XPaths have no way to reference a server_home relative, or configuration-relative path
> --------------------------------------------------------------------------------------
>
>                 Key: JBIDE-4307
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4307
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: JBossAS
>    Affects Versions: 3.0.1.GA
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>             Fix For: LATER
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list