cannot find method addMessages(oracle.e1.bssvfoundation.util.E1Messag e)

Manigandan

Manigandan

Member
While generating BSSV in JDevloper, I am facing the error Msg :
  • Error(87,21): cannot find method addMessages(oracle.e1.bssvfoundation.util.E1MessageList) , Pls help me to overcome this.
 
Hope you have imported E1MessageList
import oracle.e1.bssvfoundation.util.E1MessageList;
Please check if you have oracle.e1.bssvfoundation.util folder on your machine .
 
Have you resoled this problem?

I have done import oracle.e1.bssvfoundation.util.E1MessageList. In E1MessageList, i am not finding addMessages method. In my system there is no other E1MessageList with addMessages method. If you have resolved this, please let me know the solution.

While generating BSSV in JDevloper, I am facing the error Msg :
  • Error(87,21): cannot find method addMessages(oracle.e1.bssvfoundation.util.E1MessageList) , Pls help me to overcome this.
 
Have you resolved this problem? I have imported oracle.e1.bssvfoundation.util.E1MessageList and still facing error. I have checked E1MessageList class and i have not found addMessages method in this. If you have resolved this, Please help me.
 
Hello Manigandan,
Did you extend your output class?
Code:
public class ShipConfirm_voOutput
  extends MessageValueObject
  implements Serializable

And just in case have a look at this link
Oracle Support Document 1662455.1 (E1:BSSV: Unable to Compile BSSV Objects in Jdev - cannot find method addMessages(oracle.e1.bssvfoundation.util.E1MessageList)) can be found at: https://support.oracle.com/epmos/faces/DocumentDisplay?id=1662455.1
 
Last edited:
Back
Top