Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Feature is not a valid feature
Feature is not a valid feature [message #39818] Fri, 14 July 2006 11:12 Go to next message
Eclipse UserFriend
Originally posted by: sagar.kar.genworth.com

I am using Serivce Integration Bus of IBM.
They convert all SOAP messages to SDO thats built over the EMF framework.
I am getting the following exception.
Has someone encountered a similar exception.
When does this 'Feature is not a valid feature' exception come?

Caused by: java.lang.IllegalArgumentException: The feature
'getAccountBalanceRet
urn' is not a valid feature
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eOpenGet(BasicEO bjectImpl
java:505)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicGet(Basi cEObjectI
mpl.java:487)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(BasicEObjec tImpl.jav
a:479)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(BasicEObjec tImpl.jav
a(Compiled Code))
at org.eclipse.emf.ecore.sdo.util.SDOUtil.get(SDOUtil.java:587)
at org.eclipse.emf.ecore.sdo.util.SDOUtil.getList(SDOUtil.java: 332)
at
org.eclipse.emf.ecore.sdo.impl.EDataObjectImpl.getList(EData ObjectImp
l.java:968)
at
com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.getListFor Property(
BasicXMLHandler.java:528)
at
com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.setValue(B asicXMLHa
ndler.java:502)
at
com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.handleChil d(BasicXM
LHandler.java:391)
at
com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.startEleme ntEvent(B
asicXMLHandler.java:839)
at
com.ibm.ws.sib.mfp.sdo.soap.parse.HandlerStack.startElementE vent(Hand
lerStack.java:304)
at
com.ibm.xml.b2b.scan.latin.LatinWFCDocumentScanner.scanStart Element(U
nknown Source)
at
com.ibm.xml.b2b.scan.latin.LatinWFCDocumentScanner.scanConte nt(Unknow
n Source)
at
com.ibm.ws.sib.mfp.sdo.soap.DocumentScanner.resumeScan(Docum entScanne
r.java:170)
at
com.ibm.ws.sib.mfp.sdo.soap.parse.InfoNodeStore.parseBody(In foNodeSto
re.java:538)
at
com.ibm.ws.sib.mfp.sdo.soap.parse.InfoNodeStore.parseToLimit (InfoNode
Store.java:841)
Re: Feature is not a valid feature [message #39851 is a reply to message #39818] Fri, 14 July 2006 11:20 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Sagar,

It looks like you are trying to access a feature that can't possibly be
in that object. Without knowing the model, I can't comment why that
would be. Perhaps you just have an instance that doesn't conform to the
schema?


SAGAR KAR wrote:
> I am using Serivce Integration Bus of IBM.
> They convert all SOAP messages to SDO thats built over the EMF framework.
> I am getting the following exception.
> Has someone encountered a similar exception.
> When does this 'Feature is not a valid feature' exception come?
>
> Caused by: java.lang.IllegalArgumentException: The feature
> 'getAccountBalanceRet
> urn' is not a valid feature
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eOpenGet(BasicEO bjectImpl
> java:505)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicGet(Basi cEObjectI
> mpl.java:487)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(BasicEObjec tImpl.jav
> a:479)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(BasicEObjec tImpl.jav
> a(Compiled Code))
> at org.eclipse.emf.ecore.sdo.util.SDOUtil.get(SDOUtil.java:587)
> at
> org.eclipse.emf.ecore.sdo.util.SDOUtil.getList(SDOUtil.java: 332)
> at
> org.eclipse.emf.ecore.sdo.impl.EDataObjectImpl.getList(EData ObjectImp
> l.java:968)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.getListFor Property(
> BasicXMLHandler.java:528)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.setValue(B asicXMLHa
> ndler.java:502)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.handleChil d(BasicXM
> LHandler.java:391)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.startEleme ntEvent(B
> asicXMLHandler.java:839)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.HandlerStack.startElementE vent(Hand
> lerStack.java:304)
> at
> com.ibm.xml.b2b.scan.latin.LatinWFCDocumentScanner.scanStart Element(U
> nknown Source)
> at
> com.ibm.xml.b2b.scan.latin.LatinWFCDocumentScanner.scanConte nt(Unknow
> n Source)
> at
> com.ibm.ws.sib.mfp.sdo.soap.DocumentScanner.resumeScan(Docum entScanne
> r.java:170)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.InfoNodeStore.parseBody(In foNodeSto
> re.java:538)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.InfoNodeStore.parseToLimit (InfoNode
> Store.java:841)
>
Re: Feature is not a valid feature [message #582486 is a reply to message #39818] Fri, 14 July 2006 11:20 Go to previous message
Eclipse UserFriend
Sagar,

It looks like you are trying to access a feature that can't possibly be
in that object. Without knowing the model, I can't comment why that
would be. Perhaps you just have an instance that doesn't conform to the
schema?


SAGAR KAR wrote:
> I am using Serivce Integration Bus of IBM.
> They convert all SOAP messages to SDO thats built over the EMF framework.
> I am getting the following exception.
> Has someone encountered a similar exception.
> When does this 'Feature is not a valid feature' exception come?
>
> Caused by: java.lang.IllegalArgumentException: The feature
> 'getAccountBalanceRet
> urn' is not a valid feature
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eOpenGet(BasicEO bjectImpl
> java:505)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicGet(Basi cEObjectI
> mpl.java:487)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(BasicEObjec tImpl.jav
> a:479)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(BasicEObjec tImpl.jav
> a(Compiled Code))
> at org.eclipse.emf.ecore.sdo.util.SDOUtil.get(SDOUtil.java:587)
> at
> org.eclipse.emf.ecore.sdo.util.SDOUtil.getList(SDOUtil.java: 332)
> at
> org.eclipse.emf.ecore.sdo.impl.EDataObjectImpl.getList(EData ObjectImp
> l.java:968)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.getListFor Property(
> BasicXMLHandler.java:528)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.setValue(B asicXMLHa
> ndler.java:502)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.handleChil d(BasicXM
> LHandler.java:391)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.BasicXMLHandler.startEleme ntEvent(B
> asicXMLHandler.java:839)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.HandlerStack.startElementE vent(Hand
> lerStack.java:304)
> at
> com.ibm.xml.b2b.scan.latin.LatinWFCDocumentScanner.scanStart Element(U
> nknown Source)
> at
> com.ibm.xml.b2b.scan.latin.LatinWFCDocumentScanner.scanConte nt(Unknow
> n Source)
> at
> com.ibm.ws.sib.mfp.sdo.soap.DocumentScanner.resumeScan(Docum entScanne
> r.java:170)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.InfoNodeStore.parseBody(In foNodeSto
> re.java:538)
> at
> com.ibm.ws.sib.mfp.sdo.soap.parse.InfoNodeStore.parseToLimit (InfoNode
> Store.java:841)
>
Previous Topic:Feature is not a valid feature
Next Topic:Unable to Save Object with Teneo/Elver
Goto Forum:
  


Current Time: Thu Jul 03 07:46:48 EDT 2025

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

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

Back to the top