[ 
https://issues.apache.org/jira/browse/TAP5-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789719#comment-17789719
 ] 

Hudson commented on TAP5-2770:
------------------------------

FAILURE: Integrated in Jenkins build Tapestry ยป tapestry-java-19-freestyle #35 
(See 
[https://ci-builds.apache.org/job/Tapestry/job/tapestry-java-19-freestyle/35/])
TAP5-2770: component dependencies missing superclass in (thiago: rev 
0a621b6423cd0b4e0935ca5764452903c7f7c189)
* (add) 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/components/SuperclassWithImport.java
* (edit) 
tapestry-core/src/main/java/org/apache/tapestry5/services/pageload/PageClassLoaderContextManagerImpl.java
* (add) 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/components/SubclassWithImport.java
* (add) 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ComponentHierarchyWithImports.java
* (add) 
tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/ComponentHierarchyWithImports.tml


> With multiple classloader mode on, ClassCastException when component and 
> superclass both have @Import
> -----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-2770
>                 URL: https://issues.apache.org/jira/browse/TAP5-2770
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.8.3
>            Reporter: Thiago Henrique De Paula Figueiredo
>            Assignee: Thiago Henrique De Paula Figueiredo
>            Priority: Major
>
> For example:
> {code:java}
> @Import(stylesheet = "context:css/ie-only.css")
> public class SubclassWithImport extends SuperclassWithImport {
> }
> @Import(stylesheet = "context:css/ie-only.css")
> public class SubclassWithImport extends SuperclassWithImport {
> }
> {code}
> Exception: 
> java.lang.ClassCastException
> class org.apache.tapestry5.integration.app1.components.SubclassWithImport 
> cannot be cast to class 
> org.apache.tapestry5.integration.app1.components.SuperclassWithImport 
> (org.apache.tapestry5.integration.app1.components.SubclassWithImport is in 
> unnamed module of loader 
> org.apache.tapestry5.internal.plastic.PlasticClassLoader @105b693d; 
> org.apache.tapestry5.integration.app1.components.SuperclassWithImport is in 
> unnamed module of loader 
> org.apache.tapestry5.internal.plastic.PlasticClassLoader @37fdfb05)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to