[jboss-jira] [JBoss JIRA] (AS7-4568) JSF component libraries does not work in AS7 modules

David Lloyd (JIRA) jira-events at lists.jboss.org
Thu May 24 10:56:18 EDT 2012


    [ https://issues.jboss.org/browse/AS7-4568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695658#comment-12695658 ] 

David Lloyd commented on AS7-4568:
----------------------------------

Okay.  I think it's clear to me now.

Because the JSF components rely on service loader, if you do use the "Dependencies:" header it has to look like this:

{noformat}
   Dependencies: org.primefaces services
{noformat}

This tells the module system to make the services descriptors in {{org.primefaces}} available to the importer.  This should be basically equivalent to what you're doing in the {{jboss-deployment-structure.xml}} descriptor.
                
> JSF component libraries does not work in AS7 modules
> ----------------------------------------------------
>
>                 Key: AS7-4568
>                 URL: https://issues.jboss.org/browse/AS7-4568
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Class Loading
>    Affects Versions: 7.1.0.Final, 7.1.1.Final
>            Reporter: Gernot P
>            Assignee: David Lloyd
>
> Deploying JSF component libraries (like primefaces and other) as AS/ module does not work. The JSF runtime does not find the compontent library. 
> That's rather bad, because modules are the only way to share jar's across the whole server.

--
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