[gatein-issues] [JBoss JIRA] (GTNPORTAL-3258) Allow classpath resolver to accept a leading slash

Hai Nguyen (JIRA) jira-events at lists.jboss.org
Wed Sep 4 05:17:03 EDT 2013


Hai Nguyen created GTNPORTAL-3258:
-------------------------------------

             Summary: Allow classpath resolver to accept a leading slash
                 Key: GTNPORTAL-3258
                 URL: https://issues.jboss.org/browse/GTNPORTAL-3258
             Project: GateIn Portal
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
            Reporter: Hai Nguyen
            Assignee: Hai Nguyen


Classpath Resolver for resources does not currently support a leading slash. So for example in a webui component I can't put (or my template won't be found) :
{code}
@ComponentConfig (
  template = "classpath:/path/oto/my/template/MyTemplate.gtmpl",
  events = {
  }
)
{code}
whereas this notation is allowed in kernel configuration. For example I can do :
{code}
<import>classpath:/path/to/my/configuration/file/my-configuration.xml</import>
{code}
and it is also allowed in the "app" resolver (I can do "app:/path/oto/my/template/MyTemplate.gtmpl").

It would be more consistent and less error-prone for the developer to allow to add a leading slash for the classpath resolver.

--
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 gatein-issues mailing list