Giter Club home page Giter Club logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024

Original comment by [email protected] on 11 Dec 2009 at 9:02

  • Added labels: OpSys-Windows, Component-Logic, Usability

from eid-applet.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
I have been able to get more infos about this issue.

On this machine, the applet is executing:

    public boolean isEidPresent() throws CardException {

[...]

            if (cardTerminal.isCardPresent()) {
                Card card;
                try {
                    /*
                    /*
                     * eToken is not using T=0 apparently, hence the need for an
                     * explicit CardException catch
                     */
                    card = cardTerminal.connect("T=0");
                    /*
                     * The exclusive card lock in combination with reset at
                     * disconnect and some sleeps seems to fix the
                     * SCARD_E_SHARING_VIOLATION issue.
                     */
                    card.beginExclusive();
                } catch (CardException e) {
                    this.view.addDetailMessage("could not connect to card: "
                            + e.getMessage());
                    continue;
                }


[...]


It is entering the isCardPresent even with no card in the reader and then does 
not
return from the beginExclusive method.

I still believe there is a problem with the Middleware and I'm search for a 
clean way
to disable the usage of the middleware in the applet (remember Java is not my 
cup of
tea ;) ).

Or if you have an idea to fix this issue with the middleware, it might be worth 
too.


Original comment by [email protected] on 25 Mar 2010 at 3:11

from eid-applet.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Was related to the card removal fix.

Original comment by [email protected] on 19 Apr 2010 at 1:01

  • Changed state: Fixed

from eid-applet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.