Fórumok

Liferay 5.2.3 + Weblogic 9.2

Nicolas Griso, módosítva 14 év-val korábban

Liferay 5.2.3 + Weblogic 9.2

New Member Bejegyzés: 1 Csatlakozás dátuma: 2009.07.23. Legújabb bejegyzések
Hello,

I'm trying to install liferay 5.2.3 on weblogic 9.2 (on windows with jrockit)

I completed the endorsed dir in my jre
I added liferay jars to weblogic classpath (but not via the lib dir at the domain root, because they were at the end of the classpath and not used. I customised startWeblogic to put them at the beginning of the classpath).
I fixed the weblogic.xml (ie: remove the line <show-archived-real-path-enabled>true</show-archived-real-path-enabled>)

And now I got this error:
Failure while Precompiling JSPs: weblogic.servlet.jsp.CompilationException: compare_versions.jsp:43:15: No match was found for method setDiffResults(java.util.List[]) in type com.liferay.taglib.ui.DiffTag.
diffResults="<%= diffResults %>"

Can't see why weblogic can't compile the jsps.

Any ideas?

Thanks
Nicolas
Priit Liivak, módosítva 13 év-val korábban

RE: Liferay 5.2.3 + Weblogic 9.2

New Member Bejegyzések: 13 Csatlakozás dátuma: 2010.06.16. Legújabb bejegyzések
I encountered the same issue. I had to modify this tag to compile it. Removed the generics from method signature.