Hi, I'm trying to write a new service. In ordre to prevent problems of concurrent accesses to the card, i'm writing a Proxy by extending the class opencard.opt.applet.AppletProxy
My problem is that, according to the trace, the protected method initialize is never called. In this way, the private member appletID_ stay null and a method like sendCommandAPDU(CardChannel channel, CommandAPDU commandAPDU) where we do not give as an argument the AppletID, throws a NullPointerException So what did I miss? Thanks in advance Yannick --- > 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.
