We are having problems with the ShowAllWork feature for POTrunk projects. This is when an annotationbundle is read in. In PreviewMode, when the annotationbundle is not sent in, we don't have this problem.
In ShowAllWork with annotation, AnnotationUtil.processAnnotations(PasStep step, ...,...) is called to display the ShowAllWork view, and it throws a ClassCastException because it does Pod pod = (Pod) step.getBeanContext(); and in the POTrunk mode, we saw that the step is not a Pod, but it is a PortfolioManagerServiceImpl. When we step through a Pod-Based project, the step is correctly cast to a Pod. We don't understand how the PortfolioManagerServiceImpl is getting set as the step's BeanContext, and whether this is the correct behavior in POTrunk-mode. Hiroki&Tony --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
