Well, you have to have a CardServiceFactory configured which supplies a FileAccessCardService. And then, you have to be using a card which works with that Factory. JavaCards by default don't usually implement the ISO file access stuff as far as I know. If you _need_ that functionality, you'll have to emulate it by writing a cardlet that understands and translates all those functions for you. (NOTE: this depends on the card vendor and card version) Tom Steffen Tacke <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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(CardService Registry.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(Card TerminalRegistry.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.
