Hi, Using JSP Custom tags to call a bean that calls a session ejb, which uses many entity beans. I removed the pkclass readAllValues() & (returned the primary key class) updateAllValues( pk ) (updated only the primary key values) methods from the entity beans and added a new one Hashtable getAllValues() (returns all persistant values) When rerun it comes back with: Error: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.ServerException: Container exception. Notify the container developers :-); nested exception is: java.lang.NullPointerException I gather that the readAllValues or updateAllValues is needed by something, just off now to find if it's somewhere in my code.................... Later, Tim. --------------------- It's not what you know, it's who you tell. ----------------------- "Pure seduction! Now available in bunches visit http://www.flowers2send.com fresh flowers delivered next day from Holland" -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
