[
https://issues.apache.org/jira/browse/COCOON3-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703330#action_12703330
]
Reinhard Poetz commented on COCOON3-34:
---------------------------------------
I've applied another patch to get rid of (hopefully this time) all direct
usages of Sitemap. Thanks for spotting Jörg!
> Attaching an aspect to "org.apache.cocoon.sitemap.node.Sitemap" leads to a
> ClassCastException
> ---------------------------------------------------------------------------------------------
>
> Key: COCOON3-34
> URL: https://issues.apache.org/jira/browse/COCOON3-34
> Project: Cocoon 3
> Issue Type: Bug
> Components: cocoon-sitemap
> Reporter: Andreas Pinter
> Assignee: Reinhard Poetz
> Priority: Minor
> Attachments: cocoon.log
>
>
> I tried to attach an around-aspect for every node:
> @Around("execution(* invoke(..)) && within(org.apache.cocoon.sitemap.node.*)")
> This led to a ClassCastException for the first sitemap. (see attached logfile)
> After excluding sitemap from my aspect, everything works just fine:
> @Around("execution(* invoke(..)) && within(org.apache.cocoon.sitemap.node.*
> && !org.apache.cocoon.sitemap.node.Sitemap)")
> Tested with cocoon-sample.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.