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 196629 - AssertionError at org.netbeans.modules.j2ee.dd.impl.webservices.annotation.WebservicesImpl$WebserviceProvider.modifyObjects
Summary: AssertionError at org.netbeans.modules.j2ee.dd.impl.webservices.annotation.We...
Status: RESOLVED INCOMPLETE
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-12 19:09 UTC by mpeifer
Modified: 2011-10-14 07:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170262


Attachments
stacktrace (5.66 KB, text/plain)
2011-03-12 19:09 UTC, mpeifer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mpeifer 2011-03-12 19:09:19 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
mpeifer: Adding three jars to the library of a project

GUEST: editing a webservice




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.j2ee.dd.impl.webservices.annotation.WebservicesImpl$WebserviceProvider.modifyObjects(WebservicesImpl.java:393)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.PersistentObjectManager.typesChanged(PersistentObjectManager.java:196)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$ClassIndexListenerImpl$3.call(AnnotationModelHelper.java:457)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$ClassIndexListenerImpl$3.call(AnnotationModelHelper.java:454)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runCallable(AnnotationModelHelper.java:255)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.access$100(AnnotationModelHelper.java:85)
Comment 1 mpeifer 2011-03-12 19:09:23 UTC
Created attachment 106939 [details]
stacktrace
Comment 2 Denis Anisimov 2011-10-13 03:44:55 UTC
Not sure is it problem in the
Comment 3 Denis Anisimov 2011-10-13 03:46:01 UTC
Not sure is it problem in the  j2ee.dd.webservice.
It could be a generic problem of j2ee metadata model.
Comment 4 Denis Anisimov 2011-10-13 03:47:31 UTC
Could someone of reporters provide the exact steps to reproduce.
I cannot identify the problem without more information.
Comment 5 Denis Anisimov 2011-10-14 07:35:54 UTC
It seems that this could happen only if there is an error case when 
Java class has both javax.jws.WebService and WebServiceProvider annotations.

But I still need exact scenario to reproduce to prove this because this is 
just a suggestion.