sorry folks, my fault

there is a wiki on how to have it done. 
If you want to use jbpm.3 project and specifically jbpm4jsf used in your other 
project (for instance creating your own jbp-console but using existing code) 
you have to:
1) have jbpm.3 project compile (just follow wiki and run ant tags as described)
2) add context param to your project's web.xml file. This is necessary as 
jbpm4jsf uses facelets which look for xml files with tags definitions.

<context-param>
  <param-name>facelets.LIBRARIES</param-name>            
<param-value>/WEB-INF/lib/jbpmtld/core.taglib.xml;
/WEB-INF/lib/jbpmtld/identity.taglib.xml;/WEB-INF/lib/jbpmtld/tf.taglib.xml;/WEB-INF/lib/jbpmtld/tf-compat.taglib.xml;/WEB-INF/lib/jbpmtld/tfl.taglib.xml;/WEB-INF/lib/jbpmtld/tfl-compat.taglib.xml</param-value>
</context-param>

i don't have to add that these files can be found in jbpm.3 project :)



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143828#4143828

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143828
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to