Re: [Mav-user] Can't get dispatcher to work

2012-01-30 Thread Jeff Schnitzer
Well this is indeed a blast from the past! You seem to be missing jdom.jar from your classpath as well. There will be a version in your maverick distribution, or you can find the latest version here: http://www.jdom.org/ Are you actually contemplating Maverick or just doing research? Maverick

Re: [Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Jeff Schnitzer
Without knowing what's in your modified Maverick jar, it's impossible for anyone to help :-( Find out what's at line 140 of Loader.java. Decompile the code with JD in Eclipse if you have to. Jeff On Thu, Apr 22, 2010 at 8:24 AM, Angela Day akc...@yahoo.com wrote: Thanks for the idea. I

Re: [Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Jeff Schnitzer
There is considerable mystery here, because the NoClassDefFoundError in your stack trace was clearly thrown out of Loader.java line 140. This is not a valid line of code. You can see for yourself, line 140 is a comment:

Re: [Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-21 Thread Jeff Schnitzer
Well this is a blast from the past. It's hard to tell what's going on here since the reported line number (Loader:140) doesn't actually point at real code. Have you customized the Maverick source? Clearly there is something missing on the classpath. Perhaps JDOM had an incompatible change...

Re: [Mav-user] Logging from controller

2006-05-11 Thread Jeff Schnitzer
Unfortunately I'm pretty sure that's going to be far too general a question. You need to explain how your logging framework works if anyone's going to be able to help you. Does it do anything weird with classloaders? Jeff Louis Malenica wrote: Hi, I am trying to log via a standard custom

Re: [Mav-user] Maverick w/Spring

2006-02-01 Thread Jeff Schnitzer
Unfortunately I don't think there are many people here who are very familiar with Spring, but if you find the answer, please post it here. Thanks, Jeff wally bowles wrote: Hi Can someone help me figure out how to let Spring be the factory to instantiate the command controller objects within

Re: [Mav-user] Character encoding patch?

2006-01-07 Thread Jeff Schnitzer
The longstanding tradition here is to grant committer access to anyone who has a change to make. Partly this is because we're lazy (and by we I mean I), and partly this is an experiment in applying limited wiki concepts to source code. Dan, want access? Jeff Dan Finkelstein wrote: Hi

Re: [Mav-user] how to get command name from Controller context?

2005-12-20 Thread Jeff Schnitzer
Another option would be to use an xsl that creates parameters to the controller with the name of the command. Jeff Dan Finkelstein wrote: here's what I use... I hope this helps, Dan /** * retrieve the maverick command */ public String getCommand() { // - this

RE: [Mav-user] jar hell with jdom reloaded

2005-10-02 Thread Jeff Schnitzer
Strange, for some reason my list delivery was disabled. I've missed the last few months of discussion. Oops. I'm +1... and I think that pretty much makes a quorum. Eelco, would you like to do the honors? Jeff --- This SF.Net email is

[Mav-user] Re: Unit Testing Maverick

2002-11-05 Thread Jeff Schnitzer
I don't know of anything - anyone else? On Fri, Nov 01, 2002 at 11:19:45AM -0800, Holt, Jack C. wrote: I'm a fan of Maverick. It seems to implement MVC without the high levels of abstraction with approaches such as Struts. I'm currently trying figure out how to unit test the maverick

RE: [Mav-user] Struts/Maverick

2002-07-01 Thread Jeff Schnitzer
releases :-) Thanks! Jeff Schnitzer [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: jim moore Sent: Fri 6/28/2002 2:51 PM To: [EMAIL PROTECTED] Cc: Subject: Re: [Mav-user] Struts/Maverick I took a stab at the wrapping stuts

[Mav-user] RE: Re: One More Thing, Please

2002-06-15 Thread Jeff Schnitzer
. Jeff Schnitzer [EMAIL PROTECTED] For the list's benefit, the original conversation: I'm not very familiar with Tapestry, but all the others I have used fairly extensively: Velocity - this is not a competing framework but a templating language that works exceedingly well with Maverick

[Mav-user] RE: Struts/Maverick

2002-06-15 Thread Jeff Schnitzer
in that community. The fact that they have database connection pooling code in the framework is bewildering. Why on earth... Jeff Schnitzer [EMAIL PROTECTED] ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28

RE: [Mav-user] passing self-built XML documents

2002-06-14 Thread Jeff Schnitzer
. But this bug was in 2.0, too. Jeff Schnitzer [EMAIL PROTECTED] -Original Message- From: Barrie Selack [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 3:47 PM To: [EMAIL PROTECTED] Subject: [Mav-user] passing self-built XML documents In pre 2.0 there was a model() method to pass

RE: [Mav-user] passing self-built XML documents

2002-06-14 Thread Jeff Schnitzer
Ok, I made an opt-domify 2.0.1 release with this fix. For anyone using domify, unless you are trying to domify a Node (in which case you might as well use the trivial view type), the 2.0 version should be just fine. This was the only change. Jeff Schnitzer [EMAIL PROTECTED] -Original

[Mav-user] ANN: Maverick 2.1 Released

2002-06-12 Thread Jeff Schnitzer
Version 2.1 of Maverick (and version 2.0 of both opt-domify and opt-velocity) are now available for download. This version adds heterogeneous transforms, orthogonal handling of params to all the various view and transform types, and a cleaner mechanism for setting the model in controllers. Note

[Mav-user] RE: Mav params? Part III

2002-06-12 Thread Jeff Schnitzer
application that way. Just my opinion, of course :-) Jeff Schnitzer [EMAIL PROTECTED] It's fun how pretty much anything said on a public list can be quoted in perpetuity now ;-) -Original Message- From: Tim Colson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 2:49 PM

[Mav-user] Maverick 2.1 and Jetty

2002-06-09 Thread Jeff Schnitzer
about anything else that could cause problems, so everything should work even without the Jetty fix. I'm planning to do the 2.1.0 release tomorrow (Monday) afternoon. The updated docs are currently on the website. Jeff Schnitzer [EMAIL PROTECTED

[Mav-user] Welcome new committer

2002-06-07 Thread Jeff Schnitzer
Just a quick note welcoming our newest committer, Jim Moore. Since Scott is my roommate, we had a voice vote; two +1's... but from now on stuff like this will follow the Apache guidelines. Look for opt-fop coming soon to a planet near you... :-) Jeff Schnitzer [EMAIL PROTECTED

RE: [Mav-user] Problems getting 2.0 up and running....

2002-05-30 Thread Jeff Schnitzer
From: Barrie Selack [mailto:[EMAIL PROTECTED]] Thanks... if there is anything I can do to help let me know. I'll document what we do under JRun 4 (and possibly Resin) That would be great! Jeff Schnitzer [EMAIL PROTECTED

RE: [Mav-user] Maverick to Struts

2002-04-25 Thread Jeff Schnitzer
Schnitzer [EMAIL PROTECTED] -Original Message- From: Ed Ward [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 8:32 AM To: Jeff Schnitzer; [EMAIL PROTECTED] Subject: Re: [Mav-user] Maverick to Struts I suppose I should have been more explicit in my previous email, which

RE: [Mav-user] Field error messages and validation....

2002-04-24 Thread Jeff Schnitzer
Cool! If it makes sense, and you feel like putting together a small example, we would be happy to release it as an opt package :-) Jeff -Original Message- From: Dan Finkelstein [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 6:00 PM To: [EMAIL PROTECTED] Subject: Re:

RE: [Mav-user] 2.0rc works fine and a preDiscard question

2002-03-24 Thread Jeff Schnitzer
happened to Berkeley Systems? Jeff Schnitzer [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Dan Finkelstein Sent: Mon 3/18/2002 10:27 AM To: [EMAIL PROTECTED] Cc: Subject: RE: [Mav-user] 2.0rc works fine

[Mav-user] JavaOne, anyone?

2002-03-24 Thread Jeff Schnitzer
Is anyone going to be in SF for JavaOne? I'm planning on being at the Jakarta gathering tomorrow evening, so if anyone is in the area, drop by! http://jakarta.apache.org/site/news.html#0322.2 Jeff Schnitzer [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] jû¬z¹šŠX§‚X¬´Æ¯ºÇ«–+-²Ê.­Ç

RE: [Mav-user] Howto: Getting the JSP Example Working

2002-03-15 Thread Jeff Schnitzer
at java.net.URLClassLoader.defineClass(Unknown Source) ... ... Hmmm, sealing violations. I have heard much about these but not experienced them myself. Which exact versions of tomcat, jdk, and xslt processor (if you're using one) are you using? And what is the remainder of the Root Cause stack trace? Jeff

RE: [Mav-user] Howto: Getting the JSP Example Working

2002-03-15 Thread Jeff Schnitzer
to JDK1.4, of course, is an option :-) Does anyone else understand sealing violations? Jeff -Original Message- From: Jordan C N Chong [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 11:19 AM To: Jeff Schnitzer Subject: RE: [Mav-user] Howto: Getting the JSP Example Working Dear

[Mav-user] Fixed Xalan/Domify problem

2002-02-26 Thread Jeff Schnitzer
for this to the opt-domify release notes. Jeff Schnitzer [EMAIL PROTECTED] ___ Mav-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mav-user

RE: [Mav-user] problem with beta 2

2002-02-26 Thread Jeff Schnitzer
. Jeff Schnitzer [EMAIL PROTECTED] ___ Mav-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mav-user

RE: [Mav-user] problem with beta 2

2002-02-21 Thread Jeff Schnitzer
care of it. BTW, i think the idea of allowing xsl transform on the config file is a great idea. Yup. I'm almost inclined to think it worthwhile to reexamine a number of the alternative syntaxes. I'm hesitant to force people to use the XSL mechanism, though. Jeff Schnitzer [EMAIL PROTECTED

RE: [Mav-user] global views

2002-02-15 Thread Jeff Schnitzer
and launch another beta. When the manual is complete(ish), and there are no obvious outstanding bugs, we'll do the formal 2.0 release. Everything else gets slated for 2.1. Sound good? (this doesn't mean that the discussion should stop :-) Jeff Schnitzer [EMAIL PROTECTED] -Original Message

RE: [Mav-user] skinning and mav

2002-02-07 Thread Jeff Schnitzer
)this.modes.get(mode); } Make sense? Jeff Schnitzer [EMAIL PROTECTED] ___ Mav-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mav-user

[Mav-user] getResource() problems

2002-01-29 Thread Jeff Schnitzer
tasks. For the time being, I suggest configuring your container to expand warfiles. Jeff Schnitzer [EMAIL PROTECTED] ___ Mav-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mav-user

RE: Re: [Mav-user] Maverick in Tomcat 3.3 using JSP

2002-01-25 Thread Jeff Schnitzer
another beta. As far as Tomcat 3.3 goes, I vaguely recall that it has some strange classloader issues and it's very sensitive to where you put the xalan.jar. I've never spent any serious time using Tomcat v3, so I'm not sure I can be much help beyond this. Jeff Schnitzer [EMAIL PROTECTED

RE: [Mav-user] here's an interesting maverick web app

2002-01-25 Thread Jeff Schnitzer
That's really cool! I'm a *big* fan of memetics and all the implications of the idea. I'll replicate this meme to all my friends :-) Some things I find somewhat confusing: I'm not quite sure I understand how the economy works, especially cents to survive on. The two numbers to the right of a

RE: [Mav-user] Maverick in Tomcat 3.3 using JSP

2002-01-24 Thread Jeff Schnitzer
What was the stack trace? I would expect that the class not found was HttpServletResponseWrapper, but if you're not using XSLT, I am surprised that it would come up. Is this with maverick v1 or v2? Jeff -Original Message- From: Gerald de Jong [mailto:[EMAIL PROTECTED]] Sent: