mgchetla / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

Interface issues #360

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
got thebelow error when i was implementing jmesa at this line 

TableFacade tableFacade = TableFacadeFactory.createPortletTableFacade("hi", 
request);
tableFacade.setColumnProperties("accountno","housecode", "housename");

06:54:55,418 ERROR [jsp:52] java.lang.IncompatibleClassChangeError: Found 
interface org.jmesa.facade.TableFacade, but class was expected

Original issue reported on code.google.com by lekankuk...@gmail.com on 2 Jan 2014 at 7:02