| Author |
Message |
|
|
Now the demo ist deployed succesfull. But if I try to run it causes:
|
 |
|
|
adina_mihai wrote:
Because our demos are built with JSF 1.1_02, and JBoss 4.2.0 works with JSF 1.2_04, you have to make following changes:
1. remove jsf-api.jar and jsf-impl.jar from [demo.war]\WEB-INF\lib folder. JBoss will take these libs from his folders.
2. delete the tld folder from [demo.war]\WEB-INF\
3. edit web.xml and comment or remove all three <taglib> tags from there.
I followed these steps to run the ecruiser suite on jboss 4.2.1. The error from the first post is fixed, but now I have errors about instantiating ecruiser components.
|
 |
|
|
|
|