Re: mobileOK reference implementation alpha release ready

Le mardi 16 octobre 2007 à 21:20 -0400, Sean Owen a écrit :
> I've just posted a blog entry on the BPWG blog about the release of
> the mobileOK Reference Implementation alpha release:
> http://www.w3.org/2005/MWI/BPWG/

Congrats to all! 

I've started playing with alpha the release with the idea of setting up
a simple Web interface on top of it.

Interestingly, while I get it to work on various URIs, it's failing with
exceptions on www.w3.org and www.w3.org/Mobile:
        java -jar mobileOK-Basic-RI-1.0-deploy.jar -m moki.xml -r
        results.xml http://www.w3.org/
        Info: Writing MOKI document to moki.xml
        Exception in thread "main" java.lang.NullPointerException
                at
        org.w3c.mwi.mobileok.basic.HTTPTextResource.getXMLPrologEncoding(HTTPTextResource.java:110)
                at
        org.w3c.mwi.mobileok.basic.HTTPTextResource.<init>(HTTPTextResource.java:41)
                at
        org.w3c.mwi.mobileok.basic.Preprocessor.preprocess(Preprocessor.java:116)
                at
        org.w3c.mwi.mobileok.basic.Tester.getPreprocessorResults(Tester.java:77)
                at
        org.w3c.mwi.mobileok.basic.Tester.main(Tester.java:132)
        
I haven't explored the source of the issue yet, but thought I would let
you know.

Dom

Received on Wednesday, 17 October 2007 15:45:50 UTC