[forge-issues] [JBoss JIRA] (FORGE-1532) No instances of [WildcardImportResolver when executing scaffold from-entity ~.model.*

Antonio Goncalves (JIRA) issues at jboss.org
Thu Jan 30 05:43:28 EST 2014


Antonio Goncalves created FORGE-1532:
----------------------------------------

             Summary: No instances of [WildcardImportResolver when executing scaffold from-entity ~.model.*
                 Key: FORGE-1532
                 URL: https://issues.jboss.org/browse/FORGE-1532
             Project: Forge
          Issue Type: Feature Request
          Components: UI - Shell
    Affects Versions: 1.4.4.Final
            Reporter: Antonio Goncalves
             Fix For: 1.x Future


After generating a few entities, I generate REST enpoints with :

{code}
rest endpoint-from-entity ~.model.*
{code}

And it's ok. Then, I scaffold the JSF pages but I get the following :

{code}
[forge144] forge144 $ scaffold setup --scaffoldType faces
***SUCCESS*** Installed [forge.spec.cdi] successfully.
***SUCCESS*** Installed [forge.spec.jsf.api] successfully.
***SUCCESS*** Installed [faces] successfully.
[forge144] forge144 $ scaffold from-entity ~.model.*
***INFO*** Skipped non- at Entity Java resource [org.test.model.Language]
***INFO*** Skipped non- at Entity Java resource [org.test.model.Person]
***INFO*** Using currently installed scaffold [faces]
***ERROR*** Exception encountered: No instances of [org.jboss.forge.parser.spi.WildcardImportResolver] were found on the classpath. (type "set VERBOSE true" to enable stack traces)
{code}


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