Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
jcdekoning #1
Member since Sep 2005 · 13 posts
Group memberships: Members
Show profile · Link to this post
Subject: MissingMethodException in Message object
I have some really strange thing in my code. When i create a new message object like this

agsXMPP.protocol.client.Message m_message = new agsXMPP.protocol.client.Message(new Jid(receiver),MessageType.chat, body);

the Type property gives me back

Type: <error: an exception of type: {System.MissingMethodException} occurred>

which is really strange. This also results in not capible of getting the Xml of the message to store it inside a queue.

I created a small application before where i did likely the same. I really don't know why it is not working at this time. Hope somebody can help me.
Avatar
Alex #2
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
Hi,

could you paste your code here?
Or write a small test case, then we could debug it.

Alex
Avatar
jcdekoning #3
Member since Sep 2005 · 13 posts
Group memberships: Members
Show profile · Link to this post
I fixed the problem. I did something wrong with adding the library of windows to a ppc application.
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS