PagedTable 0.6.8 missing maven repo and could not compile classes

Hello Vaadin Experts,

I was using PagedTable 0.6.8 component in V7 … but now this addon seems to be non-existent.

so for some weird region it cannot download

Could not resolve org.vaadin.addons:pagedtable:0.6.8. Required by: project :project > project :vaadin-components > Could not resolve org.vaadin.addons:pagedtable:0.6.8. > Could not get resource ‘http://mvn.jasoft.fi/maven2/org/vaadin/addons/pagedtable/0.6.8/pagedtable-0.6.8.pom’. > Could not GET ‘http://mvn.jasoft.fi/maven2/org/vaadin/addons/pagedtable/0.6.8/pagedtable-0.6.8.pom’. > mvn.jasoft.fi: nodename nor servname provided, or not known

Tried switching to
0.6.5
but this does not have class that I used in
0.6.8
e.g.,

        ControlsLayout controls = resultsTable.createControls();

//        controls.getItemsPerPageSelect().setTextInputAllowed(false);
//        controls.getItemsPerPageSelect().addValueChangeListener(new Property.ValueChangeListener() {
//            private static final long serialVersionUID = -1L;
//
//            public void valueChange(Property.ValueChangeEvent event) {
//                int value = Integer.valueOf(String.valueOf(event.getProperty().getValue()));
//                log.info("Value change event = " + value);
//
//                resultsTable.setPageLength(value);
//                PagedTableContainer cont = (PagedTableContainer) resultsTable.getContainerDataSource();
//                cont.setPageLength(value);
//            }
//        });

Any pointers or help will be appreciated. Many thanks…

Hi,

I can’t really help here other than to confirm that jasoft.fi doesn’t exist any more and that 0.6.5 is the latest Vaadin 7 release I can see in the official add-ons repo. Do you have access to the sources of 0.6.8 somewhere?

-Olli

Thank you for your kind response. Unfortunately, I am looking into the wilder Google world to find 0.6.8 version. Nothing found yet.

Santosh Kalwar:

Olli Tietäväinen:
Hi,

I can’t really help here other than to confirm that jasoft.fi doesn’t exist any more and that 0.6.5 is the latest Vaadin 7 release I can see in the official add-ons repo. Do you have access to the sources of 0.6.8 somewhere?

-Olli

Thank you for your kind response. Unfortunately, I am looking into the wilder Google world to find 0.6.8 version. Nothing found yet.

Recently I got the error too that the 0.6.8 version is non existent in the vaadin addons library (earlier it was able to fetch it without any problem)

I have found this commit on github which seems to be the 0.6.8 version state of the PagedTable:
https://github.com/Peppe/PagedTable/tree/fffd2a5b0aece670b105a0d6f5af2f2f2191735e