1

Im using this solution Packaging facelets to package all common resources in a jar, including ui:composition elements, it works perfectly when i add the created jar as dependency to my projects in runtime or compile scope, but when i try to use provided scope it fails with NO RESOURCE FOUND

I also tried use one jar as deployment.commonresources.jar but fails when one controller is called because @postCostruct uses some @EJB's

I need to use this "dependency" in multiple projects

0 Answers0