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 151424

Summary: NoSuchMethodException: The method "setPersistenceOptOut" can't be found by the PropertyUtils.Reflection in the classes: org.netbeans.modules.bpel.model.api.Process
Product: soa Reporter: Marian Mirilovic <mmirilovic>
Component: BPEL ProjectAssignee: Vladimir Yaroslavskiy <yaroslavskiy>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=122103
Issue Type: DEFECT Exception Reporter: 122103

Description Marian Mirilovic 2008-10-27 09:32:29 UTC
13 duplicates so far ...

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)
Comment 1 Sergey Lunegov 2008-10-27 10:43:25 UTC
Vladimir, please look at this.
Comment 2 Vladimir Yaroslavskiy 2008-10-28 10:23:38 UTC
I tried with the latest GlassFish ESB Nightly build 200810140114,
can't reproduce.
Comment 3 ggenipudi 2008-11-11 19:21:53 UTC
tested and verified using caps6u1 11/11 build and was able to create loan processing sample without errors.