Steffen,
I think GemXpresso is a JavaCard kit, so I am not really qualified to help
you much. I have been using a GPK with this same reader and I have some
points for you:
- you can get the reader drivers at the Gemplus site (don't use the drivers
that come with OCF 1.2, get the updated drivers v4.1);
- the availability of FileAccessCardService implementations is unrelated to
the reader drivers, it depends exclusively on the card drivers;
- your exception makes me wonder if you have the drivers for your card and
if they are installed; in my machine you can inspect the following:

CLASSPATH: d:\owb\filetransfer\java;d:\jdk1.2.2\lib\ext\comm.jar;d:
\OpenCard\OCF1.2\lib\base-core.jar;d:\OpenCard\OCF1.2\lib\base-opt.jar;d:
\OpenCard\OCF1.2\lib\reference-services.jar;d:
\OpenCard\OCF1.2\lib\gemplus-terminals-4.1.jar;d:
\OpenCard\OCF1.2\lib\gemplus-service-0.2.jar;d:
\OpenCard\OCF1.2\lib\gemplus-gpk-0.2.jar;.

opencard.properties:
###############################
# Card service configuration  #
###############################

OpenCard.services = \
    com.ibm.opencard.factory.MFCCardServiceFactory \
    opencard.opt.util.PassThruCardServiceFactory \
    com.gemplus.opencard.service.gpk.factory.GPKCardServiceFactory \


###############################
# Card terminal configuration #
###############################

OpenCard.terminals = \
com.gemplus.opencard.terminal.GemplusCardTerminalFactory|MyGemCore|GCR400|COM1

\
com.gemplus.opencard.terminal.GemplusCardTerminalFactory|MyGemCore|GCR410|COM2

\


###############################
# Trace configuration         #
###############################

OpenCard.trace = opencard:5

You can see that I have installed drivers for both GCR400 and GCR410
readers and the drivers are in d:
\OpenCard\OCF1.2\lib\gemplus-terminals-4.1.jar; also you can find the
GPK8000 card drivers (
com.gemplus.opencard.service.gpk.factory.GPKCardServiceFactory) in d:
\OpenCard\OCF1.2\lib\gemplus-service-0.2.jar and d:
\OpenCard\OCF1.2\lib\gemplus-gpk-0.2.jar; the factory classes must be
registered in your opencard.properties and the jar files must be in your
classpath.
This works for me, but our cards are different. Good luck.
Regards,
Douglas






Steffen Tacke <[EMAIL PROTECTED]>
23/10/2000 22:15



To:   [EMAIL PROTECTED]
cc:
Subject:  [OCF] MFCFileAccess / opencard.opt.iso.fs.FileAccessCardService


Hi,

I have a GCR410 Card Reader and GemXpresso 211 v2 cards. Also I have a
GemXpresso RAD 211 v2.3.
My questions are:
-Does this Card/Reader combination support any kind of
FileAccessCardService as provided with the OCF Framework ?
-Is there anythin similar to this FileAccessCardService that is usable with
the GemXpresso cards ?
-What kind of cards do I need to use this feature ?

When I try to implement something with a FileAccessCardService I only get
the error:
java.lang.ClassNotFoundException: CardService implementing interface
opencard.opt.iso.fs.FileAccessCardService
         at
opencard.core.service.CardServiceRegistry.getCardServiceInstance(CardServiceRegistry.java,

Compiled Code)
         at
opencard.core.service.SmartCard.getCardService(SmartCard.java:325)
         at XSCard.allocateServices(XSCard.java:155)
         at XSCard.cardInserted(XSCard.java:127)
         at
opencard.core.terminal.CardTerminalRegistry.createEventsForPresentCards(CardTerminalRegistry.java,

Compiled Code)
         at XSCard.<init>(XSCard.java:68)
         at XSCard.main(XSCard.java, Compiled Code)

So I'm not sure if this is a problem with my card or with OCF or with the
combination or whatever ....
Sorry if these questions are not really related to the OCF, but I'm not
sure about that right now ...

regards
Steffen
---------------------------------------------------------------------------------

DaimlerChrysler Research and Technology North America Inc.
Telematic System Group
1510 Page Mill Rd.
Palo Alto, CA 94304
USA
ph: (650)-845-2531
fax:(650)-845-2556
email: [EMAIL PROTECTED]



---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/

! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
!                           [EMAIL PROTECTED]
! containing the word
!                           unsubscribe
! in the body.







---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/

! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
!                           [EMAIL PROTECTED]
! containing the word
!                           unsubscribe 
! in the body.

Reply via email to