Ryan Moquin <fragility2.0 <at> gmail.com> writes: > > Has anyone gotten the latest M4 plugin to work? I'm still receiving the > same database error even if I try to use HSQL for my database. I was > looking through the code, trying to figure out where it's trying to read > these parameters out. I haven't made it to the spot yet, but I'm > confused as to why it's even trying to read the parameters manually to > connect to the datasource when jetspeed sets up a JNDI connection for it > to retrieve the datasource. Any ideas? I guess I'll go continue > looking through source code. >
Ryan, I built M4 using the plugin a few days ago on Linux with Tomcat 5.5.9 and JDK 1.5. Right now, it is configured to use Hypersonic. I will be switching it to MySQL shortly. I'll be doing a build in a windows environment later today or tomorrow, so if I run into that problem, I'll post back. But as far as I can tell, the M4 snapshot build was working with the plugin as of a few days ago. Of course, you still have to copy x*.jar from the jetspeed WEB-INF to $CATALINA_HOME/shared/lib to get all of the demo apps to work (eg. RSS, CSS, etc). When I first tried rebuilding, it didn't work, I was getting some error, I forget which. But then I blew away my jetspeed project, and the jetspeed and plugin resources from the Maven repository as well as the cache. I re-downloaded the plugin and re-ran everything and it worked. So I suggest giving that a shot... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
