Hi all,

I have already solved it.

The problem appears because the java plugin load also the dallas.jar file that is used
with an iButton demo. It seems that this file contains OCF 1.1 and this is why I get
the mysterious error. Now it works fine as applet and as application.

Thanks

Ismael Blesa Part wrote:

> Hi,
>
> See my answers inline
> [EMAIL PROTECTED] wrote:
>
> > Well, then the next question is, how does your OCFTestCardServiceFactory code
> > look like and more specifically the knows(...) which the trace complained
> > about??
> >
> > What version of OCF are you using?  Are you aware that from OCF 1.1 to OCF 1.1.1
> > the CardServiceFactory interface was changed?  In version 1.1.1 there is no
> > knows(...) method any longer.  So maybe you are using version 1.1 of OCF with a
> > factory that you have written for version 1.1.1 ???
> >
>
> This is what I dont understand. I use the OCF 1.1.1. My CardServiceFactory extends
> CardServiceFactory  and implements the methods :
> protected CardType getCardType(CardID cid, CardServiceScheduler scheduler)
> protected Enumeration getClasses(CardType type)
>
> When I run it as application it works fine. I dont get errors. But when I run it as
> applet I get the error I have send you.
>
> Thanks
>
> >
> >          Frank Seliger
> > IBM Pervasive Computing Division - Smart Card Solution Development
> > Schoenaicher Str. 220,    71032 Boeblingen,   Germany
> > [EMAIL PROTECTED]                                                        Tel.
> > +49-7031-16-3142
>
> Visit the OpenCard Framework's WWW site at http://www.opencard.org/ for
> access to documentation, code, presentations, and OCF announcements.
> -----------------------------------------------------------------------------
> To unsubscribe from the OCF Mailing list, send a mail to
> "[EMAIL PROTECTED]" with the word "unsubscribe" in the BODY of the
> message.

Visit the OpenCard Framework's WWW site at http://www.opencard.org/ for
access to documentation, code, presentations, and OCF announcements.
-----------------------------------------------------------------------------
To unsubscribe from the OCF Mailing list, send a mail to
"[EMAIL PROTECTED]" with the word "unsubscribe" in the BODY of the
message.

Reply via email to