|
| Yes, I found a work around. Not sure if it would work for you. My problem is because I created the JSF project using RAD v6, which use We Dynamic 2.3. Portal 6.0.0.1 (not 6.0.0.0) uses Web Dynamic 2.4. You got to migrate your project to 2.4. Here is
how.
You take the project that was built in RAD6. RAD7 can open that easily. Let RAD7 detects and does the first initial JSF updates when the project first opens
In RAD7, select the project and right click to select "J2EE Migration Wizard...." Go through that wizard. This will solve 80% of the problem. If that runs on Portal 6.0.0.1, you can have a beer right then. Basically, it converts your old project to us
e Web Dynamic (2.4). Portal 6.0.0.1 seems to support ONLY version 2.4 and not 2.3.
For me, i have to take several steps further to get it to work. Things like, remove all the following jars that RAD6 include when the project was created in RAD6 and let rad7 bring in its own.
jstl_el.jar (which should be removed anyway),
jsf-api.jar
jsf-impl.jar
odc-jsf.jar
odc-jsf-portlet.jar,
commons-beantils.jar,
common-collections.jar,
commons-digester.jar.
The tricky part is I didn't know which ones were not need and trial/errors took time. I hope it works for you as it has for me. This will save a lot of time.
|
|