Simos,

I thought again about your problem and think you're right. This may be a
bug in the Microsoft JVM.
Nevertheless we too have a bug in
opencard.opt.service.OCF11CardServiceFactory.

Please change the class definition FROM

public abstract class OCF11CardServiceFactory extends CardServiceFactory {
  private Tracer ctracer = new Tracer(CardServiceFactory.class);


TO

public abstract class OCF11CardServiceFactory extends CardServiceFactory {
  private Tracer ctracer = new Tracer(OCF11CardServiceFactory.class);


This should solve the problem. Could you please confirm this?

Peter Bendel, Smartcard Solutions,       Tel.: +49-7031-16-4650, Fax -4888
Dept. 4969, Bldg. 7103-01, Room 01-109        Lotus Notes:  bed@ibmde
IBM Pervasive Computing Division         Internet: [EMAIL PROTECTED]

Please visit the OpenCard Framework's homepage at http://www.opencard.org


Xenitellis S <[EMAIL PROTECTED]> on 14.07.99 09:52:08

Please respond to Xenitellis S <[EMAIL PROTECTED]>

To:   Peter Bendel/Germany/IBM
cc:
Subject:  RE: [OCF] OCF and MS Java Compiler: Is this a bug?






Hello,
     Yes, I am sure that I only have ocf1.1.1 in my classpath.
On the specific machine, it's the only OCF version installed.

One issue that may be causing it is that I am using the
gemplus drivers for OCF and as far as I know, they were developed
for OCF 1.1. However, I can run the sample that sends/receives
APDUs to the gemexpresso card.

Simos Xenitellis

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 12, 1999 1:08 PM
> To: Xenitellis S
> Cc: [EMAIL PROTECTED]
> Subject: Re: [OCF] OCF and MS Java Compiler: Is this a bug?
>
>
>
>
> Are you sure that both classes
> opencard.opt.service.OCF11CardServiceFactory
> AND
> opencard.core.service.CardServiceFactory
>
> are from the same level of OpenCard (OCF 1.1.1)
> or do you have a mixed environment (maybe some older classes
> somewhere in
> the classpath?)
>
> Peter Bendel, Smartcard Solutions,       Tel.:
> +49-7031-16-4650, Fax -4888
> Dept. 4969, Bldg. 7103-01, Room 01-109        Lotus Notes:  bed@ibmde
> IBM Pervasive Computing Division         Internet:
> [EMAIL PROTECTED]
>
> Please visit the OpenCard Framework's homepage at
http://www.opencard.org


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