This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 152144 - NoSuchMethodException: The method "setPersistenceOptOut" can't be found by the PropertyUtils.Reflection in the classes: org.netbeans.modules.bpel.model.api.Process
Summary: NoSuchMethodException: The method "setPersistenceOptOut" can't be found by th...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 09:28 UTC by Marian Mirilovic
Modified: 2008-11-02 09:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 122103


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-11-02 09:28:23 UTC
13 duplicates - all reported against one build - sounds like one build regression ...

Build: NetBeans IDE 6.1 (Build 200809240102)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows Vista, 6.0, x86
User comments: lesson http://www.netbeans.org/kb/61/soa/loanprocessing.html : Creating the BPEL Process
STACKTRACE: (first 10 lines)
java.lang.NoSuchMethodException: The method "setPersistenceOptOut" can't be found by the PropertyUtils.Reflection in the
classes: org.netbeans.modules.bpel.model.api.Process
        at org.netbeans.modules.soa.ui.properties.PropertyUtils$Reflection.tryFindMethodByName(PropertyUtils.java:529)
        at org.netbeans.modules.soa.ui.properties.PropertyUtils$Reflection.<init>(PropertyUtils.java:446)
        at org.netbeans.modules.bpel.properties.props.PropertyUtils$Reflection.<init>(PropertyUtils.java:85)
        at org.netbeans.modules.bpel.properties.props.PropertyUtils.getReflection(PropertyUtils.java:48)
        at org.netbeans.modules.bpel.properties.props.PropertyUtils.getReflection(PropertyUtils.java:32)
        at org.netbeans.modules.soa.ui.properties.PropertyUtils.registerPropertyImpl(PropertyUtils.java:142)
        at org.netbeans.modules.soa.ui.properties.PropertyUtils.registerProperty(PropertyUtils.java:82)
        at org.netbeans.modules.bpel.nodes.BpelProcessNode.createSheet(BpelProcessNode.java:83)
        at org.openide.nodes.AbstractNode.getSheet(AbstractNode.java:438)
        at org.openide.nodes.AbstractNode.getPropertySets(AbstractNode.java:449)