[richfaces-issues] [JBoss JIRA] Created: (RF-11303) Better integration with JBossAS 7

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Sat Aug 13 03:17:10 EDT 2011


Better integration with JBossAS 7
---------------------------------

                 Key: RF-11303
                 URL: https://issues.jboss.org/browse/RF-11303
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: build/distribution
    Affects Versions: 4.0.0.Final
         Environment: RF 4.0.0.Final, JBossAS 7 Jenkins build 1501 or higher
            Reporter: Juergen Zimmermann


JBossAS 7 contains sac-1.3.jar and cssparser-0.9.5.jar which can be reused in RichFaces instead of doubling them in WEB-INF/lib. The solution is pretty simple:

In richfaces-core-impl-VERSION.jar the file META-INF/MANIFEST.MF has to be extended by just this line:
Dependencies: org.w3c.css.sac,net.sourceforge.cssparser

That's all and from now on RichFaces doesn't require the distribution of sac and cssparser in WEB-INF/lib when the platform is JBossAS 7. Please see also https://issues.jboss.org/browse/AS7-1524.

Be aware that there is no blank after the comma between org.w3c.css.sac and net.sourceforge.cssparser.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list