problem for Invoking Static method in campaign
699655Jul 8 2009 — edited Jul 9 2009Hi,
I have created a campaign, which calls static method when contentupdateevent occur.
Campaign don't show any compilation in workshop but when i look the same campaign in the portal admin
console the action content part shows following exception.
javax.el.PropertyNotFoundException: The class 'com.bea.p13n.rules.model.StaticMethodModel' does not have the property 'contentQueryModel'.
at javax.el.BeanELResolver.getBeanProperty(BeanELResolver.java:547)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:249)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
at com.sun.el.parser.AstValue.getValue(AstValue.java:118)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
at weblogic.servlet.jsp.ELHelper.evaluate(ELHelper.java:32)
at jsp_servlet._im._campaigns._scenarios._rules._details.__ruledetails._jsp__tag97(__ruledetails.java:4813)
at jsp_servlet._im._campaigns._scenarios._rules._details.__ruledetails._jsp__tag96(__ruledetails.java:4778)
at jsp_servlet._im._campaigns._scenarios._rules._details.__ruledetails._jspService(__ruledetails.java:1839)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
Campaign is also not working.
can anybody please tell , if i missed some setting for campaign.
Thanks a ton in advance