webwork-devel Mailing List for WebWork (Page 19)
Brought to you by:
baldree,
rickardoberg
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(316) |
Dec
(117) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(197) |
Feb
(229) |
Mar
(293) |
Apr
(177) |
May
(84) |
Jun
(40) |
Jul
(43) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Matt B. <ma...@sm...> - 2002-03-11 12:02:52
|
Hmm, mine looks good try getting the latest to make sure you got the latest build.xml and see if it is not fixed. ----- Original Message ----- From: "Vedovato Paolo" <pao...@pr...> To: "'Matt Baldree'" <ma...@sm...>; <web...@li...> Sent: Monday, March 11, 2002 4:00 AM Subject: AW: [Webwork-devel] Webwork in Weblogic 6.1 Hi Matt I tried to build the newest CVS snapshot and found that we still have the examples in the webwork.jar and the webwork-examples.jar is empty. Cheers -Paolo > -----Ursprüngliche Nachricht----- > Von: Matt Baldree [mailto:ma...@sm...] > Gesendet: Montag, 11. März 2002 04:58 > An: Scott Farquhar; web...@li... > Betreff: Re: [Webwork-devel] Webwork in Weblogic 6.1 > > > fixed build. thx. > > ----- Original Message ----- > From: "Scott Farquhar" <sc...@at...> > To: <web...@li...> > Sent: Sunday, March 10, 2002 7:55 PM > Subject: [Webwork-devel] Webwork in Weblogic 6.1 > > > > I am having problems running Webwork (and a few other > programs ;) ) in > > weblogic 6.1 (SP2). > > > > There seem to be problems with classloaders: > > > > jira-lib ERROR [(webwork.config.DefaultConfiguration)] > Could not find > > webwork.pr > > operties > > java.lang.IllegalStateException: webwork.properties missing > > at > > > webwork.config.PropertiesConfiguration.<init>(PropertiesConfiguration > > .java:37) > > > > That line is: > > URL settingsUrl = > > > Thread.currentThread().getContextClassLoader().getResource(aNa > me+".propertie > s"); > > > > The same code works fine in JBoss and Orion. The webwork.properties > > file lives in /WEB-INF/classes/webwork.properties. > > > > This problem occurs with RC2 as well as the latest CVS version. Has > > anyone got webwork to work with weblogic 6.1? > > > > Also - in the latest CVS build, the webwork.jar file has > gone from 200k > > to 500k. This jar includes all the tests & examples in the > jar. IMHO > > the webwork.jar should only contain classes that are > needed, not test or > > examples. > > > > Cheers, > > Scott > > > > -- > > Scott Farquhar :: sc...@at... > > > > Atlassian :: http://www.atlassian.com > > Supporting YOUR J2EE World > > > > > > _______________________________________________ > > Webwork-devel mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/webwork-devel > > > > > > > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel > |
From: Vedovato P. <pao...@pr...> - 2002-03-11 10:00:49
|
Hi Matt I tried to build the newest CVS snapshot and found that we still have = the examples in the webwork.jar and the webwork-examples.jar is empty.=20 Cheers -Paolo > -----Urspr=FCngliche Nachricht----- > Von: Matt Baldree [mailto:ma...@sm...] > Gesendet: Montag, 11. M=E4rz 2002 04:58 > An: Scott Farquhar; web...@li... > Betreff: Re: [Webwork-devel] Webwork in Weblogic 6.1 >=20 >=20 > fixed build. thx. >=20 > ----- Original Message ----- > From: "Scott Farquhar" <sc...@at...> > To: <web...@li...> > Sent: Sunday, March 10, 2002 7:55 PM > Subject: [Webwork-devel] Webwork in Weblogic 6.1 >=20 >=20 > > I am having problems running Webwork (and a few other=20 > programs ;) ) in > > weblogic 6.1 (SP2). > > > > There seem to be problems with classloaders: > > > > jira-lib ERROR [(webwork.config.DefaultConfiguration)]=20 > Could not find > > webwork.pr > > operties > > java.lang.IllegalStateException: webwork.properties missing > > at > >=20 > webwork.config.PropertiesConfiguration.<init>(PropertiesConfiguration > > .java:37) > > > > That line is: > > URL settingsUrl =3D > > > Thread.currentThread().getContextClassLoader().getResource(aNa > me+".propertie > s"); > > > > The same code works fine in JBoss and Orion. The = webwork.properties > > file lives in /WEB-INF/classes/webwork.properties. > > > > This problem occurs with RC2 as well as the latest CVS version. = Has > > anyone got webwork to work with weblogic 6.1? > > > > Also - in the latest CVS build, the webwork.jar file has=20 > gone from 200k > > to 500k. This jar includes all the tests & examples in the=20 > jar. IMHO > > the webwork.jar should only contain classes that are=20 > needed, not test or > > examples. > > > > Cheers, > > Scott > > > > -- > > Scott Farquhar :: sc...@at... > > > > Atlassian :: http://www.atlassian.com > > Supporting YOUR J2EE World > > > > > > _______________________________________________ > > Webwork-devel mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/webwork-devel > > > > >=20 >=20 >=20 > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel >=20 |
From: Rickard <ri...@mi...> - 2002-03-11 09:31:42
|
Hey As I was working on the new TheServerSide.com code using WebWork I=20 noticed that it was very common that an action should simply redirect=20 back to the original pack which linked to it. The usual example is a=20 page listing objects, and a link would execute an action that updated or=20 removed an object, and then redirect back to the listing. Initially I=20 used the Redirect action and sent along the URL to get back, but that=20 was a bit awkward. I have now added a new standard action called Referer which is a=20 subclass of Redirect and which simply redirects back to the original URL=20 that invoked the action. Hence, one can now simply set "referer.action"=20 as result of actions who modify the state of a page and does not have=20 result data that should be shown (other than showing the initial page,=20 but with updated contents). /Rickard --=20 Rickard =D6berg Author of "Mastering RMI" Chief Architect, TheServerSide.com The Middleware Company - We Build Experts! |
From: Rickard ?b. <ric...@us...> - 2002-03-11 09:27:44
|
Update of /cvsroot/webwork/webwork/src/main/webwork/action In directory usw-pr-cvs1:/tmp/cvs-serv26135 Modified Files: ActionSupport.java Log Message: Skip validation on "default" command |
From: Rickard <ri...@mi...> - 2002-03-11 09:25:44
|
Hey What was the result of our discussions re: validating data on commands=20 as well? I recall that we said that it would be a good idea to call=20 validation() regardless of whether doExecute() or a command was to be=20 invoked. That's ok, but then all examples break since validation is called before=20 doDefault() is invoked. So, either the examples has to be updated so=20 that the validation rules are surrounded with if (!isCommand("default")) { .. } or, we could special-case the validation so that it's not done before=20 executing "default" but it's done on all other commands. What say ye? /Rickard --=20 Rickard =D6berg Author of "Mastering RMI" Chief Architect, TheServerSide.com The Middleware Company - We Build Experts! |
From: Rickard ?b. <ric...@us...> - 2002-03-11 09:24:32
|
Update of /cvsroot/webwork/webwork/src/main/webwork/action/client In directory usw-pr-cvs1:/tmp/cvs-serv18041/action/client Modified Files: ActionResult.java ClientDispatcher.java Log Message: Fixed email |
From: Rickard ?b. <ric...@us...> - 2002-03-11 09:24:32
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples/jdom In directory usw-pr-cvs1:/tmp/cvs-serv18041/examples/jdom Modified Files: JDOMTest.java Log Message: Fixed email |
From: Rickard ?b. <ric...@us...> - 2002-03-11 09:24:31
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples In directory usw-pr-cvs1:/tmp/cvs-serv18041/examples Modified Files: ActionListing.java TabbedPaneTest.java TableAction.java Test.java XSLTTest.java Log Message: Fixed email |
From: Rickard ?b. <ric...@us...> - 2002-03-11 09:24:31
|
Update of /cvsroot/webwork/webwork/src/main/webwork/dispatcher In directory usw-pr-cvs1:/tmp/cvs-serv18041/dispatcher Modified Files: CachingViewMapping.java ClientServletDispatcher.java ConfigurationViewMapping.java DefaultViewMapping.java ServletDispatcher.java TestDispatcher.java ViewMapping.java Log Message: Fixed email |
From: Rickard ?b. <ric...@us...> - 2002-03-11 09:24:31
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples/helloworld/applet In directory usw-pr-cvs1:/tmp/cvs-serv18041/examples/helloworld/applet Modified Files: HelloApplet.java Log Message: Fixed email |
From: Rickard ?b. <ric...@us...> - 2002-03-11 09:24:30
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples/helloworld In directory usw-pr-cvs1:/tmp/cvs-serv18041/examples/helloworld Modified Files: HelloWorld.java Login.java LoginStatus.java Log Message: Fixed email |
From: Rickard ?b. <ric...@us...> - 2002-03-11 09:24:30
|
Update of /cvsroot/webwork/webwork/src/main/webwork/action In directory usw-pr-cvs1:/tmp/cvs-serv17868 Modified Files: ActionSupport.java Log Message: Validation now occurs on both doExecute() and commands |
From: Rickard ?b. <ric...@us...> - 2002-03-11 09:24:28
|
Update of /cvsroot/webwork/webwork/src/main/webwork/action/standard In directory usw-pr-cvs1:/tmp/cvs-serv18041/action/standard Modified Files: CardPane.java ClientInfo.java JSP.java Redirect.java Script.java XML.java Log Message: Fixed email |
From: Rickard ?b. <ric...@us...> - 2002-03-11 09:24:28
|
Update of /cvsroot/webwork/webwork/src/main/webwork/config In directory usw-pr-cvs1:/tmp/cvs-serv18041/config Modified Files: Configuration.java DefaultConfiguration.java DelegatingConfiguration.java PropertiesConfiguration.java XMLActionConfiguration.java Log Message: Fixed email |
From: Matt B. <ma...@sm...> - 2002-03-11 03:59:11
|
fixed build. thx. ----- Original Message ----- From: "Scott Farquhar" <sc...@at...> To: <web...@li...> Sent: Sunday, March 10, 2002 7:55 PM Subject: [Webwork-devel] Webwork in Weblogic 6.1 > I am having problems running Webwork (and a few other programs ;) ) in > weblogic 6.1 (SP2). > > There seem to be problems with classloaders: > > jira-lib ERROR [(webwork.config.DefaultConfiguration)] Could not find > webwork.pr > operties > java.lang.IllegalStateException: webwork.properties missing > at > webwork.config.PropertiesConfiguration.<init>(PropertiesConfiguration > .java:37) > > That line is: > URL settingsUrl = > Thread.currentThread().getContextClassLoader().getResource(aName+".propertie s"); > > The same code works fine in JBoss and Orion. The webwork.properties > file lives in /WEB-INF/classes/webwork.properties. > > This problem occurs with RC2 as well as the latest CVS version. Has > anyone got webwork to work with weblogic 6.1? > > Also - in the latest CVS build, the webwork.jar file has gone from 200k > to 500k. This jar includes all the tests & examples in the jar. IMHO > the webwork.jar should only contain classes that are needed, not test or > examples. > > Cheers, > Scott > > -- > Scott Farquhar :: sc...@at... > > Atlassian :: http://www.atlassian.com > Supporting YOUR J2EE World > > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel > > |
From: matt b. <ba...@us...> - 2002-03-11 03:58:42
|
Update of /cvsroot/webwork/webwork/src/build In directory usw-pr-cvs1:/tmp/cvs-serv18778 Modified Files: build.xml Log Message: fixed for packaging jars correctly |
From: Scott F. <sc...@at...> - 2002-03-11 01:55:31
|
I am having problems running Webwork (and a few other programs ;) ) in weblogic 6.1 (SP2). There seem to be problems with classloaders: jira-lib ERROR [(webwork.config.DefaultConfiguration)] Could not find webwork.pr operties java.lang.IllegalStateException: webwork.properties missing at webwork.config.PropertiesConfiguration.<init>(PropertiesConfiguration .java:37) That line is: URL settingsUrl = Thread.currentThread().getContextClassLoader().getResource(aName+".properties"); The same code works fine in JBoss and Orion. The webwork.properties file lives in /WEB-INF/classes/webwork.properties. This problem occurs with RC2 as well as the latest CVS version. Has anyone got webwork to work with weblogic 6.1? Also - in the latest CVS build, the webwork.jar file has gone from 200k to 500k. This jar includes all the tests & examples in the jar. IMHO the webwork.jar should only contain classes that are needed, not test or examples. Cheers, Scott -- Scott Farquhar :: sc...@at... Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World |
From: Bill B. <bi...@pr...> - 2002-03-09 23:20:44
|
Hello, Attached is a patch to significantly improve the javadoc for most classes in the .action.factory package as well is minor changes to .action.CommandDriven javadoc. Most notably, I documented the action factory proxy delegation chain in DefaultActionFactory and the list of *Aware interfaces supported in ContextActionFactoryProxy. Also, I fixed all misnamed javadoc tags and removed some unused imports. -Bill |
From: Rickard <ri...@mi...> - 2002-03-09 21:02:07
|
Kjetil Paulsen wrote: > Time: Wednesday 27. March - 6.30 pm > Place: Fourth street Bar & Deli - across from the Metreon > (http://www.zeromindset.com/totto/pictures/javaone/2000/640/DSCF0092_64= 0.html) >=20 > Could everyone who is planning to show up for a beer please drop me a m= ail... Well, I won't be there. It seems it wasn't meant to be, and there's=20 weirdness going on behind the scenes here. I would've really enjoyed to=20 meet ya'll but it'll have to wait until another time. have fun, Rickard --=20 Rickard =D6berg Author of "Mastering RMI" Chief Architect, TheServerSide.com The Middleware Company - We Build Experts! |
From: Maurice P. <Ma...@Vi...> - 2002-03-09 19:00:18
|
Hey, I'll be there. Looking forward to meeting everyone in person. -Maurice On Friday, March 8, 2002, at 08:07 AM, Kjetil Paulsen wrote: > Hi > > Time: Wednesday 27. March - 6.30 pm > Place: Fourth street Bar & Deli - across from the Metreon > (http://www.zeromindset.com/totto/pictures/javaone/2000/640/DSCF0092_640. > html) > > Could everyone who is planning to show up for a beer please drop me a > mail... > > /kjetilhp > > ......mogul.technology.............................................. > mogul technology as > kjetil h.paulsen - senior software architect > drammensveien 134, NO-0277 oslo, norway > cell +47 93060327, tel +4724114300, fax +4724114399 > kje...@mo..., http://www.mogul.com > PGP fingerprint: DA54 A106 1989 FEF0 294F 63A4 9FC6 0F8E 21AD 0180 > ICQ -> 66288365 (kj...@ja...) (kj...@th...) > ..............................................mogul.technology...... > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel > |
From: Kjetil P. <kje...@mo...> - 2002-03-08 14:07:28
|
Hi Time: Wednesday 27. March - 6.30 pm Place: Fourth street Bar & Deli - across from the Metreon (http://www.zeromindset.com/totto/pictures/javaone/2000/640/DSCF0092_640.= html) Could everyone who is planning to show up for a beer please drop me a = mail... /kjetilhp ......mogul.technology.............................................. mogul technology as > kjetil h.paulsen - senior software architect drammensveien 134, NO-0277 oslo, norway cell +47 93060327, tel +4724114300, fax +4724114399 kje...@mo..., http://www.mogul.com PGP fingerprint: DA54 A106 1989 FEF0 294F 63A4 9FC6 0F8E 21AD 0180 ICQ -> 66288365 (kj...@ja...) (kj...@th...) ..............................................mogul.technology...... |
From: matt b. <ba...@us...> - 2002-03-08 05:42:07
|
Update of /cvsroot/webwork/webwork/src/docs In directory usw-pr-cvs1:/tmp/cvs-serv13876 Modified Files: forms.xml jsp.xml Log Message: removed baseclasses reference |
From: matt b. <ba...@us...> - 2002-03-08 05:41:52
|
Update of /cvsroot/webwork/webwork/src/docs In directory usw-pr-cvs1:/tmp/cvs-serv13820 Modified Files: action.xml Log Message: done |
From: Christoph S. <ch...@sc...> - 2002-03-05 16:09:02
|
Jim...@do... wrote: > > I need to perform some tasks when my servlet is deployed. (My servlet > needs to spawn a Thread) I can't wait until someone decides to invoke > one of my actions. Typically this is accomplished in the init() method > of the servlet. Since we are writing actions in webwork, the servlet > initialization is hidden from us. There are a few solutions that I can > see: > > 1. Add a method signature to webwork.properties that is invoked when > the ServletDispatcher's init method is invoked. > 2. Somehow force an action to be invoked after deployment. (Make an > http call against the servlet in the deployment script - kludgey). > 3. Subclass DispatcherServlet, and override init(). > > Has anyone else run into this problem? Is there a mechanism in web.xml > that will support this? I went with solution 3, and its really extremely simple. Just change the dispatcher class in web.xml. > > jim |
From: Victor S. <vsa...@ho...> - 2002-03-05 16:06:20
|
ServletContextListener is your very good friend, aka known as the Wolf, or the cleaner, usually interpreted by Harvey Keitel!. Call him up, he will solve your problem. /V >From: Jim...@do... >To: "web...@li..." ><web...@li...> >Subject: [Webwork-devel] Spec-compliant Action Startup >Date: Tue, 5 Mar 2002 10:41:45 -0500 > >I need to perform some tasks when my servlet is deployed. (My servlet >needs to spawn a Thread) I can't wait until someone decides to invoke one >of my actions. Typically this is accomplished in the init() method of the >servlet. Since we are writing actions in webwork, the servlet >initialization is hidden from us. There are a few solutions that I can >see: > >1. Add a method signature to webwork.properties that is invoked when the >ServletDispatcher's init method is invoked. >2. Somehow force an action to be invoked after deployment. (Make an http >call against the servlet in the deployment script - kludgey). >3. Subclass DispatcherServlet, and override init(). > >Has anyone else run into this problem? Is there a mechanism in web.xml >that will support this? > >jim _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx |