



The first time the model is needed is in the rewindphase. Then, the IBasicTableModel is created, usingthe rewinded values of the filters. If I cache it,should I then regenerate the instance ofIBasicTableModel (or update it) in the render phase tocatch the new values of the filters?Thank you. Min...
, and the modification I made for my version of Linux (CS 4.2, soa rebuild of RHEL 4 Update 2) was to change lines that read like"su - tomcat - c $TMCAT_START"to read"su $TMCAT_USER -c "$TMCAT_START >$TMCAT_LG_FILE 2>&1" &RETVAL=$?"It was seemingly getting hung up on a non-interactive star...
, I thought I'd posted it earlier. I guess I didn't here.I used a modified version of this scriptFound here#mod_jkPreston andonilist (AT) eurokom (DOT) ie 11/8/2005 10:11 AMHi,Can you give a few comments on what was going wrong and what you did tofixit? For people who find this message...
I have that. <plug-in className=""> <set-property property="pathnames"value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> </plug-in>And my action looks like this <action path="/loginSubmit"type=""name="loginForm" scope="request" validate="true" input=".login">...
Maven not able to find setter for MavenProjectHelper property Key: MNG-1465 URL: Project: Maven 2 Type: Bug Reporter: David JackmanThis might really be a plexus issue (I don't know enough about the code to know for sure).I have a Mojo class with a field of type MavenProjectHelper. For all o...
Hi all,I need to run some targets on a legacy build script. I'm running them from anew build script in another directory using the 'ant' task. Unfortunately,the legacy script uses XML entity includes and I'm gettingFileNotFoundExceptions when I run the targets. It seems like...
Found it here:lDuh. MessageFrom: Brian E. Fox [mailto:brianf (AT) reply (DOT) infinity.nu]Sent: Tuesday, November 08, 2005 2:15 PMTo: Maven Users ListSubject: Set my own propertiesIs there a way to set properties in the pom and the settings.xml thatare available during execution? Something like...
Is there a way to set properties in the pom and the settings.xml thatare available during execution? Something like path_to_file_x = c:\. Theintent is to have some properties that are defined in profiles that canchange behaviors defined in my poms....
Hi Nicko,I have finished a port of log4net that does use the NETCF library.I have attached a description of what I have done, the files I edited(and a bit about why). The library seems to work nicely in ourframework.If this is of interest to the group, I'd be happy to submit the changesfor...
Hi,we are having IIS-Tomcat website in domain A and service S. Users areauthenticated using IIS Windows-authentication. Everything is ok.Users in domain B, outside our domain, need to use service S. IISauthentication won't work because there is no trust between A and B. jCifscan authenticat...
Javadoc:jar goal executes for non-Java projects Key: MNG-1464 URL: Project: Maven 2 Type: Bug Components: maven-javadoc-plugin Reporter: David Jackman Attachments: JavadocJar.patchWhen the javadoc:javadoc goal is attempted for a project that does not have Java source, it correctly displays a mes...
Thanks for the info, Peter. I'm somewhat new to using Tomcat, so if there's somewhere particular I should post this as a bug, please let me know.It is at least comforting to know that I can work around this by avoiding the use of a wildcard mapping to the JSF servlet.Thanks,- Tim Messa...
