I have two classes and one extends the other:

com.mobilvox.lexiconservice.common.LexiconValueObject
com.mobilvox.lexiconservice.client.LexiconSessionObject extends 
LexiconValueObject

When I try to call a method such as LexiconSessionObject.loadDefaultLexicon(), 
I get an error like:

anonymous wrote : 
  | java.lang.NoSuchMethodError: 
com.mobilvox.lexiconservice.client.LexiconSessionObject.loadDefaultLexicon()V

Which doesn't make sense since LexiconSessionObject extends LexiconValueObject, 
and loadDefaultLexicon() is declared as a public method in LexiconValueObject.

So why can't I call my function?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880823#3880823

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880823


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to