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 124398 - signature tests are broken due to BPEL APIs
Summary: signature tests are broken due to BPEL APIs
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-22 23:55 UTC by Jaroslav Tulach
Modified: 2008-01-15 14:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2007-12-22 23:55:24 UTC
BPEL guys fix your API, you have hidden classes in it!
 
If you are unsure what to do, open the PanelConfigureProject in NetBeans 6.0 
and watch for hints in editor. One of them will tell you that your methods 
return "hidden class".

I am making this P1, as it breaks signature tests for all other modules. Fix as soon as you can. Thanks.


Dne Friday 21 December 2007 23:03:02 hudson@deadlock.netbeans.org napsal(a):
 http://deadlock.netbeans.org/hudson/job/trunk/4946/changes
> 
http://deadlock.netbeans.org/hudson/job/trunk/4946/artifact/nbbuild/build/sigtestscheck/org.netbeans.modules.bpel.model
>
>   [sigtest] Found in total: 24490 classes
>   [sigtest] Hidden class found:
> org.netbeans.modules.bpel.project.wizards.PanelConfigureProject in
> constructor public
> org.netbeans.modules.bpel.project.wizards.PanelProjectLocationVisual.PanelP
>rojectLocationVisual(org.netbeans.modules.bpel.project.wizards.PanelConfigur
>eProject) in class
> org.netbeans.modules.bpel.project.wizards.PanelProjectLocationVisual
> [sigtest] Hidden class found:
> org.netbeans.modules.bpel.project.wizards.PanelConfigureProject in
> constructor public
> org.netbeans.modules.bpel.project.wizards.PanelOptionsVisual.PanelOptionsVi
>sual(org.netbeans.modules.bpel.project.wizards.PanelConfigureProject) in
> class org.netbeans.modules.bpel.project.wizards.PanelOptionsVisual
> [sigtest] Hidden class found:
> org.netbeans.modules.bpel.project.wizards.PanelConfigureProject in
> constructor public
> org.netbeans.modules.bpel.project.wizards.PanelConfigureProjectVisual.Panel
>ConfigureProjectVisual(org.netbeans.modules.bpel.project.wizards.PanelConfig
>ureProject) in class
> org.netbeans.modules.bpel.project.wizards.PanelConfigureProjectVisual
> [sigtest] Selected by -Package: 54 classes
>   [sigtest] Written to sigfile: 59 classes(and 4 inner classes)
>   [sigtest] STATUS:Failed.3 errors
Comment 1 Jesse Glick 2007-12-23 16:04:36 UTC
This may fix it:

Checking in PanelConfigureProjectVisual.java;
/shared/data/ccvs/repository/enterprise/bpel/project/src/org/netbeans/modules/bpel/project/wizards/PanelConfigureProjectVisual.java,v
 <--  PanelConfigureProjectVisual.java
new revision: 1.8; previous revision: 1.7
done
Checking in PanelProjectLocationVisual.java;
/shared/data/ccvs/repository/enterprise/bpel/project/src/org/netbeans/modules/bpel/project/wizards/PanelProjectLocationVisual.java,v
 <--  PanelProjectLocationVisual.java
new revision: 1.8; previous revision: 1.7
done
Comment 2 Jesse Glick 2007-12-23 16:41:08 UTC
Checking in PanelOptionsVisual.java;
/shared/data/ccvs/repository/enterprise/bpel/project/src/org/netbeans/modules/bpel/project/wizards/PanelOptionsVisual.java,v
 <--  PanelOptionsVisual.java
new revision: 1.9; previous revision: 1.8
done
Comment 3 Vitaly Bychkov 2008-01-15 10:17:16 UTC
Fixed sigtest failure for BpelExtensible elements.
Fixed in trunk:

enterprise/bpel/model/src/org/netbeans/modules/bpel/model/api/ExtensionEntity.java  1.2
enterprise/bpel/model/src/org/netbeans/modules/bpel/model/spi/EntityFactory.java 1.2
enterprise/bpel/model/src/org/netbeans/modules/bpel/model/ext/logging/impl/AlertImpl.java 1.3
enterprise/bpel/model/src/org/netbeans/modules/bpel/model/ext/logging/impl/LogImpl.java 1.3
enterprise/bpel/model/src/org/netbeans/modules/bpel/model/ext/logging/impl/LoggingEntityFactory.java 1.2
enterprise/bpel/model/src/org/netbeans/modules/bpel/model/ext/logging/impl/TraceImpl.java 1.3
Comment 4 Jaroslav Tulach 2008-01-15 14:37:10 UTC
I can confirm that
enterprise/bpel/project$ ant gen-sigtest 
passed ok. Thanks.