This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes JADE framework and JSTL breaks! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "JADE framework and JSTL breaks!" Watch "JADE framework and JSTL breaks!" New topic
Author

JADE framework and JSTL breaks!

filbert
Greenhorn

Joined: Jun 26, 2003
Posts: 6
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JADE framework and JSTL breaks!
 
Similar Threads
WSAD and JADE, Log4J, JUnit (solution)
populating jsp page with arraylist of beans
JSLT > Good or Bad?
Integration with JSTL and Struts
ead4j & JSTL breaks application!