Created: (SHALE-497) ValidatorTag.class referenced in shale-core TLD is missing. If shale-validator added DoubleValidatorTag.class missing. Deployment impossible on Weblogic 10.3!
Steven Decock (JIRA <jira <at> apache.org>
2008-12-11 12:11:37 GMT
ValidatorTag.class referenced in shale-core TLD is missing. If shale-validator added
DoubleValidatorTag.class missing. Deployment impossible on Weblogic 10.3!
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: SHALE-497
URL: https://issues.apache.org/struts/browse/SHALE-497
Project: Shale
Issue Type: Bug
Components: Core, Validator
Affects Versions: 1.0.4, 1.0.5
Environment: Weblogic 10.3
Bea JRockit 160_05
JSF 1.2 Mojarra RI
RichFaces 3.2.2.SR1
Maven 2.0.9
Reporter: Steven Decock
Priority: Blocker
On my first try with Shale I am already unable to deploy my webapp with the shale-core library included in WEB-INF/lib.
This is the problem:
shale-core-1.0.4.jar (or shale-core-1.0.5.jar) contains a reference to
org.apache.shale.validator.faces.ValidatorTag in taglib.tld.
The problem is that this class is missing from the jar. Even though this tag is deprecated this still remains
a problem when deploying in WebLogic 10.3 (ClassNotFoundException).
Th class org.apache.shale.validator.faces.ValidatorTag is present in shale-validator-1.0.4.jar
however, but adding this jar just moves the problem to DoubleValidatorTag.class, which is referenced in
validators.tld in shale-validator-1.0.4.jar.
(Continue reading)