I've made a Composite Component and archived it in a *.jar file. My solution is based on this tutorial : How to package JSF2 composite component as distributable JAR and this question: Java EE6> Packaging JSF facelets (xhtml) and ManagedBeans as JAR.
Everything works fine but I can't used autocomplete in Eclipse to add attributes of Composite Component when I add it through *.jar file. When I add it manually, i.e. place code in resources/composite_components
everything works fine.
I'm using RAD 8.5.5
Thank you in advance.
Asked
Active
Viewed 242 times
4
-
1Note: not a JSF problem, but an IDE problem. My Eclipse+JbossTools also fails here. – BalusC Jan 11 '15 at 23:11
-
Did you resolve this issue ? – Ced Aug 08 '15 at 18:49
-
@Ced, unfortunately not :( – Anatoly Aug 08 '15 at 18:53