Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

problem for Invoking Static method in campaign

699655Jul 8 2009 — edited Jul 9 2009
Hi,
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

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 6 2009
Added on Jul 8 2009
4 comments
1,036 views