We actually were able to fix this! This was caused by the org.apache.* classes not being in the class directory (thanks to some wizardry from eclipse).
The key to finding the problem is to study the console output upon startup of Tomcat. We found it was throwing an exception that upon further review indicated it couldn't start Turbine because it was missing some classes. The fix is either to convince Eclipse to stop deleting the classes or to include the Jetspeed Jar in the classlib. As an aside, to the Jetspeed developers, it might make sense to make a tutorial for "how to develop portlets for Jetspeed." The tutorial on the site is a great starting point and explains a lot of details about Jetspeed, but I'm having a hard time taking what's distributed in CVS and getting to a finished product. :) It would also be nice to have a slimmed down version of Jetspeed available that has all of the default portlets turned off and disabled, and would be a suitable point to start development from. I've seen from previous discussions that there are some drawbacks to having this, but IMHO it would be great. Jason -----Original Message----- From: Jason Shindler Sent: Tuesday, April 13, 2004 11:23 AM To: [EMAIL PROTECTED] Subject: unknown service PoolService I'm attempting to develop portlets for Jetspeed 1.x (latest from CVS) using Eclipse 3.0 M8/Tomcat 4.1/JRE 1.4.2. After making just about any change using Eclipse, Jetspeed fails with an "Unknown service PoolService" error. The error is similar to these previous postings: http://www.mail-archive.com/[EMAIL PROTECTED]/msg10755.ht ml http://www.mail-archive.com/[EMAIL PROTECTED]/msg10638.ht ml http://www.mail-archive.com/[EMAIL PROTECTED]/msg09243.ht ml Restarting Tomcat has no effect. The only way to fix it is to stop Tomcat, delete the directory from webapps, and allow the WAR to be regenerated. I've also observed similar behavior on Tomcat 5.x. Does anyone have any ideas on what might be causing this? Thanks, Jason Shindler University of Florida Housing --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
