Giter Site home page Giter Site logo

xrosecky / java_isds Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 12.0 487 KB

Open source knihovna v Javě pro přístup k ISDS (informační systém datových schránek).

Home Page: http://www.abclinuxu.cz/datove-schranky

License: BSD 3-Clause "New" or "Revised" License

Java 100.00%

java_isds's People

Contributors

b00lean avatar jludvice avatar michal-josef-spacek avatar tszolar avatar xrosecky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

java_isds's Issues

The server sent HTTP status code 401: Authorization Required

public class DataBoxStandalone {
    @Test
    public void test(){
        Config config = new Config(DataBoxEnvironment.TEST);
        Authentication auth = new BasicAuthentication(config, ***,
                ***);
        DataBoxManager manager = new DataBoxManager(config, auth);
        List m = manager.getDataBoxMessagesService()
                .getListOfReceivedMessages(
                        new Date(2011, 1, 1), new Date(2012, 7, 1), null, 0,
                        10000);
        for(MessageEnvelope me : m){
           System.out.println("Message Id: " + me.getMessageID());
        }
    }
}

chyba při buildu - test failure

Tests in error:
cz.abclinuxu.datoveschranky.DownloadAllMessagesTest
cz.abclinuxu.datoveschranky.MessageUploadAndDownloadTest
cz.abclinuxu.datoveschranky.MessageUploadAndDownloadTest: Could not initialize
class cz.abclinuxu.datoveschranky.MessageUploadAndDownloadTest
cz.abclinuxu.datoveschranky.SearchTest
cz.abclinuxu.datoveschranky.SearchTest: Could not initialize class cz.abclinux
u.datoveschranky.SearchTest
testConnect(cz.abclinuxu.datoveschranky.TestHelper): No runnable methods

Tests run: 7, Failures: 0, Errors: 6, Skipped: 0

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.