adminfaces / admin-template

JSF responsive admin template based on Bootstrap and AdminLTE
https://adminfaces.github.io/docs/latest/#admin_template
MIT License
209 stars 101 forks source link

Add OmniFaces 3.3 compatibility #177

Closed rmpestano closed 5 years ago

rmpestano commented 5 years ago
Issue Overview

When using OmniFaces 3.3 with AdminFaces the exception below will be raised when clicking on Home breadcrumb link:

java.lang.NoSuchMethodError: org.omnifaces.util.Faces.redirect(Ljava/lang/String;[Ljava/lang/String;)V
        at com.github.adminfaces.template.bean.BreadCrumbMB.clearAndHome(BreadCrumbMB.java:94)
        at com.github.adminfaces.template.bean.BreadCrumbMB_ClientProxy.clearAndHome(Unknown Source)

This happens because redirect method doesn't thows IOException anymore and receives a list of Objects as parameters instead of String....

Additional Information