• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

JADE framework and JSTL breaks!

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm developing in WSAD using the EAD4J JADE framework. We are trying to install the JSP Standard Tag Library (JSTL). I downloaded Standard 1.03 from Jakarta and copied all the jar files into my webApplication/WEB-INF/lib directory.
When I go into WSAD, refresh from local, rebuild and start the server, the application dies. I can still get to the entry page which is just HTML but as soon as I try to log in, my login servlet dies and gives a ClassCastException (see below)
Anyone out there ever worked with JADE and had a similar problem? Could there be naming conflicts? I've tried going through debug, but i don't have access to the source code that is throwing the exception. Are they just plain incompatible? We don't appear to have the JADE tag libs installed so I don't know why there would be a conflict. Here's my exception.
java.lang.ClassCastException: com.ibm.ejs.cm.JDBC1PhaseRF at com.ibm.rmi.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:253) at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:136) at com.ibm.ead4j.topaz.common.jdbc.DatabaseContextWASImpl.getDataSource(DatabaseContextWASImpl.java:106) at com.ibm.ead4j.topaz.common.jdbc.DatabaseContextWASImpl.getConnectionFromPool(DatabaseContextWASImpl.java:177) at com.ibm.ead4j.topaz.common.jdbc.DatabaseContextWASImpl.getConnectionFromPool(DatabaseContextWASImpl.java:154) at com.ibm.ead4j.topaz.common.jdbc.DatabaseContext.getConnection(DatabaseContext.java:138) at com.ibm.ead4j.topaz.persistence.jdbc.TransactionContext_jdbc.getConnection(TransactionContext_jdbc.java:174) at com.ibm.ead4j.topaz.persistence.TransactionContextManager.getConnection(TransactionContextManager.java:62) at com.toyota.tmmna.skpi.domain.jdbc.AffiliateFactory_jdbc.getAffiliateMap(AffiliateFactory_jdbc.java:240) at
any help would be appreciated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic