RE: Interfaces and cast problems in Tomcat

2006-06-19 Thread Claudio Veas
the errors so I kept using old classes instead of the new ones and thats why the cast exception appear. Thanks again for the help Claudio Veas ---Original Message--- From: GB Developer Date: 06/19/06 18:55:28 To: 'Tomcat Users List' Subject: RE: Interfaces and cast problems

RE: Interfaces and cast problems in Tomcat

2006-06-19 Thread GB Developer
What does the following tell you? interfaz_dbms.cacheable temp; temp = interfaz_dbms.cache.getReferencia().Buscar(id,n.getTipo()); // add this code below... if (temp!=null) { System.out.println("class >" + temp.getClass() + "<"); } // back to your code... n= (materia