Hi all,

I have been developing an Applet Jabber IM Client for a little while now.  I have done 
everything from write all the handlers, listeners and adapters myself, to finally 
getting smart and using the Jabberbeans module.  I got the IM Client working as a java 
application.  I also had the Applet working before even with the Jabberbeans, but all 
of the sudden I am getting this error:

java.lang.RuntimeException: error with extension factory
        at org.jabber.jabberbeans.sax.XMLStreamDocumentHandler.<init>(Unknown Source)
        at org.jabber.jabberbeans.sax.InputStreamHandler.run(Unknown Source)

I have tried many things starting with the basic:

        cb = new ConnectionBean();
        cb.connect(java.net.InetAddress.getLocalHost());


        To writing my own Connection Class

        ConnectJabberServer cjs = new ConnectJabberServer(); // My own connection class
        cb.disableStreamHeader();
        cb.connect(cjs.returnSocket());


        To even defining my own input and output stream.  All ways I recieve the same 
error.  Why is this doing this to me?  Please help... 

Don't mean to step on anybodies toes, cause I'm new here, checked the archives and 
couldn't quickly find a solution(Looked for 3 hours, been having this problem since 
9:00 PM tonight it's 3:00 AM now (PST :( )


Thanks in advance,

Bain Kennedy
Senior Engineer
Internet Solution Group, Inc.
[EMAIL PROTECTED]
w: 805.446.2222 x121
c: 818.620.8039  
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to