[jboss-jira] [JBoss JIRA] (AS7-3719) Grails app load with Jboss 7
Graeme Rocher (JIRA)
jira-events at lists.jboss.org
Mon Mar 19 12:52:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677725#comment-12677725 ]
Graeme Rocher commented on AS7-3719:
------------------------------------
Building the Grails war with:
{code}
grails -Dgrails.project.war.osgi.headers=false war
{code}
Will remove the OSGi headers from the WAR file which is what is confusing JBoss 7. The above can also be configured in BuildConfig.groovy
> Grails app load with Jboss 7
> ----------------------------
>
> Key: AS7-3719
> URL: https://issues.jboss.org/browse/AS7-3719
> Project: Application Server 7
> Issue Type: Bug
> Environment: Grails 1.3.4 and 2.0
> Reporter: David Pugh
>
> When deploying any Grails 1.3.4 or 2.0 project with Jboss 7 final version, the Grails project deploys properly but
> the gsp pages in the project will not actually be loaded by the Jboss server.
> There are not errors listed in the server log.
> I am aware of this bug https://issues.jboss.org/browse/AS7-2941, which of course displays errors,
> but with the new 7.1.0 final versions no errors are displayed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list