18/07/01 09:46:40
i am a beginner in OCF programming and i have written a CardServiceFactory for my
CardServices but when i launch OpenCardFrmework i get errors messages telling
:
SignatureCard - start OpenCard
[ERROR ] opencard.core.service.SmartCard.<configureServiceRegistry>
--- message SmartinnovFactory
--- thread Thread[main,5,main]
--- source class opencard.core.service.SmartCard
opencard.core.service.CardServiceException:
Class "SmartinnovFactory" not found
at opencard.core.service.SmartCard.configureServiceRegistry(SmartCard.java:232)
at opencard.core.service.SmartCard.start(SmartCard.java:535)
at SignatureCard.<init>(SignatureCard.java:83)
at Essai.main(Essai.java:5)
my CardServiceFactory is like this :
class SmartinnovFactory extends OCF11CardServiceFactory
it compiles well
my opencard.properties file is :
###############################
# Card service configuration #
###############################
OpenCard.services = SmartinnovFactory
###############################
# Card terminal configuration #
###############################
OpenCard.terminals = com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory
###############################
# Trace configuration #
###############################
OpenCard.trace =opencard.core:6 opencard.opt:6 com.ibm.opencard:6 \
com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory:6
how can i specify in opencard.properties or elsewhere for my own CardServiceFactory to
be seen from OCF
thanks
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
---
> 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.