Re: [OS-webwork] WW2 in Orion ?

2004-02-27 Thread Fernando Martins
initialize the JspFactory until an actual .jsp page is hit, so when the VelocityResult tries to use it, it gets a NPE... Someone was logging a bug w/ Orion on this... -Original Message- From: Fernando Martins [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 8:21 AM

[OS-webwork] WW2 in Orion, JspFactory...

2004-02-24 Thread Fernando Martins
it depends on JspFactory being initialized. Any clues how to resolve this? Fernando Martins -- Everywhere is walking distance if you have the time - Steven Wright --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy

[OS-webwork] Webwork2 under extreme load

2004-02-23 Thread Fernando Martins
hi, I wanted to test my app (using Xwork/Webwork2) under extreme load conditions. So I hit the server (Jetty) with a few concurrent clients (grinder3.0) and from time to time I get this Exception, which I never got before when testing single requests (see below). And why is it calling

[OS-webwork] http://www.opensymphony.com/news/ is generating a 500 Servlet Exception

2004-02-09 Thread Fernando Martins
http://www.opensymphony.com/news/ 500 Servlet Exception java.lang.NullPointerException at com.opensymphony.module.tags.transform.xml.doAfterBody(xml.java) at _news._default__jsp._jspService(/news/default.jsp:12) at com.caucho.jsp.JavaPage.service(JavaPage.java:75)

Re: AW: AW: [OS-webwork] Velocity Template caching

2004-02-03 Thread Fernando Martins
] Thanks Fernando Martins On Tuesday 03 February 2004 04:45, Drew McAuliffe wrote: Again, I've had success without putting any properties in WEB-INF. I put everything in the classpath (under WEB-INF/classes) and everything works for me. The key was referencing my velocity.properties file from

Re: AW: AW: [OS-webwork] Velocity Template caching

2004-02-02 Thread Fernando Martins
This works for me. I hope I didn't forget any detail. Please confirm that this works, so that finally we could put it in the Cookbook on the wiki or somethig. Fernando Martins On Sunday 01 February 2004 14:59, Hans Prueller wrote: sorry for that.. but it also doesn't work! even if i try both

Re: [OS-webwork] Xwork/WebWork2 under extreme load

2004-02-01 Thread Fernando Martins
didn't find my files otherwise and I think it's just a Jetty issue (which I start from Eclipse). If you deploy you app as a WAR or have you root somewhere else, you can just skip / change it. Dag Fernando Martins wrote: Maybe the only way of doing this is to have ww2 configure velocity caching

[OS-webwork] Velocity Template caching

2004-01-31 Thread Fernando Martins
loader in velocity.properites, but set only something like this: wwfile.resource.loader.cache = true wwfile.resource.loader.modificationCheckInterval = some_interval I don't know if this will work, I'll give a try, and let you know. Fernando Martins On Saturday 31 January 2004 02:59, Dag

Re: [OS-webwork] Velocity Template caching

2004-01-31 Thread Fernando Martins
On Saturday 31 January 2004 13:22, Fernando Martins wrote: wwfile.resource.loader.cache = true wwfile.resource.loader.modificationCheckInterval = some_interval I don't know if this will work, I'll give a try, and let you know. I tried this, and it seems to be working. So after all is quite

Re: [OS-webwork] Xwork/WebWork2 under extreme load

2004-01-30 Thread Fernando Martins
Some time ago, I also came to the same conclusion that when activating velocity caching of templates, rendering is done much faster. One thing I still don't know how to solve is the following: In Dag velocity.properties example there is the line: file.resource.loader.path = .,WebRoot which if

Re: [OS-webwork] Xwork/WebWork2 under extreme load

2004-01-30 Thread Fernando Martins
Maybe the only way of doing this is to have ww2 configure velocity caching based on some velocity.caching = true property in webwork.properties. That way, ww2 can set the correct WebRoot path. Any thoughts? On Friday 30 January 2004 18:28, Fernando Martins wrote: Some time ago, I also came

Re: AW: [OS-webwork] Xwork/WebWork2 under extreme load

2004-01-30 Thread Fernando Martins
-Ursprngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fernando Martins Gesendet: Freitag, 30. Jnner 2004 18:28 An: [EMAIL PROTECTED] Betreff: Re: [OS-webwork] Xwork/WebWork2 under extreme load Some time ago, I also came to the same conclusion that when

[OS-webwork] templates/xhtml

2004-01-21 Thread Fernando Martins
why is it hardcoded in most of the tag templates #parse(/template/xhtml/controlheader.vm) if I use in webwork.properties some other webwork.ui.theme, it will simply not load it from my theme. is there allready a JIRA issue for this? ---

[OS-webwork] VelocityResult Exception with javax.servlet.jsp.PageContext

2004-01-17 Thread Fernando Martins
:49, Fernando Martins wrote: hi, I wanted to test my app (using Xwork/Webwork2 from CVS) under extreme load conditions. So I hit the server (Jetty) with a few concurrent clients (grinder3.0) and from time to time I get this Exception, which I never got before when testing single requests (see

Re: [OS-webwork] ActionContexts

2004-01-16 Thread Fernando Martins
hi, I wanted to test my app (using Xwork/Webwork2 from CVS) under extreme load conditions. So I hit the server (Jetty) with a few concurrent clients (grinder3.0) and from time to time I get this Exception, which I never got before when testing single requests (see below). And why is it

Re: [OS-webwork] URL to MVC framework comparison?

2004-01-15 Thread Fernando Martins
http://wiki.opensymphony.com/space/Feature+comparison+matrix+with+other+MVC+frameworks On Thursday 15 January 2004 15:59, Wayland Chan wrote: I have seen it in the past but can't seem to find it. Does anyone have the link to that matrix that compares all the various web mvc frameworks

Re: [OS-webwork] Any sugesstions fro image manipulation

2004-01-09 Thread Fernando Martins
try Jimi http://java.sun.com/products/jimi/ On Friday 09 January 2004 08:36, remigijus wrote: This question is not about ww, but I hope some suggestions will be given. I need some library for image processing on the server side. I want to make thumbnail image file from an image file

Re: [OS-webwork] Xwork/WebWork2 under extreme load

2004-01-09 Thread Fernando Martins
Crawlers support gzip?)), it would be nice for WW to set it, if indeed it improves the performance. Fernando Martins On Friday 09 January 2004 09:30, Francisco Hernandez wrote: were these optimizations and tweaks on the actual monthlist jsp page or something in xwork? Patrick Lightbody wrote

