Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » org.eclipse.wst.wsdl.internal.impl.ExtensibleElementImpl error?
org.eclipse.wst.wsdl.internal.impl.ExtensibleElementImpl error? [message #189983] Fri, 16 March 2007 02:03 Go to next message
Eclipse UserFriend
Originally posted by: foolch.gmail.com

hi,

I am using WTP1.5.0. I used EMF to produce a ProcessImpl Object that
implemented org.eclipse.wst.wsdl.internal.impl.ExtensibleElementImpl
class. When running,occur follow error:

java.lang.NullPointerException
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDerivedStructur alFeatureID(BasicEObjectImpl.java:1072)
at
org.eclipse.wst.wsdl.internal.impl.ExtensibleElementImpl.eGe t(ExtensibleElementImpl.java:137)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(BasicEObjec tImpl.java:581)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eOpenIsSet(Basic EObjectImpl.java:862)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:849)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:837)
at
org.eclipse.wst.wsdl.internal.impl.ExtensibleElementImpl.eIs Set(ExtensibleElementImpl.java:210)
at
org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContentsEList.java:414)
at
org.eclipse.emf.ecore.util.EContentAdapter.setTarget(EConten tAdapter.java:219)
at
org.eclipse.emf.ecore.util.EContentAdapter.setTarget(EConten tAdapter.java:188)

when running to "EContentsEList$FeatureIteratorImpl.hasNext"
method,it would invoke "eIsSet(EStructuralFeature eFeature)",the error
occur.
Why?

Any help really appreciated.
Re: org.eclipse.wst.wsdl.internal.impl.ExtensibleElementImpl error? [message #190000 is a reply to message #189983] Fri, 16 March 2007 12:04 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Edi,

I believe the changes recently committed to WTP for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=145413 fix this problem.


Edi Liu wrote:
> hi,
>
> I am using WTP1.5.0. I used EMF to produce a ProcessImpl Object
> that implemented
> org.eclipse.wst.wsdl.internal.impl.ExtensibleElementImpl class. When
> running,occur follow error:
>
> java.lang.NullPointerException
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDerivedStructur alFeatureID(BasicEObjectImpl.java:1072)
> at
> org.eclipse.wst.wsdl.internal.impl.ExtensibleElementImpl.eGe t(ExtensibleElementImpl.java:137)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(BasicEObjec tImpl.java:581)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eOpenIsSet(Basic EObjectImpl.java:862)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:849)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(Ba sicEObjectImpl.java:837)
> at
> org.eclipse.wst.wsdl.internal.impl.ExtensibleElementImpl.eIs Set(ExtensibleElementImpl.java:210)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContentsEList.java:414)
> at
> org.eclipse.emf.ecore.util.EContentAdapter.setTarget(EConten tAdapter.java:219)
> at
> org.eclipse.emf.ecore.util.EContentAdapter.setTarget(EConten tAdapter.java:188)
>
> when running to "EContentsEList$FeatureIteratorImpl.hasNext"
> method,it would invoke "eIsSet(EStructuralFeature eFeature)",the error
> occur. Why?
>
> Any help really appreciated.
>
Previous Topic:Upgrade a Java Project to J2EE
Next Topic:Viewing post parameters during debugging
Goto Forum:
  


Current Time: Fri Apr 19 21:53:36 GMT 2024

Powered by FUDForum. Page generated in 0.03460 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top