-
FEATURED COMPONENTS
First time here? Check out the FAQ!
I am upgrading from zk version from 7.0.3 to 9.6.0.2. The project uses classes that have been repackaged in zweb-dsp.jar and zkplus-legacy.jar. I added 9.6.0.2 versions of these jar files to the pom.xml along with changing the version to 9.6.0.2 for all other zk jar files. No other changes have been made.
I am getting the following error when trying to start the application, that certain dsp resources are not found. Any jar file that I should include get those? Or any other suggestions are appreciated.
2023-06-27 14:30:47,014 ERROR [org.zkoss.web.util.resource.DspExtendlet] (default task-2) Failed to load the resource: /breeze/zul/css/norm.css.dsp 2023-06-27 14:30:47,015 ERROR [org.zkoss.zk.ui.http.AbstractExtendlet] (default task-2) Unable to load ~./zul/css/norm.css.dsp: java.io.FileNotFoundException: Failed to load the resource: /breeze/zul/css/norm.css.dsp at deployment.ac-gui-23.06.27.14.23.54-SNAPSHOT.war//org.zkoss.web.util.resource.DspExtendlet.service(DspExtendlet.java:87) at deployment.ac-gui-23.06.27.14.23.54-SNAPSHOT.war//org.zkoss.web.util.resource.ClassWebResource.web0(ClassWebResource.java:615)
Asked: 2023-06-29 23:53:02 +0800
Seen: 7 times
Last updated: Jun 29