Re: [OS-webwork] xw/ww cool example

2003-12-18 Thread Fernando Martins
I'm the author, and I do say something about it, right here in the mailing list, but I didn't get too much opinions, not like remigijus (sorry no offense intended) ;-) Just look for the messsages with subject Client Dispatcher. Anyway, I'm still trying to resolve the problem that hibernate

Re: [OS-webwork] xw/ww cool example

2003-12-18 Thread Fernando Martins
?). F. But for more complicated Models, having lazy it's On Thursday 18 December 2003 16:55, Jonas Eriksson wrote: Maybe a stupid question.. but have you tried Hibernate.initialize(collection) to force loading of lazy collections? Cheers Jonas Fernando Martins wrote: I'm the author, and I do

Re: [OS-webwork] Is my webwork configured correctly?

2003-12-18 Thread Fernando Martins
you need javamail jar in your WEB-INF/lib. Get it from java.sun.com On Thursday 18 December 2003 20:20, Robert Nicholson wrote: Actually I'm trying to use the new Hibernate admin web app but the when I put this into Tomcat 5 I get the following when I create an exception.

[OS-webwork] Client Dispatcher

2003-12-17 Thread Fernando Martins
I've been migrating WW1 code that handles Client Dispatching (from Applet or Swing) using servlets. Like Hani said, it wasn't too hard, and it's working quite nicely. I wrote a ClientActionProxy which is sent over the network with the action in it (in WW1 only the action was sent), and on the

Re: [OS-webwork] Client Dispatcher

2003-12-17 Thread Fernando Martins
an action, and the rest (SSL+progress notification+Automatic IO retries) should go to webwork-extensions or something like that. Please comment, because most probably I'm just too unexperienced to understand all details envolved. Anyway, thanks Fernando On Wednesday 17 December 2003 11:37, Fernando

Re: [OS-webwork] Client Dispatcher

2003-12-17 Thread Fernando Martins
... Those sound like nice things to have... Fernando, why do you think those shouldn't go into the core? Jason -Original Message- From: Fernando Martins [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 6:10 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Client

RE: [OS-webwork] Re: Opensymphony-webwork digest, Vol 1 #1348 - 2 msgs

2003-12-15 Thread Fernando Martins
better. Fernando Martins -Original Message- From: Jason Carreira [EMAIL PROTECTED] Sent: Mon Dec 15 19:35:09 CET 2003 To: [EMAIL PROTECTED] Cc: I don't really know much about the XML/XSL view stuff... If it were me, I guess I'd use a Velocity template to generate XML

Re: [OS-webwork] Re: Opensymphony-webwork digest, Vol 1 #1348 - 2 msgs

2003-12-15 Thread Fernando Martins
client dispatcher, and the examples work out of the box, it's very simply and there's really not much to it, so for anyone willing, I'd be amazed if it were more than a couple of hours of half-assed work (or an hour of serious dedicated work) Fernando Martins wrote: Hi, funny

[OS-webwork] Re: shouldn't VelocityResult set charset in content-type?

2003-06-11 Thread Fernando Martins
Now that there is a velocity.properties configuration loading mechanism, could someone please add the below changes to CVS so that I don't have to change it everytime I update. And then, mark http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-200 as resolved. Thanks Fernando Martins wrote

[OS-webwork] Portlet ?

2003-06-09 Thread Fernando Martins
on this or do we have to wait for Rickard to come up with some magic tricks? :) What is the status of JSR168? And where can one find more info on it? regards, -- Fernando Martins [EMAIL PROTECTED] FilmWeb.pl - http://www.filmweb.pl

Re: [OS-webwork] velocity encoding

2003-06-03 Thread Fernando Martins
Matt should be working on this, meanwhile you can see how I resolved temporarly this problem, see ( vote for): http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-200 On Mon, 2 Jun 2003, Nicolas Rioux wrote: is there a way to control the output encoding of velocity from

[OS-webwork] [OS-webwork2] mapping actions without .action

2003-05-29 Thread Fernando Martins
()==0){ actionPath = request.getPathInfo(); servletPath = actionPath; } Or is there another more elegant solution to this? Thanks, Fernando Martins --- This SF.net email is sponsored by: ObjectStore

RE: [OS-webwork] [OS-webwork2] mapping actions without .action

2003-05-29 Thread Fernando Martins
See below... On Wed, 28 May 2003, Jason Carreira wrote: See below... -Original Message- From: Fernando Martins [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 10:22 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] [OS-webwork2] mapping actions without .action

RE: [OS-webwork] [OS-webwork2] mapping actions without .action

2003-05-29 Thread Fernando Martins
On Wed, 28 May 2003, Fernando Martins wrote: On Wed, 28 May 2003, Jason Carreira wrote: Doesn't it allready does this with the exception of extracting servletPath according to the spec? If this is a problem of ambiguous spec then maybe we should determine what the majority